Class TrafficConcentration
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
-
- eu.datex2.siri13.schema._1_0._1_0.TrafficValue
-
- eu.datex2.siri13.schema._1_0._1_0.TrafficConcentration
-
- All Implemented Interfaces:
Serializable
public class TrafficConcentration extends TrafficValue implements Serializable
Averaged measurements of traffic concentration.Java class for TrafficConcentration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficConcentration"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficValue"> <sequence> <element name="concentration" type="{http://datex2.eu/schema/1_0/1_0}ConcentrationVehiclesPerKilometre" minOccurs="0"/> <element name="occupancy" type="{http://datex2.eu/schema/1_0/1_0}Percentage" minOccurs="0"/> <element name="trafficConcentrationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
BasicDataValue.FaultReason
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerconcentrationprotected Floatoccupancyprotected ExtensionTypetrafficConcentrationExtension-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.TrafficValue
trafficValueExtension, vehicleCharacteristics
-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
accuracy, affectedLocation, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, smoothingFactor, standardDeviation, supplierCalculatedDataQuality, time
-
-
Constructor Summary
Constructors Constructor Description TrafficConcentration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetConcentration()Gets the value of the concentration property.FloatgetOccupancy()Gets the value of the occupancy property.ExtensionTypegetTrafficConcentrationExtension()Gets the value of the trafficConcentrationExtension property.voidsetConcentration(BigInteger value)Sets the value of the concentration property.voidsetOccupancy(Float value)Sets the value of the occupancy property.voidsetTrafficConcentrationExtension(ExtensionType value)Sets the value of the trafficConcentrationExtension property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.TrafficValue
getTrafficValueExtension, getVehicleCharacteristics, setTrafficValueExtension, setVehicleCharacteristics
-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
getAccuracy, getAffectedLocation, getBasicDataValueExtension, getComputationalMethod, getFaultReason, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getPeriod, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, getTime, isFault, setAccuracy, setAffectedLocation, setBasicDataValueExtension, setComputationalMethod, setFault, setFaultReason, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setPeriod, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQuality, setTime
-
-
-
-
Field Detail
-
concentration
protected BigInteger concentration
-
occupancy
protected Float occupancy
-
trafficConcentrationExtension
protected ExtensionType trafficConcentrationExtension
-
-
Method Detail
-
getConcentration
public BigInteger getConcentration()
Gets the value of the concentration property.- Returns:
- possible object is
BigInteger
-
setConcentration
public void setConcentration(BigInteger value)
Sets the value of the concentration property.- Parameters:
value- allowed object isBigInteger
-
getOccupancy
public Float getOccupancy()
Gets the value of the occupancy property.- Returns:
- possible object is
Float
-
setOccupancy
public void setOccupancy(Float value)
Sets the value of the occupancy property.- Parameters:
value- allowed object isFloat
-
getTrafficConcentrationExtension
public ExtensionType getTrafficConcentrationExtension()
Gets the value of the trafficConcentrationExtension property.- Returns:
- possible object is
ExtensionType
-
setTrafficConcentrationExtension
public void setTrafficConcentrationExtension(ExtensionType value)
Sets the value of the trafficConcentrationExtension property.- Parameters:
value- allowed object isExtensionType
-
-