Class GrossWeightCharacteristic

  • All Implemented Interfaces:
    Serializable

    public class GrossWeightCharacteristic
    extends Object
    implements Serializable
    Gross weight characteristic of a vehicle.

    Java class for GrossWeightCharacteristic complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="GrossWeightCharacteristic">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="comparisonOperator" type="{http://datex2.eu/schema/1_0/1_0}ComparisonOperatorEnum"/>
             <element name="grossVehicleWeight" type="{http://datex2.eu/schema/1_0/1_0}Tonnes"/>
             <element name="grossWeightCharacteristicExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • grossVehicleWeight

        protected float grossVehicleWeight
      • grossWeightCharacteristicExtension

        protected ExtensionType grossWeightCharacteristicExtension
    • Constructor Detail

      • GrossWeightCharacteristic

        public GrossWeightCharacteristic()
    • Method Detail

      • getGrossVehicleWeight

        public float getGrossVehicleWeight()
        Gets the value of the grossVehicleWeight property.
      • setGrossVehicleWeight

        public void setGrossVehicleWeight​(float value)
        Sets the value of the grossVehicleWeight property.
      • getGrossWeightCharacteristicExtension

        public ExtensionType getGrossWeightCharacteristicExtension()
        Gets the value of the grossWeightCharacteristicExtension property.
        Returns:
        possible object is ExtensionType
      • setGrossWeightCharacteristicExtension

        public void setGrossWeightCharacteristicExtension​(ExtensionType value)
        Sets the value of the grossWeightCharacteristicExtension property.
        Parameters:
        value - allowed object is ExtensionType