public class Vehicle extends Object
Java class for Vehicle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vehicle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vehicleColour" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="vehicleCountryOfOrigin" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="vehicleIdentifier" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vehicleManufacturer" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vehicleModel" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vehicleRegistrationPlateIdentifier" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vehicleStatus" type="{http://datex2.eu/schema/2/2_0}VehicleStatusEnum" minOccurs="0"/>
<element name="vehicleCharacteristics" type="{http://datex2.eu/schema/2/2_0}VehicleCharacteristics" minOccurs="0"/>
<element name="axleSpacingOnVehicle" type="{http://datex2.eu/schema/2/2_0}AxleSpacing" maxOccurs="unbounded" minOccurs="0"/>
<element name="specificAxleWeight" type="{http://datex2.eu/schema/2/2_0}AxleWeight" maxOccurs="unbounded" minOccurs="0"/>
<element name="hazardousGoodsAssociatedWithVehicle" type="{http://datex2.eu/schema/2/2_0}HazardousMaterials" minOccurs="0"/>
<element name="vehicleExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AxleSpacing> |
axleSpacingOnVehicle |
protected HazardousMaterials |
hazardousGoodsAssociatedWithVehicle |
protected List<AxleWeight> |
specificAxleWeight |
protected VehicleCharacteristics |
vehicleCharacteristics |
protected MultilingualString |
vehicleColour |
protected MultilingualString |
vehicleCountryOfOrigin |
protected ExtensionType |
vehicleExtension |
protected String |
vehicleIdentifier |
protected String |
vehicleManufacturer |
protected String |
vehicleModel |
protected String |
vehicleRegistrationPlateIdentifier |
protected VehicleStatusEnum |
vehicleStatus |
| Constructor and Description |
|---|
Vehicle() |
| Modifier and Type | Method and Description |
|---|---|
List<AxleSpacing> |
getAxleSpacingOnVehicle()
Gets the value of the axleSpacingOnVehicle property.
|
HazardousMaterials |
getHazardousGoodsAssociatedWithVehicle()
Gets the value of the hazardousGoodsAssociatedWithVehicle property.
|
List<AxleWeight> |
getSpecificAxleWeight()
Gets the value of the specificAxleWeight property.
|
VehicleCharacteristics |
getVehicleCharacteristics()
Gets the value of the vehicleCharacteristics property.
|
MultilingualString |
getVehicleColour()
Gets the value of the vehicleColour property.
|
MultilingualString |
getVehicleCountryOfOrigin()
Gets the value of the vehicleCountryOfOrigin property.
|
ExtensionType |
getVehicleExtension()
Gets the value of the vehicleExtension property.
|
String |
getVehicleIdentifier()
Gets the value of the vehicleIdentifier property.
|
String |
getVehicleManufacturer()
Gets the value of the vehicleManufacturer property.
|
String |
getVehicleModel()
Gets the value of the vehicleModel property.
|
String |
getVehicleRegistrationPlateIdentifier()
Gets the value of the vehicleRegistrationPlateIdentifier property.
|
VehicleStatusEnum |
getVehicleStatus()
Gets the value of the vehicleStatus property.
|
void |
setHazardousGoodsAssociatedWithVehicle(HazardousMaterials value)
Sets the value of the hazardousGoodsAssociatedWithVehicle property.
|
void |
setVehicleCharacteristics(VehicleCharacteristics value)
Sets the value of the vehicleCharacteristics property.
|
void |
setVehicleColour(MultilingualString value)
Sets the value of the vehicleColour property.
|
void |
setVehicleCountryOfOrigin(MultilingualString value)
Sets the value of the vehicleCountryOfOrigin property.
|
void |
setVehicleExtension(ExtensionType value)
Sets the value of the vehicleExtension property.
|
void |
setVehicleIdentifier(String value)
Sets the value of the vehicleIdentifier property.
|
void |
setVehicleManufacturer(String value)
Sets the value of the vehicleManufacturer property.
|
void |
setVehicleModel(String value)
Sets the value of the vehicleModel property.
|
void |
setVehicleRegistrationPlateIdentifier(String value)
Sets the value of the vehicleRegistrationPlateIdentifier property.
|
void |
setVehicleStatus(VehicleStatusEnum value)
Sets the value of the vehicleStatus property.
|
protected MultilingualString vehicleColour
protected MultilingualString vehicleCountryOfOrigin
protected String vehicleIdentifier
protected String vehicleManufacturer
protected String vehicleModel
protected String vehicleRegistrationPlateIdentifier
protected VehicleStatusEnum vehicleStatus
protected VehicleCharacteristics vehicleCharacteristics
protected List<AxleSpacing> axleSpacingOnVehicle
protected List<AxleWeight> specificAxleWeight
protected HazardousMaterials hazardousGoodsAssociatedWithVehicle
protected ExtensionType vehicleExtension
public MultilingualString getVehicleColour()
MultilingualStringpublic void setVehicleColour(MultilingualString value)
value - allowed object is
MultilingualStringpublic MultilingualString getVehicleCountryOfOrigin()
MultilingualStringpublic void setVehicleCountryOfOrigin(MultilingualString value)
value - allowed object is
MultilingualStringpublic String getVehicleIdentifier()
Stringpublic void setVehicleIdentifier(String value)
value - allowed object is
Stringpublic String getVehicleManufacturer()
Stringpublic void setVehicleManufacturer(String value)
value - allowed object is
Stringpublic String getVehicleModel()
Stringpublic void setVehicleModel(String value)
value - allowed object is
Stringpublic String getVehicleRegistrationPlateIdentifier()
Stringpublic void setVehicleRegistrationPlateIdentifier(String value)
value - allowed object is
Stringpublic VehicleStatusEnum getVehicleStatus()
VehicleStatusEnumpublic void setVehicleStatus(VehicleStatusEnum value)
value - allowed object is
VehicleStatusEnumpublic VehicleCharacteristics getVehicleCharacteristics()
VehicleCharacteristicspublic void setVehicleCharacteristics(VehicleCharacteristics value)
value - allowed object is
VehicleCharacteristicspublic List<AxleSpacing> getAxleSpacingOnVehicle()
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 axleSpacingOnVehicle property.
For example, to add a new item, do as follows:
getAxleSpacingOnVehicle().add(newItem);
Objects of the following type(s) are allowed in the list
AxleSpacing
public List<AxleWeight> getSpecificAxleWeight()
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 specificAxleWeight property.
For example, to add a new item, do as follows:
getSpecificAxleWeight().add(newItem);
Objects of the following type(s) are allowed in the list
AxleWeight
public HazardousMaterials getHazardousGoodsAssociatedWithVehicle()
HazardousMaterialspublic void setHazardousGoodsAssociatedWithVehicle(HazardousMaterials value)
value - allowed object is
HazardousMaterialspublic ExtensionType getVehicleExtension()
ExtensionTypepublic void setVehicleExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.