Class VehicleDetectionTime
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.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 Summary
Fields Modifier and Type Field Description protected DateTimearrivalTimeprotected DateTimeexitTimeprotected DateTimepassageTimeprotected DateTimepresenceTimeprotected FloattimeGapprotected FloattimeHeadwayprotected ExtensionTypevehicleDetectionTimeExtension
-
Constructor Summary
Constructors Constructor Description VehicleDetectionTime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateTimegetArrivalTime()Gets the value of the arrivalTime property.DateTimegetExitTime()Gets the value of the exitTime property.DateTimegetPassageTime()Gets the value of the passageTime property.DateTimegetPresenceTime()Gets the value of the presenceTime property.FloatgetTimeGap()Gets the value of the timeGap property.FloatgetTimeHeadway()Gets the value of the timeHeadway property.ExtensionTypegetVehicleDetectionTimeExtension()Gets the value of the vehicleDetectionTimeExtension property.voidsetArrivalTime(DateTime value)Sets the value of the arrivalTime property.voidsetExitTime(DateTime value)Sets the value of the exitTime property.voidsetPassageTime(DateTime value)Sets the value of the passageTime property.voidsetPresenceTime(DateTime value)Sets the value of the presenceTime property.voidsetTimeGap(Float value)Sets the value of the timeGap property.voidsetTimeHeadway(Float value)Sets the value of the timeHeadway property.voidsetVehicleDetectionTimeExtension(ExtensionType value)Sets the value of the vehicleDetectionTimeExtension property.
-
-
-
Field Detail
-
arrivalTime
protected DateTime arrivalTime
-
exitTime
protected DateTime exitTime
-
passageTime
protected DateTime passageTime
-
presenceTime
protected DateTime presenceTime
-
timeGap
protected Float timeGap
-
timeHeadway
protected Float timeHeadway
-
vehicleDetectionTimeExtension
protected ExtensionType vehicleDetectionTimeExtension
-
-
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 isDateTime
-
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 isDateTime
-
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 isDateTime
-
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 isDateTime
-
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 isFloat
-
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 isFloat
-
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 isExtensionType
-
-