Class WidthCharacteristic

  • All Implemented Interfaces:
    Serializable

    public class WidthCharacteristic
    extends Object
    implements Serializable

    Java class for WidthCharacteristic complex type.

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

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

      • vehicleWidth

        protected float vehicleWidth
      • widthCharacteristicExtension

        protected ExtensionType widthCharacteristicExtension
    • Constructor Detail

      • WidthCharacteristic

        public WidthCharacteristic()
    • Method Detail

      • getVehicleWidth

        public float getVehicleWidth()
        Gets the value of the vehicleWidth property.
      • setVehicleWidth

        public void setVehicleWidth​(float value)
        Sets the value of the vehicleWidth property.
      • getWidthCharacteristicExtension

        public ExtensionType getWidthCharacteristicExtension()
        Gets the value of the widthCharacteristicExtension property.
        Returns:
        possible object is ExtensionType
      • setWidthCharacteristicExtension

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