Class 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
    • Constructor Detail

      • VehicleCharacteristics

        public VehicleCharacteristics()
    • 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 is FuelTypeEnum
      • 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 is LoadTypeEnum
      • 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 Jakarta XML Binding 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

      • setVehicleUsage

        public void setVehicleUsage​(VehicleUsageEnum value)
        Sets the value of the vehicleUsage property.
        Parameters:
        value - allowed object is VehicleUsageEnum
      • 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 Jakarta XML Binding object. This is why there is not a set method 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 Jakarta XML Binding object. This is why there is not a set method 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 Jakarta XML Binding object. This is why there is not a set method 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 Jakarta XML Binding object. This is why there is not a set method 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 Jakarta XML Binding object. This is why there is not a set method 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 Jakarta XML Binding object. This is why there is not a set method 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 is ExtensionType