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, trafficDataExtension
basicDataExtension, 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, setTrafficDataExtension
getBasicDataExtension, getMeasurementOrCalculationPeriod, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationPeriod, setMeasurementOrCalculationTime, setPertinentLocation
protected VehicleFlowValue vehicleFlow
protected ExtensionType trafficFlowExtension
public VehicleFlowValue getVehicleFlow()
VehicleFlowValue
public void setVehicleFlow(VehicleFlowValue value)
value
- allowed object is
VehicleFlowValue
public ExtensionType getTrafficFlowExtension()
ExtensionType
public void setTrafficFlowExtension(ExtensionType value)
value
- allowed object is
ExtensionType