Class VehicleDetectionTime

  • All Implemented Interfaces:
    Serializable

    public class VehicleDetectionTime
    extends Object
    implements Serializable

    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/2_0RC1/2_0}DateTime" minOccurs="0"/>
             <element name="exitTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/>
             <element name="passageTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/>
             <element name="presenceTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/>
             <element name="timeGap" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/>
             <element name="timeHeadway" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/>
             <element name="vehicleDetectionTimeExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • VehicleDetectionTime

        public VehicleDetectionTime()
    • Method Detail

      • getArrivalTime

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

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

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

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

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

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

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

        public void setPresenceTime​(ZonedDateTime value)
        Sets the value of the presenceTime property.
        Parameters:
        value - allowed object is String
      • 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