Class VehicleDetectionTime
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimearrivalTimeprotected ZonedDateTimeexitTimeprotected ZonedDateTimepassageTimeprotected ZonedDateTimepresenceTimeprotected FloattimeGapprotected FloattimeHeadwayprotected ExtensionTypevehicleDetectionTimeExtension
-
Constructor Summary
Constructors Constructor Description VehicleDetectionTime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetArrivalTime()Gets the value of the arrivalTime property.ZonedDateTimegetExitTime()Gets the value of the exitTime property.ZonedDateTimegetPassageTime()Gets the value of the passageTime property.ZonedDateTimegetPresenceTime()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(ZonedDateTime value)Sets the value of the arrivalTime property.voidsetExitTime(ZonedDateTime value)Sets the value of the exitTime property.voidsetPassageTime(ZonedDateTime value)Sets the value of the passageTime property.voidsetPresenceTime(ZonedDateTime 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 ZonedDateTime arrivalTime
-
exitTime
protected ZonedDateTime exitTime
-
passageTime
protected ZonedDateTime passageTime
-
presenceTime
protected ZonedDateTime presenceTime
-
timeGap
protected Float timeGap
-
timeHeadway
protected Float timeHeadway
-
vehicleDetectionTimeExtension
protected ExtensionType vehicleDetectionTimeExtension
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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
-
-