Class IndividualVehicleMeasurements
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.BasicDataValue
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TrafficValue
-
- eu.datex2.siri20.schema._2_0rc1._2_0.IndividualVehicleMeasurements
-
- All Implemented Interfaces:
Serializable
public class IndividualVehicleMeasurements extends TrafficValue implements Serializable
Java class for IndividualVehicleMeasurements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndividualVehicleMeasurements"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TrafficValue"> <sequence> <element name="vehicleSpeed" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleSpeed" minOccurs="0"/> <element name="vehicleDetectionTime" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleDetectionTime" minOccurs="0"/> <element name="vehicleHeadway" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleHeadway" minOccurs="0"/> <element name="individualVehicleMeasurementsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypeindividualVehicleMeasurementsExtensionprotected VehicleDetectionTimevehicleDetectionTimeprotected VehicleHeadwayvehicleHeadwayprotected VehicleSpeedvehicleSpeed-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TrafficValue
forVehiclesWithCharacteristicsOf, trafficValueExtension
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.BasicDataValue
accuracy, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, pertinentLocation, smoothingFactor, standardDeviation, supplierCalculatedDataQuality, time
-
-
Constructor Summary
Constructors Constructor Description IndividualVehicleMeasurements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetIndividualVehicleMeasurementsExtension()Gets the value of the individualVehicleMeasurementsExtension property.VehicleDetectionTimegetVehicleDetectionTime()Gets the value of the vehicleDetectionTime property.VehicleHeadwaygetVehicleHeadway()Gets the value of the vehicleHeadway property.VehicleSpeedgetVehicleSpeed()Gets the value of the vehicleSpeed property.voidsetIndividualVehicleMeasurementsExtension(ExtensionType value)Sets the value of the individualVehicleMeasurementsExtension property.voidsetVehicleDetectionTime(VehicleDetectionTime value)Sets the value of the vehicleDetectionTime property.voidsetVehicleHeadway(VehicleHeadway value)Sets the value of the vehicleHeadway property.voidsetVehicleSpeed(VehicleSpeed value)Sets the value of the vehicleSpeed property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TrafficValue
getForVehiclesWithCharacteristicsOf, getTrafficValueExtension, setForVehiclesWithCharacteristicsOf, setTrafficValueExtension
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.BasicDataValue
getAccuracy, getBasicDataValueExtension, getComputationalMethod, getFaultReason, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getPeriod, getPertinentLocation, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, getTime, isFault, setAccuracy, setBasicDataValueExtension, setComputationalMethod, setFault, setFaultReason, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setPeriod, setPertinentLocation, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQuality, setTime
-
-
-
-
Field Detail
-
vehicleSpeed
protected VehicleSpeed vehicleSpeed
-
vehicleDetectionTime
protected VehicleDetectionTime vehicleDetectionTime
-
vehicleHeadway
protected VehicleHeadway vehicleHeadway
-
individualVehicleMeasurementsExtension
protected ExtensionType individualVehicleMeasurementsExtension
-
-
Method Detail
-
getVehicleSpeed
public VehicleSpeed getVehicleSpeed()
Gets the value of the vehicleSpeed property.- Returns:
- possible object is
VehicleSpeed
-
setVehicleSpeed
public void setVehicleSpeed(VehicleSpeed value)
Sets the value of the vehicleSpeed property.- Parameters:
value- allowed object isVehicleSpeed
-
getVehicleDetectionTime
public VehicleDetectionTime getVehicleDetectionTime()
Gets the value of the vehicleDetectionTime property.- Returns:
- possible object is
VehicleDetectionTime
-
setVehicleDetectionTime
public void setVehicleDetectionTime(VehicleDetectionTime value)
Sets the value of the vehicleDetectionTime property.- Parameters:
value- allowed object isVehicleDetectionTime
-
getVehicleHeadway
public VehicleHeadway getVehicleHeadway()
Gets the value of the vehicleHeadway property.- Returns:
- possible object is
VehicleHeadway
-
setVehicleHeadway
public void setVehicleHeadway(VehicleHeadway value)
Sets the value of the vehicleHeadway property.- Parameters:
value- allowed object isVehicleHeadway
-
getIndividualVehicleMeasurementsExtension
public ExtensionType getIndividualVehicleMeasurementsExtension()
Gets the value of the individualVehicleMeasurementsExtension property.- Returns:
- possible object is
ExtensionType
-
setIndividualVehicleMeasurementsExtension
public void setIndividualVehicleMeasurementsExtension(ExtensionType value)
Sets the value of the individualVehicleMeasurementsExtension property.- Parameters:
value- allowed object isExtensionType
-
-