Class TrafficFlow
- 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.TrafficFlow
-
- All Implemented Interfaces:
Serializable
public class TrafficFlow extends TrafficValue implements Serializable
Java class for TrafficFlow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficFlow"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TrafficValue"> <sequence> <element name="axleFlow" type="{http://datex2.eu/schema/2_0RC1/2_0}AxlesPerHour" minOccurs="0"/> <element name="pcuFlow" type="{http://datex2.eu/schema/2_0RC1/2_0}PassengerCarUnitsPerHour" minOccurs="0"/> <element name="percentageLongVehicles" type="{http://datex2.eu/schema/2_0RC1/2_0}Percentage" minOccurs="0"/> <element name="vehicleFlow" type="{http://datex2.eu/schema/2_0RC1/2_0}VehiclesPerHour" minOccurs="0"/> <element name="trafficFlowExtension" 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 BigIntegeraxleFlowprotected BigIntegerpcuFlowprotected FloatpercentageLongVehiclesprotected ExtensionTypetrafficFlowExtensionprotected BigIntegervehicleFlow-
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 TrafficFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetAxleFlow()Gets the value of the axleFlow property.BigIntegergetPcuFlow()Gets the value of the pcuFlow property.FloatgetPercentageLongVehicles()Gets the value of the percentageLongVehicles property.ExtensionTypegetTrafficFlowExtension()Gets the value of the trafficFlowExtension property.BigIntegergetVehicleFlow()Gets the value of the vehicleFlow property.voidsetAxleFlow(BigInteger value)Sets the value of the axleFlow property.voidsetPcuFlow(BigInteger value)Sets the value of the pcuFlow property.voidsetPercentageLongVehicles(Float value)Sets the value of the percentageLongVehicles property.voidsetTrafficFlowExtension(ExtensionType value)Sets the value of the trafficFlowExtension property.voidsetVehicleFlow(BigInteger value)Sets the value of the vehicleFlow 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
-
axleFlow
protected BigInteger axleFlow
-
pcuFlow
protected BigInteger pcuFlow
-
percentageLongVehicles
protected Float percentageLongVehicles
-
vehicleFlow
protected BigInteger vehicleFlow
-
trafficFlowExtension
protected ExtensionType trafficFlowExtension
-
-
Method Detail
-
getAxleFlow
public BigInteger getAxleFlow()
Gets the value of the axleFlow property.- Returns:
- possible object is
BigInteger
-
setAxleFlow
public void setAxleFlow(BigInteger value)
Sets the value of the axleFlow property.- Parameters:
value- allowed object isBigInteger
-
getPcuFlow
public BigInteger getPcuFlow()
Gets the value of the pcuFlow property.- Returns:
- possible object is
BigInteger
-
setPcuFlow
public void setPcuFlow(BigInteger value)
Sets the value of the pcuFlow property.- Parameters:
value- allowed object isBigInteger
-
getPercentageLongVehicles
public Float getPercentageLongVehicles()
Gets the value of the percentageLongVehicles property.- Returns:
- possible object is
Float
-
setPercentageLongVehicles
public void setPercentageLongVehicles(Float value)
Sets the value of the percentageLongVehicles property.- Parameters:
value- allowed object isFloat
-
getVehicleFlow
public BigInteger getVehicleFlow()
Gets the value of the vehicleFlow property.- Returns:
- possible object is
BigInteger
-
setVehicleFlow
public void setVehicleFlow(BigInteger value)
Sets the value of the vehicleFlow property.- Parameters:
value- allowed object isBigInteger
-
getTrafficFlowExtension
public ExtensionType getTrafficFlowExtension()
Gets the value of the trafficFlowExtension property.- Returns:
- possible object is
ExtensionType
-
setTrafficFlowExtension
public void setTrafficFlowExtension(ExtensionType value)
Sets the value of the trafficFlowExtension property.- Parameters:
value- allowed object isExtensionType
-
-