public class VehicleCharacteristics
extends java.lang.Object
Java class for VehicleCharacteristics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleCharacteristics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vehicleType" type="{http://datex2.eu/schema/2/2_0}VehicleTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="vehicleCharacteristicsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
vehicleCharacteristicsExtension |
protected java.util.List<VehicleTypeEnum> |
vehicleTypes |
| Constructor and Description |
|---|
VehicleCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getVehicleCharacteristicsExtension()
Gets the value of the vehicleCharacteristicsExtension property.
|
java.util.List<VehicleTypeEnum> |
getVehicleTypes()
Gets the value of the vehicleTypes property.
|
void |
setVehicleCharacteristicsExtension(ExtensionType value)
Sets the value of the vehicleCharacteristicsExtension property.
|
protected java.util.List<VehicleTypeEnum> vehicleTypes
protected ExtensionType vehicleCharacteristicsExtension
public java.util.List<VehicleTypeEnum> getVehicleTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vehicleTypes property.
For example, to add a new item, do as follows:
getVehicleTypes().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleTypeEnum
public ExtensionType getVehicleCharacteristicsExtension()
ExtensionTypepublic void setVehicleCharacteristicsExtension(ExtensionType value)
value - allowed object is
ExtensionType