Class VehicleHeadway

  • All Implemented Interfaces:
    Serializable

    public class VehicleHeadway
    extends Object
    implements Serializable
    The measured individual vehicle headway, i.e.the distance between this vehicle and the preceding vehicle).

    Java class for VehicleHeadway complex type.

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

     <complexType name="VehicleHeadway">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="distanceGap" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/>
             <element name="distanceHeadway" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/>
             <element name="vehicleHeadwayExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • distanceGap

        protected Float distanceGap
      • distanceHeadway

        protected Float distanceHeadway
      • vehicleHeadwayExtension

        protected ExtensionType vehicleHeadwayExtension
    • Constructor Detail

      • VehicleHeadway

        public VehicleHeadway()
    • Method Detail

      • getDistanceGap

        public Float getDistanceGap()
        Gets the value of the distanceGap property.
        Returns:
        possible object is Float
      • setDistanceGap

        public void setDistanceGap​(Float value)
        Sets the value of the distanceGap property.
        Parameters:
        value - allowed object is Float
      • getDistanceHeadway

        public Float getDistanceHeadway()
        Gets the value of the distanceHeadway property.
        Returns:
        possible object is Float
      • setDistanceHeadway

        public void setDistanceHeadway​(Float value)
        Sets the value of the distanceHeadway property.
        Parameters:
        value - allowed object is Float
      • getVehicleHeadwayExtension

        public ExtensionType getVehicleHeadwayExtension()
        Gets the value of the vehicleHeadwayExtension property.
        Returns:
        possible object is ExtensionType
      • setVehicleHeadwayExtension

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