public class IndividualVehicleDataValues extends TrafficData
Java class for IndividualVehicleDataValues complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndividualVehicleDataValues">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}TrafficData">
<sequence>
<element name="individualVehicleSpeed" type="{http://datex2.eu/schema/2/2_0}SpeedValue" minOccurs="0"/>
<element name="arrivalTime" type="{http://datex2.eu/schema/2/2_0}DateTimeValue" minOccurs="0"/>
<element name="exitTime" type="{http://datex2.eu/schema/2/2_0}DateTimeValue" minOccurs="0"/>
<element name="passageDurationTime" type="{http://datex2.eu/schema/2/2_0}DurationValue" minOccurs="0"/>
<element name="presenceDurationTime" type="{http://datex2.eu/schema/2/2_0}DurationValue" minOccurs="0"/>
<element name="timeGap" type="{http://datex2.eu/schema/2/2_0}DurationValue" minOccurs="0"/>
<element name="timeHeadway" type="{http://datex2.eu/schema/2/2_0}DurationValue" minOccurs="0"/>
<element name="distanceGap" type="{http://datex2.eu/schema/2/2_0}FloatingPointMetreDistanceValue" minOccurs="0"/>
<element name="distanceHeadway" type="{http://datex2.eu/schema/2/2_0}FloatingPointMetreDistanceValue" minOccurs="0"/>
<element name="individualVehicleDataValuesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateTimeValue |
arrivalTime |
protected FloatingPointMetreDistanceValue |
distanceGap |
protected FloatingPointMetreDistanceValue |
distanceHeadway |
protected DateTimeValue |
exitTime |
protected ExtensionType |
individualVehicleDataValuesExtension |
protected SpeedValue |
individualVehicleSpeed |
protected DurationValue |
passageDurationTime |
protected DurationValue |
presenceDurationTime |
protected DurationValue |
timeGap |
protected DurationValue |
timeHeadway |
forVehiclesWithCharacteristicsOf, trafficDataExtensionbasicDataExtension, measurementOrCalculatedTimePrecision, measurementOrCalculationPeriod, measurementOrCalculationTime, pertinentLocation| Constructor and Description |
|---|
IndividualVehicleDataValues() |
| Modifier and Type | Method and Description |
|---|---|
DateTimeValue |
getArrivalTime()
Gets the value of the arrivalTime property.
|
FloatingPointMetreDistanceValue |
getDistanceGap()
Gets the value of the distanceGap property.
|
FloatingPointMetreDistanceValue |
getDistanceHeadway()
Gets the value of the distanceHeadway property.
|
DateTimeValue |
getExitTime()
Gets the value of the exitTime property.
|
ExtensionType |
getIndividualVehicleDataValuesExtension()
Gets the value of the individualVehicleDataValuesExtension property.
|
SpeedValue |
getIndividualVehicleSpeed()
Gets the value of the individualVehicleSpeed property.
|
DurationValue |
getPassageDurationTime()
Gets the value of the passageDurationTime property.
|
DurationValue |
getPresenceDurationTime()
Gets the value of the presenceDurationTime property.
|
DurationValue |
getTimeGap()
Gets the value of the timeGap property.
|
DurationValue |
getTimeHeadway()
Gets the value of the timeHeadway property.
|
void |
setArrivalTime(DateTimeValue value)
Sets the value of the arrivalTime property.
|
void |
setDistanceGap(FloatingPointMetreDistanceValue value)
Sets the value of the distanceGap property.
|
void |
setDistanceHeadway(FloatingPointMetreDistanceValue value)
Sets the value of the distanceHeadway property.
|
void |
setExitTime(DateTimeValue value)
Sets the value of the exitTime property.
|
void |
setIndividualVehicleDataValuesExtension(ExtensionType value)
Sets the value of the individualVehicleDataValuesExtension property.
|
void |
setIndividualVehicleSpeed(SpeedValue value)
Sets the value of the individualVehicleSpeed property.
|
void |
setPassageDurationTime(DurationValue value)
Sets the value of the passageDurationTime property.
|
void |
setPresenceDurationTime(DurationValue value)
Sets the value of the presenceDurationTime property.
|
void |
setTimeGap(DurationValue value)
Sets the value of the timeGap property.
|
void |
setTimeHeadway(DurationValue value)
Sets the value of the timeHeadway property.
|
getForVehiclesWithCharacteristicsOf, getTrafficDataExtension, setForVehiclesWithCharacteristicsOf, setTrafficDataExtensiongetBasicDataExtension, getMeasurementOrCalculatedTimePrecision, getMeasurementOrCalculationPeriod, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculatedTimePrecision, setMeasurementOrCalculationPeriod, setMeasurementOrCalculationTime, setPertinentLocationprotected SpeedValue individualVehicleSpeed
protected DateTimeValue arrivalTime
protected DateTimeValue exitTime
protected DurationValue passageDurationTime
protected DurationValue presenceDurationTime
protected DurationValue timeGap
protected DurationValue timeHeadway
protected FloatingPointMetreDistanceValue distanceGap
protected FloatingPointMetreDistanceValue distanceHeadway
protected ExtensionType individualVehicleDataValuesExtension
public SpeedValue getIndividualVehicleSpeed()
SpeedValuepublic void setIndividualVehicleSpeed(SpeedValue value)
value - allowed object is
SpeedValuepublic DateTimeValue getArrivalTime()
DateTimeValuepublic void setArrivalTime(DateTimeValue value)
value - allowed object is
DateTimeValuepublic DateTimeValue getExitTime()
DateTimeValuepublic void setExitTime(DateTimeValue value)
value - allowed object is
DateTimeValuepublic DurationValue getPassageDurationTime()
DurationValuepublic void setPassageDurationTime(DurationValue value)
value - allowed object is
DurationValuepublic DurationValue getPresenceDurationTime()
DurationValuepublic void setPresenceDurationTime(DurationValue value)
value - allowed object is
DurationValuepublic DurationValue getTimeGap()
DurationValuepublic void setTimeGap(DurationValue value)
value - allowed object is
DurationValuepublic DurationValue getTimeHeadway()
DurationValuepublic void setTimeHeadway(DurationValue value)
value - allowed object is
DurationValuepublic FloatingPointMetreDistanceValue getDistanceGap()
FloatingPointMetreDistanceValuepublic void setDistanceGap(FloatingPointMetreDistanceValue value)
value - allowed object is
FloatingPointMetreDistanceValuepublic FloatingPointMetreDistanceValue getDistanceHeadway()
FloatingPointMetreDistanceValuepublic void setDistanceHeadway(FloatingPointMetreDistanceValue value)
value - allowed object is
FloatingPointMetreDistanceValuepublic ExtensionType getIndividualVehicleDataValuesExtension()
ExtensionTypepublic void setIndividualVehicleDataValuesExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.