Class HeaviestAxleWeightCharacteristic

  • All Implemented Interfaces:
    Serializable

    public class HeaviestAxleWeightCharacteristic
    extends Object
    implements Serializable

    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/2_0RC1/2_0}ComparisonOperatorEnum"/>
             <element name="heaviestAxleWeight" type="{http://datex2.eu/schema/2_0RC1/2_0}Tonnes"/>
             <element name="heaviestAxleWeightCharacteristicExtension" type="{http://datex2.eu/schema/2_0RC1/2_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