Class HeaviestAxleWeightCharacteristic

  • All Implemented Interfaces:
    Serializable

    public class HeaviestAxleWeightCharacteristic
    extends Object
    implements Serializable
    Weight characteristic of the heaviest axle on the vehicle.

    Java class for HeaviestAxleWeightCharacteristic complex type.

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

     <complexType name="HeaviestAxleWeightCharacteristic">
       <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="heaviestAxleWeight" type="{http://datex2.eu/schema/1_0/1_0}Tonnes"/>
             <element name="heaviestAxleWeightCharacteristicExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • heaviestAxleWeight

        protected float heaviestAxleWeight
      • heaviestAxleWeightCharacteristicExtension

        protected ExtensionType heaviestAxleWeightCharacteristicExtension
    • Constructor Detail

      • HeaviestAxleWeightCharacteristic

        public HeaviestAxleWeightCharacteristic()
    • Method Detail

      • getHeaviestAxleWeight

        public float getHeaviestAxleWeight()
        Gets the value of the heaviestAxleWeight property.
      • setHeaviestAxleWeight

        public void setHeaviestAxleWeight​(float value)
        Sets the value of the heaviestAxleWeight property.
      • getHeaviestAxleWeightCharacteristicExtension

        public ExtensionType getHeaviestAxleWeightCharacteristicExtension()
        Gets the value of the heaviestAxleWeightCharacteristicExtension property.
        Returns:
        possible object is ExtensionType
      • setHeaviestAxleWeightCharacteristicExtension

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