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="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 ExtensionType |
trafficConcentrationExtension |
forVehiclesWithCharacteristicsOf, trafficDataExtensionbasicDataExtension, measurementOrCalculationPeriod, measurementOrCalculationTime, pertinentLocation| Constructor and Description |
|---|
TrafficConcentration() |
| Modifier and Type | Method and Description |
|---|---|
ConcentrationOfVehiclesValue |
getConcentration()
Gets the value of the concentration property.
|
ExtensionType |
getTrafficConcentrationExtension()
Gets the value of the trafficConcentrationExtension property.
|
void |
setConcentration(ConcentrationOfVehiclesValue value)
Sets the value of the concentration property.
|
void |
setTrafficConcentrationExtension(ExtensionType value)
Sets the value of the trafficConcentrationExtension property.
|
getForVehiclesWithCharacteristicsOf, getTrafficDataExtension, setForVehiclesWithCharacteristicsOf, setTrafficDataExtensiongetBasicDataExtension, getMeasurementOrCalculationPeriod, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationPeriod, setMeasurementOrCalculationTime, setPertinentLocationprotected ConcentrationOfVehiclesValue concentration
protected ExtensionType trafficConcentrationExtension
public ConcentrationOfVehiclesValue getConcentration()
ConcentrationOfVehiclesValuepublic void setConcentration(ConcentrationOfVehiclesValue value)
value - allowed object is
ConcentrationOfVehiclesValuepublic ExtensionType getTrafficConcentrationExtension()
ExtensionTypepublic void setTrafficConcentrationExtension(ExtensionType value)
value - allowed object is
ExtensionType