Class VehicleCharacteristics
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.VehicleCharacteristics
-
- All Implemented Interfaces:
Serializable
public class VehicleCharacteristics extends Object implements Serializable
The charateristics of a vehicle, e.g. lorry of gross weight greater than 30 tonnes.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/1_0/1_0}FuelTypeEnum" minOccurs="0"/> <element name="loadType" type="{http://datex2.eu/schema/1_0/1_0}LoadTypeEnum" minOccurs="0"/> <element name="vehicleEquipment" type="{http://datex2.eu/schema/1_0/1_0}VehicleEquipmentEnum" minOccurs="0"/> <element name="vehicleType" type="{http://datex2.eu/schema/1_0/1_0}VehicleTypeEnum" maxOccurs="unbounded" minOccurs="0"/> <element name="vehicleUsage" type="{http://datex2.eu/schema/1_0/1_0}VehicleUsageEnum" minOccurs="0"/> <element name="grossWeightCharacteristic" type="{http://datex2.eu/schema/1_0/1_0}GrossWeightCharacteristic" maxOccurs="2" minOccurs="0"/> <element name="heightCharacteristic" type="{http://datex2.eu/schema/1_0/1_0}HeightCharacteristic" maxOccurs="2" minOccurs="0"/> <element name="lengthCharacteristic" type="{http://datex2.eu/schema/1_0/1_0}LengthCharacteristic" maxOccurs="2" minOccurs="0"/> <element name="widthCharacteristic" type="{http://datex2.eu/schema/1_0/1_0}WidthCharacteristic" maxOccurs="2" minOccurs="0"/> <element name="heaviestAxleWeightCharacteristic" type="{http://datex2.eu/schema/1_0/1_0}HeaviestAxleWeightCharacteristic" maxOccurs="2" minOccurs="0"/> <element name="numberOfAxlesCharacteristic" type="{http://datex2.eu/schema/1_0/1_0}NumberOfAxlesCharacteristic" maxOccurs="2" minOccurs="0"/> <element name="vehicleCharacteristicsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FuelTypeEnumfuelTypeprotected List<GrossWeightCharacteristic>grossWeightCharacteristicsprotected List<HeaviestAxleWeightCharacteristic>heaviestAxleWeightCharacteristicsprotected List<HeightCharacteristic>heightCharacteristicsprotected List<LengthCharacteristic>lengthCharacteristicsprotected LoadTypeEnumloadTypeprotected List<NumberOfAxlesCharacteristic>numberOfAxlesCharacteristicsprotected ExtensionTypevehicleCharacteristicsExtensionprotected VehicleEquipmentEnumvehicleEquipmentprotected List<VehicleTypeEnum>vehicleTypesprotected VehicleUsageEnumvehicleUsageprotected List<WidthCharacteristic>widthCharacteristics
-
Constructor Summary
Constructors Constructor Description VehicleCharacteristics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FuelTypeEnumgetFuelType()Gets the value of the fuelType property.List<GrossWeightCharacteristic>getGrossWeightCharacteristics()Gets the value of the grossWeightCharacteristics property.List<HeaviestAxleWeightCharacteristic>getHeaviestAxleWeightCharacteristics()Gets the value of the heaviestAxleWeightCharacteristics property.List<HeightCharacteristic>getHeightCharacteristics()Gets the value of the heightCharacteristics property.List<LengthCharacteristic>getLengthCharacteristics()Gets the value of the lengthCharacteristics property.LoadTypeEnumgetLoadType()Gets the value of the loadType property.List<NumberOfAxlesCharacteristic>getNumberOfAxlesCharacteristics()Gets the value of the numberOfAxlesCharacteristics property.ExtensionTypegetVehicleCharacteristicsExtension()Gets the value of the vehicleCharacteristicsExtension property.VehicleEquipmentEnumgetVehicleEquipment()Gets the value of the vehicleEquipment property.List<VehicleTypeEnum>getVehicleTypes()Gets the value of the vehicleTypes property.VehicleUsageEnumgetVehicleUsage()Gets the value of the vehicleUsage property.List<WidthCharacteristic>getWidthCharacteristics()Gets the value of the widthCharacteristics property.voidsetFuelType(FuelTypeEnum value)Sets the value of the fuelType property.voidsetLoadType(LoadTypeEnum value)Sets the value of the loadType property.voidsetVehicleCharacteristicsExtension(ExtensionType value)Sets the value of the vehicleCharacteristicsExtension property.voidsetVehicleEquipment(VehicleEquipmentEnum value)Sets the value of the vehicleEquipment property.voidsetVehicleUsage(VehicleUsageEnum value)Sets the value of the vehicleUsage property.
-
-
-
Field Detail
-
fuelType
protected FuelTypeEnum fuelType
-
loadType
protected LoadTypeEnum loadType
-
vehicleEquipment
protected VehicleEquipmentEnum vehicleEquipment
-
vehicleTypes
protected List<VehicleTypeEnum> vehicleTypes
-
vehicleUsage
protected VehicleUsageEnum vehicleUsage
-
grossWeightCharacteristics
protected List<GrossWeightCharacteristic> grossWeightCharacteristics
-
heightCharacteristics
protected List<HeightCharacteristic> heightCharacteristics
-
lengthCharacteristics
protected List<LengthCharacteristic> lengthCharacteristics
-
widthCharacteristics
protected List<WidthCharacteristic> widthCharacteristics
-
heaviestAxleWeightCharacteristics
protected List<HeaviestAxleWeightCharacteristic> heaviestAxleWeightCharacteristics
-
numberOfAxlesCharacteristics
protected List<NumberOfAxlesCharacteristic> numberOfAxlesCharacteristics
-
vehicleCharacteristicsExtension
protected ExtensionType vehicleCharacteristicsExtension
-
-
Method Detail
-
getFuelType
public FuelTypeEnum getFuelType()
Gets the value of the fuelType property.- Returns:
- possible object is
FuelTypeEnum
-
setFuelType
public void setFuelType(FuelTypeEnum value)
Sets the value of the fuelType property.- Parameters:
value- allowed object isFuelTypeEnum
-
getLoadType
public LoadTypeEnum getLoadType()
Gets the value of the loadType property.- Returns:
- possible object is
LoadTypeEnum
-
setLoadType
public void setLoadType(LoadTypeEnum value)
Sets the value of the loadType property.- Parameters:
value- allowed object isLoadTypeEnum
-
getVehicleEquipment
public VehicleEquipmentEnum getVehicleEquipment()
Gets the value of the vehicleEquipment property.- Returns:
- possible object is
VehicleEquipmentEnum
-
setVehicleEquipment
public void setVehicleEquipment(VehicleEquipmentEnum value)
Sets the value of the vehicleEquipment property.- Parameters:
value- allowed object isVehicleEquipmentEnum
-
getVehicleTypes
public List<VehicleTypeEnum> getVehicleTypes()
Gets the value of the vehicleTypes property.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
setmethod 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
-
getVehicleUsage
public VehicleUsageEnum getVehicleUsage()
Gets the value of the vehicleUsage property.- Returns:
- possible object is
VehicleUsageEnum
-
setVehicleUsage
public void setVehicleUsage(VehicleUsageEnum value)
Sets the value of the vehicleUsage property.- Parameters:
value- allowed object isVehicleUsageEnum
-
getGrossWeightCharacteristics
public List<GrossWeightCharacteristic> getGrossWeightCharacteristics()
Gets the value of the grossWeightCharacteristics property.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
setmethod for the grossWeightCharacteristics property.For example, to add a new item, do as follows:
getGrossWeightCharacteristics().add(newItem);Objects of the following type(s) are allowed in the list
GrossWeightCharacteristic
-
getHeightCharacteristics
public List<HeightCharacteristic> getHeightCharacteristics()
Gets the value of the heightCharacteristics property.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
setmethod for the heightCharacteristics property.For example, to add a new item, do as follows:
getHeightCharacteristics().add(newItem);Objects of the following type(s) are allowed in the list
HeightCharacteristic
-
getLengthCharacteristics
public List<LengthCharacteristic> getLengthCharacteristics()
Gets the value of the lengthCharacteristics property.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
setmethod for the lengthCharacteristics property.For example, to add a new item, do as follows:
getLengthCharacteristics().add(newItem);Objects of the following type(s) are allowed in the list
LengthCharacteristic
-
getWidthCharacteristics
public List<WidthCharacteristic> getWidthCharacteristics()
Gets the value of the widthCharacteristics property.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
setmethod for the widthCharacteristics property.For example, to add a new item, do as follows:
getWidthCharacteristics().add(newItem);Objects of the following type(s) are allowed in the list
WidthCharacteristic
-
getHeaviestAxleWeightCharacteristics
public List<HeaviestAxleWeightCharacteristic> getHeaviestAxleWeightCharacteristics()
Gets the value of the heaviestAxleWeightCharacteristics property.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
setmethod for the heaviestAxleWeightCharacteristics property.For example, to add a new item, do as follows:
getHeaviestAxleWeightCharacteristics().add(newItem);Objects of the following type(s) are allowed in the list
HeaviestAxleWeightCharacteristic
-
getNumberOfAxlesCharacteristics
public List<NumberOfAxlesCharacteristic> getNumberOfAxlesCharacteristics()
Gets the value of the numberOfAxlesCharacteristics property.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
setmethod for the numberOfAxlesCharacteristics property.For example, to add a new item, do as follows:
getNumberOfAxlesCharacteristics().add(newItem);Objects of the following type(s) are allowed in the list
NumberOfAxlesCharacteristic
-
getVehicleCharacteristicsExtension
public ExtensionType getVehicleCharacteristicsExtension()
Gets the value of the vehicleCharacteristicsExtension property.- Returns:
- possible object is
ExtensionType
-
setVehicleCharacteristicsExtension
public void setVehicleCharacteristicsExtension(ExtensionType value)
Sets the value of the vehicleCharacteristicsExtension property.- Parameters:
value- allowed object isExtensionType
-
-