public class TrafficSpeed extends TrafficData
Java class for TrafficSpeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficSpeed"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}TrafficData"> <sequence> <element name="averageVehicleSpeed" type="{http://datex2.eu/schema/2/2_0}SpeedValue" minOccurs="0"/> <element name="trafficSpeedExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SpeedValue |
averageVehicleSpeed |
protected ExtensionType |
trafficSpeedExtension |
forVehiclesWithCharacteristicsOf, trafficDataExtension
basicDataExtension, measurementOrCalculationPeriod, measurementOrCalculationTime, pertinentLocation
Constructor and Description |
---|
TrafficSpeed() |
Modifier and Type | Method and Description |
---|---|
SpeedValue |
getAverageVehicleSpeed()
Gets the value of the averageVehicleSpeed property.
|
ExtensionType |
getTrafficSpeedExtension()
Gets the value of the trafficSpeedExtension property.
|
void |
setAverageVehicleSpeed(SpeedValue value)
Sets the value of the averageVehicleSpeed property.
|
void |
setTrafficSpeedExtension(ExtensionType value)
Sets the value of the trafficSpeedExtension property.
|
getForVehiclesWithCharacteristicsOf, getTrafficDataExtension, setForVehiclesWithCharacteristicsOf, setTrafficDataExtension
getBasicDataExtension, getMeasurementOrCalculationPeriod, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationPeriod, setMeasurementOrCalculationTime, setPertinentLocation
protected SpeedValue averageVehicleSpeed
protected ExtensionType trafficSpeedExtension
public SpeedValue getAverageVehicleSpeed()
SpeedValue
public void setAverageVehicleSpeed(SpeedValue value)
value
- allowed object is
SpeedValue
public ExtensionType getTrafficSpeedExtension()
ExtensionType
public void setTrafficSpeedExtension(ExtensionType value)
value
- allowed object is
ExtensionType