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