public class TrafficFlow extends TrafficData
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/2_0}TrafficData">
<sequence>
<element name="vehicleFlow" type="{http://datex2.eu/schema/2/2_0}VehicleFlowValue" minOccurs="0"/>
<element name="trafficFlowExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
trafficFlowExtension |
protected VehicleFlowValue |
vehicleFlow |
forVehiclesWithCharacteristicsOf, trafficDataExtensionbasicDataExtension, measurementOrCalculationPeriod, measurementOrCalculationTime, pertinentLocation| Constructor and Description |
|---|
TrafficFlow() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getTrafficFlowExtension()
Gets the value of the trafficFlowExtension property.
|
VehicleFlowValue |
getVehicleFlow()
Gets the value of the vehicleFlow property.
|
void |
setTrafficFlowExtension(ExtensionType value)
Sets the value of the trafficFlowExtension property.
|
void |
setVehicleFlow(VehicleFlowValue value)
Sets the value of the vehicleFlow property.
|
getForVehiclesWithCharacteristicsOf, getTrafficDataExtension, setForVehiclesWithCharacteristicsOf, setTrafficDataExtensiongetBasicDataExtension, getMeasurementOrCalculationPeriod, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationPeriod, setMeasurementOrCalculationTime, setPertinentLocationprotected VehicleFlowValue vehicleFlow
protected ExtensionType trafficFlowExtension
public VehicleFlowValue getVehicleFlow()
VehicleFlowValuepublic void setVehicleFlow(VehicleFlowValue value)
value - allowed object is
VehicleFlowValuepublic ExtensionType getTrafficFlowExtension()
ExtensionTypepublic void setTrafficFlowExtension(ExtensionType value)
value - allowed object is
ExtensionType