public class VehicleCharacteristicsExtended extends Object
Java class for VehicleCharacteristicsExtended complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleCharacteristicsExtended">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="emissionClassification" type="{http://datex2.eu/schema/2/2_0}String" maxOccurs="unbounded" minOccurs="0"/>
<element name="operationFreeOfEmission" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="loadType2" type="{http://datex2.eu/schema/2/2_0}LoadType2Enum" minOccurs="0"/>
<element name="vehicleType2" type="{http://datex2.eu/schema/2/2_0}VehicleType2Enum" minOccurs="0"/>
<element name="fuelType2" type="{http://datex2.eu/schema/2/2_0}FuelType2Enum" minOccurs="0"/>
<element name="vehicleUsage2" type="{http://datex2.eu/schema/2/2_0}VehicleUsage2Enum" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
emissionClassification |
protected FuelType2Enum |
fuelType2 |
protected LoadType2Enum |
loadType2 |
protected Boolean |
operationFreeOfEmission |
protected VehicleType2Enum |
vehicleType2 |
protected VehicleUsage2Enum |
vehicleUsage2 |
| Constructor and Description |
|---|
VehicleCharacteristicsExtended() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEmissionClassification()
Gets the value of the emissionClassification property.
|
FuelType2Enum |
getFuelType2()
Gets the value of the fuelType2 property.
|
LoadType2Enum |
getLoadType2()
Gets the value of the loadType2 property.
|
VehicleType2Enum |
getVehicleType2()
Gets the value of the vehicleType2 property.
|
VehicleUsage2Enum |
getVehicleUsage2()
Gets the value of the vehicleUsage2 property.
|
Boolean |
isOperationFreeOfEmission()
Gets the value of the operationFreeOfEmission property.
|
void |
setFuelType2(FuelType2Enum value)
Sets the value of the fuelType2 property.
|
void |
setLoadType2(LoadType2Enum value)
Sets the value of the loadType2 property.
|
void |
setOperationFreeOfEmission(Boolean value)
Sets the value of the operationFreeOfEmission property.
|
void |
setVehicleType2(VehicleType2Enum value)
Sets the value of the vehicleType2 property.
|
void |
setVehicleUsage2(VehicleUsage2Enum value)
Sets the value of the vehicleUsage2 property.
|
protected Boolean operationFreeOfEmission
protected LoadType2Enum loadType2
protected VehicleType2Enum vehicleType2
protected FuelType2Enum fuelType2
protected VehicleUsage2Enum vehicleUsage2
public List<String> getEmissionClassification()
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 emissionClassification property.
For example, to add a new item, do as follows:
getEmissionClassification().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isOperationFreeOfEmission()
Booleanpublic void setOperationFreeOfEmission(Boolean value)
value - allowed object is
Booleanpublic LoadType2Enum getLoadType2()
LoadType2Enumpublic void setLoadType2(LoadType2Enum value)
value - allowed object is
LoadType2Enumpublic VehicleType2Enum getVehicleType2()
VehicleType2Enumpublic void setVehicleType2(VehicleType2Enum value)
value - allowed object is
VehicleType2Enumpublic FuelType2Enum getFuelType2()
FuelType2Enumpublic void setFuelType2(FuelType2Enum value)
value - allowed object is
FuelType2Enumpublic VehicleUsage2Enum getVehicleUsage2()
VehicleUsage2Enumpublic void setVehicleUsage2(VehicleUsage2Enum value)
value - allowed object is
VehicleUsage2EnumCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.