public class VehicleCharacteristics extends 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="fuelType" type="{http://datex2.eu/schema/2/2_0}FuelTypeEnum" minOccurs="0"/>
<element name="loadType" type="{http://datex2.eu/schema/2/2_0}LoadTypeEnum" minOccurs="0"/>
<element name="vehicleEquipment" type="{http://datex2.eu/schema/2/2_0}VehicleEquipmentEnum" minOccurs="0"/>
<element name="vehicleType" type="{http://datex2.eu/schema/2/2_0}VehicleTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="vehicleUsage" type="{http://datex2.eu/schema/2/2_0}VehicleUsageEnum" minOccurs="0"/>
<element name="grossWeightCharacteristic" type="{http://datex2.eu/schema/2/2_0}GrossWeightCharacteristic" maxOccurs="2" minOccurs="0"/>
<element name="heightCharacteristic" type="{http://datex2.eu/schema/2/2_0}HeightCharacteristic" maxOccurs="2" minOccurs="0"/>
<element name="lengthCharacteristic" type="{http://datex2.eu/schema/2/2_0}LengthCharacteristic" maxOccurs="2" minOccurs="0"/>
<element name="widthCharacteristic" type="{http://datex2.eu/schema/2/2_0}WidthCharacteristic" maxOccurs="2" minOccurs="0"/>
<element name="heaviestAxleWeightCharacteristic" type="{http://datex2.eu/schema/2/2_0}HeaviestAxleWeightCharacteristic" maxOccurs="2" minOccurs="0"/>
<element name="numberOfAxlesCharacteristic" type="{http://datex2.eu/schema/2/2_0}NumberOfAxlesCharacteristic" maxOccurs="2" minOccurs="0"/>
<element name="vehicleCharacteristicsExtension" type="{http://datex2.eu/schema/2/2_0}_VehicleCharacteristicsExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FuelTypeEnum |
fuelType |
protected List<GrossWeightCharacteristic> |
grossWeightCharacteristic |
protected List<HeaviestAxleWeightCharacteristic> |
heaviestAxleWeightCharacteristic |
protected List<HeightCharacteristic> |
heightCharacteristic |
protected List<LengthCharacteristic> |
lengthCharacteristic |
protected LoadTypeEnum |
loadType |
protected List<NumberOfAxlesCharacteristic> |
numberOfAxlesCharacteristic |
protected VehicleCharacteristicsExtensionType |
vehicleCharacteristicsExtension |
protected VehicleEquipmentEnum |
vehicleEquipment |
protected List<VehicleTypeEnum> |
vehicleType |
protected VehicleUsageEnum |
vehicleUsage |
protected List<WidthCharacteristic> |
widthCharacteristic |
| Constructor and Description |
|---|
VehicleCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
FuelTypeEnum |
getFuelType()
Gets the value of the fuelType property.
|
List<GrossWeightCharacteristic> |
getGrossWeightCharacteristic()
Gets the value of the grossWeightCharacteristic property.
|
List<HeaviestAxleWeightCharacteristic> |
getHeaviestAxleWeightCharacteristic()
Gets the value of the heaviestAxleWeightCharacteristic property.
|
List<HeightCharacteristic> |
getHeightCharacteristic()
Gets the value of the heightCharacteristic property.
|
List<LengthCharacteristic> |
getLengthCharacteristic()
Gets the value of the lengthCharacteristic property.
|
LoadTypeEnum |
getLoadType()
Gets the value of the loadType property.
|
List<NumberOfAxlesCharacteristic> |
getNumberOfAxlesCharacteristic()
Gets the value of the numberOfAxlesCharacteristic property.
|
VehicleCharacteristicsExtensionType |
getVehicleCharacteristicsExtension()
Gets the value of the vehicleCharacteristicsExtension property.
|
VehicleEquipmentEnum |
getVehicleEquipment()
Gets the value of the vehicleEquipment property.
|
List<VehicleTypeEnum> |
getVehicleType()
Gets the value of the vehicleType property.
|
VehicleUsageEnum |
getVehicleUsage()
Gets the value of the vehicleUsage property.
|
List<WidthCharacteristic> |
getWidthCharacteristic()
Gets the value of the widthCharacteristic property.
|
void |
setFuelType(FuelTypeEnum value)
Sets the value of the fuelType property.
|
void |
setLoadType(LoadTypeEnum value)
Sets the value of the loadType property.
|
void |
setVehicleCharacteristicsExtension(VehicleCharacteristicsExtensionType value)
Sets the value of the vehicleCharacteristicsExtension property.
|
void |
setVehicleEquipment(VehicleEquipmentEnum value)
Sets the value of the vehicleEquipment property.
|
void |
setVehicleUsage(VehicleUsageEnum value)
Sets the value of the vehicleUsage property.
|
protected FuelTypeEnum fuelType
protected LoadTypeEnum loadType
protected VehicleEquipmentEnum vehicleEquipment
protected List<VehicleTypeEnum> vehicleType
protected VehicleUsageEnum vehicleUsage
protected List<GrossWeightCharacteristic> grossWeightCharacteristic
protected List<HeightCharacteristic> heightCharacteristic
protected List<LengthCharacteristic> lengthCharacteristic
protected List<WidthCharacteristic> widthCharacteristic
protected List<HeaviestAxleWeightCharacteristic> heaviestAxleWeightCharacteristic
protected List<NumberOfAxlesCharacteristic> numberOfAxlesCharacteristic
protected VehicleCharacteristicsExtensionType vehicleCharacteristicsExtension
public FuelTypeEnum getFuelType()
FuelTypeEnumpublic void setFuelType(FuelTypeEnum value)
value - allowed object is
FuelTypeEnumpublic LoadTypeEnum getLoadType()
LoadTypeEnumpublic void setLoadType(LoadTypeEnum value)
value - allowed object is
LoadTypeEnumpublic VehicleEquipmentEnum getVehicleEquipment()
VehicleEquipmentEnumpublic void setVehicleEquipment(VehicleEquipmentEnum value)
value - allowed object is
VehicleEquipmentEnumpublic List<VehicleTypeEnum> getVehicleType()
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 vehicleType property.
For example, to add a new item, do as follows:
getVehicleType().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleTypeEnum
public VehicleUsageEnum getVehicleUsage()
VehicleUsageEnumpublic void setVehicleUsage(VehicleUsageEnum value)
value - allowed object is
VehicleUsageEnumpublic List<GrossWeightCharacteristic> getGrossWeightCharacteristic()
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 grossWeightCharacteristic property.
For example, to add a new item, do as follows:
getGrossWeightCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
GrossWeightCharacteristic
public List<HeightCharacteristic> getHeightCharacteristic()
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 heightCharacteristic property.
For example, to add a new item, do as follows:
getHeightCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
HeightCharacteristic
public List<LengthCharacteristic> getLengthCharacteristic()
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 lengthCharacteristic property.
For example, to add a new item, do as follows:
getLengthCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
LengthCharacteristic
public List<WidthCharacteristic> getWidthCharacteristic()
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 widthCharacteristic property.
For example, to add a new item, do as follows:
getWidthCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
WidthCharacteristic
public List<HeaviestAxleWeightCharacteristic> getHeaviestAxleWeightCharacteristic()
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 heaviestAxleWeightCharacteristic property.
For example, to add a new item, do as follows:
getHeaviestAxleWeightCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
HeaviestAxleWeightCharacteristic
public List<NumberOfAxlesCharacteristic> getNumberOfAxlesCharacteristic()
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 numberOfAxlesCharacteristic property.
For example, to add a new item, do as follows:
getNumberOfAxlesCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
NumberOfAxlesCharacteristic
public VehicleCharacteristicsExtensionType getVehicleCharacteristicsExtension()
VehicleCharacteristicsExtensionTypepublic void setVehicleCharacteristicsExtension(VehicleCharacteristicsExtensionType value)
value - allowed object is
VehicleCharacteristicsExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.