public class RoadSurfaceConditionMeasurements
extends java.lang.Object
Java class for RoadSurfaceConditionMeasurements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadSurfaceConditionMeasurements"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="roadSurfaceTemperature" type="{http://datex2.eu/schema/2/2_0}TemperatureValue" minOccurs="0"/> <element name="protectionTemperature" type="{http://datex2.eu/schema/2/2_0}TemperatureValue" minOccurs="0"/> <element name="deIcingConcentration" type="{http://datex2.eu/schema/2/2_0}KilogramsConcentrationValue" minOccurs="0"/> <element name="depthOfSnow" type="{http://datex2.eu/schema/2/2_0}FloatingPointMetreDistanceValue" minOccurs="0"/> <element name="waterFilmThickness" type="{http://datex2.eu/schema/2/2_0}FloatingPointMetreDistanceValue" minOccurs="0"/> <element name="roadSurfaceConditionMeasurementsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected KilogramsConcentrationValue |
deIcingConcentration |
protected FloatingPointMetreDistanceValue |
depthOfSnow |
protected TemperatureValue |
protectionTemperature |
protected ExtensionType |
roadSurfaceConditionMeasurementsExtension |
protected TemperatureValue |
roadSurfaceTemperature |
protected FloatingPointMetreDistanceValue |
waterFilmThickness |
Constructor and Description |
---|
RoadSurfaceConditionMeasurements() |
Modifier and Type | Method and Description |
---|---|
KilogramsConcentrationValue |
getDeIcingConcentration()
Gets the value of the deIcingConcentration property.
|
FloatingPointMetreDistanceValue |
getDepthOfSnow()
Gets the value of the depthOfSnow property.
|
TemperatureValue |
getProtectionTemperature()
Gets the value of the protectionTemperature property.
|
ExtensionType |
getRoadSurfaceConditionMeasurementsExtension()
Gets the value of the roadSurfaceConditionMeasurementsExtension property.
|
TemperatureValue |
getRoadSurfaceTemperature()
Gets the value of the roadSurfaceTemperature property.
|
FloatingPointMetreDistanceValue |
getWaterFilmThickness()
Gets the value of the waterFilmThickness property.
|
void |
setDeIcingConcentration(KilogramsConcentrationValue value)
Sets the value of the deIcingConcentration property.
|
void |
setDepthOfSnow(FloatingPointMetreDistanceValue value)
Sets the value of the depthOfSnow property.
|
void |
setProtectionTemperature(TemperatureValue value)
Sets the value of the protectionTemperature property.
|
void |
setRoadSurfaceConditionMeasurementsExtension(ExtensionType value)
Sets the value of the roadSurfaceConditionMeasurementsExtension property.
|
void |
setRoadSurfaceTemperature(TemperatureValue value)
Sets the value of the roadSurfaceTemperature property.
|
void |
setWaterFilmThickness(FloatingPointMetreDistanceValue value)
Sets the value of the waterFilmThickness property.
|
protected TemperatureValue roadSurfaceTemperature
protected TemperatureValue protectionTemperature
protected KilogramsConcentrationValue deIcingConcentration
protected FloatingPointMetreDistanceValue depthOfSnow
protected FloatingPointMetreDistanceValue waterFilmThickness
protected ExtensionType roadSurfaceConditionMeasurementsExtension
public TemperatureValue getRoadSurfaceTemperature()
TemperatureValue
public void setRoadSurfaceTemperature(TemperatureValue value)
value
- allowed object is
TemperatureValue
public TemperatureValue getProtectionTemperature()
TemperatureValue
public void setProtectionTemperature(TemperatureValue value)
value
- allowed object is
TemperatureValue
public KilogramsConcentrationValue getDeIcingConcentration()
KilogramsConcentrationValue
public void setDeIcingConcentration(KilogramsConcentrationValue value)
value
- allowed object is
KilogramsConcentrationValue
public FloatingPointMetreDistanceValue getDepthOfSnow()
FloatingPointMetreDistanceValue
public void setDepthOfSnow(FloatingPointMetreDistanceValue value)
value
- allowed object is
FloatingPointMetreDistanceValue
public FloatingPointMetreDistanceValue getWaterFilmThickness()
FloatingPointMetreDistanceValue
public void setWaterFilmThickness(FloatingPointMetreDistanceValue value)
value
- allowed object is
FloatingPointMetreDistanceValue
public ExtensionType getRoadSurfaceConditionMeasurementsExtension()
ExtensionType
public void setRoadSurfaceConditionMeasurementsExtension(ExtensionType value)
value
- allowed object is
ExtensionType