Class LengthCharacteristic

  • All Implemented Interfaces:
    Serializable

    public class LengthCharacteristic
    extends Object
    implements Serializable

    Java class for LengthCharacteristic complex type.

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

     <complexType name="LengthCharacteristic">
       <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="vehicleLength" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat"/>
             <element name="lengthCharacteristicExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • vehicleLength

        protected float vehicleLength
      • lengthCharacteristicExtension

        protected ExtensionType lengthCharacteristicExtension
    • Constructor Detail

      • LengthCharacteristic

        public LengthCharacteristic()
    • Method Detail

      • getVehicleLength

        public float getVehicleLength()
        Gets the value of the vehicleLength property.
      • setVehicleLength

        public void setVehicleLength​(float value)
        Sets the value of the vehicleLength property.
      • getLengthCharacteristicExtension

        public ExtensionType getLengthCharacteristicExtension()
        Gets the value of the lengthCharacteristicExtension property.
        Returns:
        possible object is ExtensionType
      • setLengthCharacteristicExtension

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