public class TrafficConcentration extends TrafficData
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/2/2_0}TrafficData">
<sequence>
<element name="concentration" type="{http://datex2.eu/schema/2/2_0}ConcentrationOfVehiclesValue" minOccurs="0"/>
<element name="occupancy" type="{http://datex2.eu/schema/2/2_0}PercentageValue" minOccurs="0"/>
<element name="trafficConcentrationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConcentrationOfVehiclesValue |
concentration |
protected PercentageValue |
occupancy |
protected ExtensionType |
trafficConcentrationExtension |
forVehiclesWithCharacteristicsOf, trafficDataExtensionbasicDataExtension, measurementOrCalculatedTimePrecision, measurementOrCalculationPeriod, measurementOrCalculationTime, pertinentLocation| Constructor and Description |
|---|
TrafficConcentration() |
| Modifier and Type | Method and Description |
|---|---|
ConcentrationOfVehiclesValue |
getConcentration()
Gets the value of the concentration property.
|
PercentageValue |
getOccupancy()
Gets the value of the occupancy property.
|
ExtensionType |
getTrafficConcentrationExtension()
Gets the value of the trafficConcentrationExtension property.
|
void |
setConcentration(ConcentrationOfVehiclesValue value)
Sets the value of the concentration property.
|
void |
setOccupancy(PercentageValue value)
Sets the value of the occupancy property.
|
void |
setTrafficConcentrationExtension(ExtensionType value)
Sets the value of the trafficConcentrationExtension property.
|
getForVehiclesWithCharacteristicsOf, getTrafficDataExtension, setForVehiclesWithCharacteristicsOf, setTrafficDataExtensiongetBasicDataExtension, getMeasurementOrCalculatedTimePrecision, getMeasurementOrCalculationPeriod, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculatedTimePrecision, setMeasurementOrCalculationPeriod, setMeasurementOrCalculationTime, setPertinentLocationprotected ConcentrationOfVehiclesValue concentration
protected PercentageValue occupancy
protected ExtensionType trafficConcentrationExtension
public ConcentrationOfVehiclesValue getConcentration()
ConcentrationOfVehiclesValuepublic void setConcentration(ConcentrationOfVehiclesValue value)
value - allowed object is
ConcentrationOfVehiclesValuepublic PercentageValue getOccupancy()
PercentageValuepublic void setOccupancy(PercentageValue value)
value - allowed object is
PercentageValuepublic ExtensionType getTrafficConcentrationExtension()
ExtensionTypepublic void setTrafficConcentrationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.