Package | Description |
---|---|
eu.datex2.schema.dynamisch.messstellen.umfelddaten |
Modifier and Type | Field and Description |
---|---|
protected TemperatureValue |
Temperature.airTemperature |
protected TemperatureValue |
Temperature.dewPointTemperature |
protected TemperatureValue |
Temperature.maximumTemperature |
protected TemperatureValue |
Temperature.minimumTemperature |
protected TemperatureValue |
RoadSurfaceConditionMeasurements.protectionTemperature |
protected TemperatureValue |
RoadSurfaceConditionMeasurements.roadSurfaceTemperature |
Modifier and Type | Method and Description |
---|---|
TemperatureValue |
ObjectFactory.createTemperatureValue()
Create an instance of
TemperatureValue |
TemperatureValue |
Temperature.getAirTemperature()
Gets the value of the airTemperature property.
|
TemperatureValue |
Temperature.getDewPointTemperature()
Gets the value of the dewPointTemperature property.
|
TemperatureValue |
Temperature.getMaximumTemperature()
Gets the value of the maximumTemperature property.
|
TemperatureValue |
Temperature.getMinimumTemperature()
Gets the value of the minimumTemperature property.
|
TemperatureValue |
RoadSurfaceConditionMeasurements.getProtectionTemperature()
Gets the value of the protectionTemperature property.
|
TemperatureValue |
RoadSurfaceConditionMeasurements.getRoadSurfaceTemperature()
Gets the value of the roadSurfaceTemperature property.
|
Modifier and Type | Method and Description |
---|---|
void |
Temperature.setAirTemperature(TemperatureValue value)
Sets the value of the airTemperature property.
|
void |
Temperature.setDewPointTemperature(TemperatureValue value)
Sets the value of the dewPointTemperature property.
|
void |
Temperature.setMaximumTemperature(TemperatureValue value)
Sets the value of the maximumTemperature property.
|
void |
Temperature.setMinimumTemperature(TemperatureValue value)
Sets the value of the minimumTemperature property.
|
void |
RoadSurfaceConditionMeasurements.setProtectionTemperature(TemperatureValue value)
Sets the value of the protectionTemperature property.
|
void |
RoadSurfaceConditionMeasurements.setRoadSurfaceTemperature(TemperatureValue value)
Sets the value of the roadSurfaceTemperature property.
|