Class TrafficValue
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TrafficValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IndividualVehicleMeasurements,TrafficConcentration,TrafficFlow,TrafficHeadway,TrafficSpeed
public abstract class TrafficValue extends BasicDataValue implements Serializable
Java class for TrafficValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficValue"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}BasicDataValue"> <sequence> <element name="forVehiclesWithCharacteristicsOf" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleCharacteristics" minOccurs="0"/> <element name="trafficValueExtension" 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 VehicleCharacteristicsforVehiclesWithCharacteristicsOfprotected ExtensionTypetrafficValueExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
accuracy, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, pertinentLocation, smoothingFactor, standardDeviation, supplierCalculatedDataQuality, time
-
-
Constructor Summary
Constructors Constructor Description TrafficValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VehicleCharacteristicsgetForVehiclesWithCharacteristicsOf()Gets the value of the forVehiclesWithCharacteristicsOf property.ExtensionTypegetTrafficValueExtension()Gets the value of the trafficValueExtension property.voidsetForVehiclesWithCharacteristicsOf(VehicleCharacteristics value)Sets the value of the forVehiclesWithCharacteristicsOf property.voidsetTrafficValueExtension(ExtensionType value)Sets the value of the trafficValueExtension property.-
Methods inherited from class eu.datex2.siri21.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
-
forVehiclesWithCharacteristicsOf
protected VehicleCharacteristics forVehiclesWithCharacteristicsOf
-
trafficValueExtension
protected ExtensionType trafficValueExtension
-
-
Method Detail
-
getForVehiclesWithCharacteristicsOf
public VehicleCharacteristics getForVehiclesWithCharacteristicsOf()
Gets the value of the forVehiclesWithCharacteristicsOf property.- Returns:
- possible object is
VehicleCharacteristics
-
setForVehiclesWithCharacteristicsOf
public void setForVehiclesWithCharacteristicsOf(VehicleCharacteristics value)
Sets the value of the forVehiclesWithCharacteristicsOf property.- Parameters:
value- allowed object isVehicleCharacteristics
-
getTrafficValueExtension
public ExtensionType getTrafficValueExtension()
Gets the value of the trafficValueExtension property.- Returns:
- possible object is
ExtensionType
-
setTrafficValueExtension
public void setTrafficValueExtension(ExtensionType value)
Sets the value of the trafficValueExtension property.- Parameters:
value- allowed object isExtensionType
-
-