Class VehicleDetectionTime

  • All Implemented Interfaces:
    Serializable

    public class VehicleDetectionTime
    extends Object
    implements Serializable
    Sets of measured times relating to an individual vehicle derived from a detector at the specified measurement point.

    Java class for VehicleDetectionTime complex type.

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

     <complexType name="VehicleDetectionTime">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="arrivalTime" type="{http://datex2.eu/schema/1_0/1_0}DateTime" minOccurs="0"/>
             <element name="exitTime" type="{http://datex2.eu/schema/1_0/1_0}DateTime" minOccurs="0"/>
             <element name="passageTime" type="{http://datex2.eu/schema/1_0/1_0}DateTime" minOccurs="0"/>
             <element name="presenceTime" type="{http://datex2.eu/schema/1_0/1_0}DateTime" minOccurs="0"/>
             <element name="timeGap" type="{http://datex2.eu/schema/1_0/1_0}Seconds" minOccurs="0"/>
             <element name="timeHeadway" type="{http://datex2.eu/schema/1_0/1_0}Seconds" minOccurs="0"/>
             <element name="vehicleDetectionTimeExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • arrivalTime

        protected DateTime arrivalTime
      • passageTime

        protected DateTime passageTime
      • presenceTime

        protected DateTime presenceTime
      • timeGap

        protected Float timeGap
      • timeHeadway

        protected Float timeHeadway
      • vehicleDetectionTimeExtension

        protected ExtensionType vehicleDetectionTimeExtension
    • Constructor Detail

      • VehicleDetectionTime

        public VehicleDetectionTime()
    • Method Detail

      • getArrivalTime

        public DateTime getArrivalTime()
        Gets the value of the arrivalTime property.
        Returns:
        possible object is DateTime
      • setArrivalTime

        public void setArrivalTime​(DateTime value)
        Sets the value of the arrivalTime property.
        Parameters:
        value - allowed object is DateTime
      • getExitTime

        public DateTime getExitTime()
        Gets the value of the exitTime property.
        Returns:
        possible object is DateTime
      • setExitTime

        public void setExitTime​(DateTime value)
        Sets the value of the exitTime property.
        Parameters:
        value - allowed object is DateTime
      • getPassageTime

        public DateTime getPassageTime()
        Gets the value of the passageTime property.
        Returns:
        possible object is DateTime
      • setPassageTime

        public void setPassageTime​(DateTime value)
        Sets the value of the passageTime property.
        Parameters:
        value - allowed object is DateTime
      • getPresenceTime

        public DateTime getPresenceTime()
        Gets the value of the presenceTime property.
        Returns:
        possible object is DateTime
      • setPresenceTime

        public void setPresenceTime​(DateTime value)
        Sets the value of the presenceTime property.
        Parameters:
        value - allowed object is DateTime
      • getTimeGap

        public Float getTimeGap()
        Gets the value of the timeGap property.
        Returns:
        possible object is Float
      • setTimeGap

        public void setTimeGap​(Float value)
        Sets the value of the timeGap property.
        Parameters:
        value - allowed object is Float
      • getTimeHeadway

        public Float getTimeHeadway()
        Gets the value of the timeHeadway property.
        Returns:
        possible object is Float
      • setTimeHeadway

        public void setTimeHeadway​(Float value)
        Sets the value of the timeHeadway property.
        Parameters:
        value - allowed object is Float
      • getVehicleDetectionTimeExtension

        public ExtensionType getVehicleDetectionTimeExtension()
        Gets the value of the vehicleDetectionTimeExtension property.
        Returns:
        possible object is ExtensionType
      • setVehicleDetectionTimeExtension

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