Class HeightCharacteristic

  • All Implemented Interfaces:
    Serializable

    public class HeightCharacteristic
    extends Object
    implements Serializable
    Height characteristic of a vehicle.

    Java class for HeightCharacteristic complex type.

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

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

      • vehicleHeight

        protected float vehicleHeight
      • heightCharacteristicExtension

        protected ExtensionType heightCharacteristicExtension
    • Constructor Detail

      • HeightCharacteristic

        public HeightCharacteristic()
    • Method Detail

      • getVehicleHeight

        public float getVehicleHeight()
        Gets the value of the vehicleHeight property.
      • setVehicleHeight

        public void setVehicleHeight​(float value)
        Sets the value of the vehicleHeight property.
      • getHeightCharacteristicExtension

        public ExtensionType getHeightCharacteristicExtension()
        Gets the value of the heightCharacteristicExtension property.
        Returns:
        possible object is ExtensionType
      • setHeightCharacteristicExtension

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