Class TrafficHeadway

  • All Implemented Interfaces:
    Serializable

    public class TrafficHeadway
    extends TrafficValue
    implements Serializable

    Java class for TrafficHeadway complex type.

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

     <complexType name="TrafficHeadway">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TrafficValue">
           <sequence>
             <element name="averageDistanceHeadway" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/>
             <element name="averageTimeHeadway" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/>
             <element name="trafficHeadwayExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • averageDistanceHeadway

        protected Float averageDistanceHeadway
      • averageTimeHeadway

        protected Float averageTimeHeadway
      • trafficHeadwayExtension

        protected ExtensionType trafficHeadwayExtension
    • Constructor Detail

      • TrafficHeadway

        public TrafficHeadway()
    • Method Detail

      • getAverageDistanceHeadway

        public Float getAverageDistanceHeadway()
        Gets the value of the averageDistanceHeadway property.
        Returns:
        possible object is Float
      • setAverageDistanceHeadway

        public void setAverageDistanceHeadway​(Float value)
        Sets the value of the averageDistanceHeadway property.
        Parameters:
        value - allowed object is Float
      • getAverageTimeHeadway

        public Float getAverageTimeHeadway()
        Gets the value of the averageTimeHeadway property.
        Returns:
        possible object is Float
      • setAverageTimeHeadway

        public void setAverageTimeHeadway​(Float value)
        Sets the value of the averageTimeHeadway property.
        Parameters:
        value - allowed object is Float
      • getTrafficHeadwayExtension

        public ExtensionType getTrafficHeadwayExtension()
        Gets the value of the trafficHeadwayExtension property.
        Returns:
        possible object is ExtensionType
      • setTrafficHeadwayExtension

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