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, trafficDataExtension
basicDataExtension, 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, setTrafficDataExtension
getBasicDataExtension, getMeasurementOrCalculationPeriod, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationPeriod, setMeasurementOrCalculationTime, setPertinentLocation
protected ConcentrationOfVehiclesValue concentration
protected ExtensionType trafficConcentrationExtension
public ConcentrationOfVehiclesValue getConcentration()
ConcentrationOfVehiclesValue
public void setConcentration(ConcentrationOfVehiclesValue value)
value
- allowed object is
ConcentrationOfVehiclesValue
public ExtensionType getTrafficConcentrationExtension()
ExtensionType
public void setTrafficConcentrationExtension(ExtensionType value)
value
- allowed object is
ExtensionType