Class RoadSurfaceConditionMeasurements
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.RoadSurfaceConditionMeasurements
-
- All Implemented Interfaces:
Serializable
public class RoadSurfaceConditionMeasurements extends Object implements Serializable
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="deIcingApplicationRate" type="{http://datex2.eu/schema/2_0RC1/2_0}IntensityKilogrammesPerSquareMetre" minOccurs="0"/> <element name="deIcingConcentration" type="{http://datex2.eu/schema/2_0RC1/2_0}ConcentrationGramsPerCubicCentimetre" minOccurs="0"/> <element name="depthOfSnow" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/> <element name="protectionTemperature" type="{http://datex2.eu/schema/2_0RC1/2_0}TemperatureCelsius" minOccurs="0"/> <element name="roadSurfaceTemperature" type="{http://datex2.eu/schema/2_0RC1/2_0}TemperatureCelsius" minOccurs="0"/> <element name="waterFilmThickness" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/> <element name="roadSurfaceConditionMeasurementsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FloatdeIcingApplicationRateprotected FloatdeIcingConcentrationprotected FloatdepthOfSnowprotected FloatprotectionTemperatureprotected ExtensionTyperoadSurfaceConditionMeasurementsExtensionprotected FloatroadSurfaceTemperatureprotected FloatwaterFilmThickness
-
Constructor Summary
Constructors Constructor Description RoadSurfaceConditionMeasurements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetDeIcingApplicationRate()Gets the value of the deIcingApplicationRate property.FloatgetDeIcingConcentration()Gets the value of the deIcingConcentration property.FloatgetDepthOfSnow()Gets the value of the depthOfSnow property.FloatgetProtectionTemperature()Gets the value of the protectionTemperature property.ExtensionTypegetRoadSurfaceConditionMeasurementsExtension()Gets the value of the roadSurfaceConditionMeasurementsExtension property.FloatgetRoadSurfaceTemperature()Gets the value of the roadSurfaceTemperature property.FloatgetWaterFilmThickness()Gets the value of the waterFilmThickness property.voidsetDeIcingApplicationRate(Float value)Sets the value of the deIcingApplicationRate property.voidsetDeIcingConcentration(Float value)Sets the value of the deIcingConcentration property.voidsetDepthOfSnow(Float value)Sets the value of the depthOfSnow property.voidsetProtectionTemperature(Float value)Sets the value of the protectionTemperature property.voidsetRoadSurfaceConditionMeasurementsExtension(ExtensionType value)Sets the value of the roadSurfaceConditionMeasurementsExtension property.voidsetRoadSurfaceTemperature(Float value)Sets the value of the roadSurfaceTemperature property.voidsetWaterFilmThickness(Float value)Sets the value of the waterFilmThickness property.
-
-
-
Field Detail
-
deIcingApplicationRate
protected Float deIcingApplicationRate
-
deIcingConcentration
protected Float deIcingConcentration
-
depthOfSnow
protected Float depthOfSnow
-
protectionTemperature
protected Float protectionTemperature
-
roadSurfaceTemperature
protected Float roadSurfaceTemperature
-
waterFilmThickness
protected Float waterFilmThickness
-
roadSurfaceConditionMeasurementsExtension
protected ExtensionType roadSurfaceConditionMeasurementsExtension
-
-
Method Detail
-
getDeIcingApplicationRate
public Float getDeIcingApplicationRate()
Gets the value of the deIcingApplicationRate property.- Returns:
- possible object is
Float
-
setDeIcingApplicationRate
public void setDeIcingApplicationRate(Float value)
Sets the value of the deIcingApplicationRate property.- Parameters:
value- allowed object isFloat
-
getDeIcingConcentration
public Float getDeIcingConcentration()
Gets the value of the deIcingConcentration property.- Returns:
- possible object is
Float
-
setDeIcingConcentration
public void setDeIcingConcentration(Float value)
Sets the value of the deIcingConcentration property.- Parameters:
value- allowed object isFloat
-
getDepthOfSnow
public Float getDepthOfSnow()
Gets the value of the depthOfSnow property.- Returns:
- possible object is
Float
-
setDepthOfSnow
public void setDepthOfSnow(Float value)
Sets the value of the depthOfSnow property.- Parameters:
value- allowed object isFloat
-
getProtectionTemperature
public Float getProtectionTemperature()
Gets the value of the protectionTemperature property.- Returns:
- possible object is
Float
-
setProtectionTemperature
public void setProtectionTemperature(Float value)
Sets the value of the protectionTemperature property.- Parameters:
value- allowed object isFloat
-
getRoadSurfaceTemperature
public Float getRoadSurfaceTemperature()
Gets the value of the roadSurfaceTemperature property.- Returns:
- possible object is
Float
-
setRoadSurfaceTemperature
public void setRoadSurfaceTemperature(Float value)
Sets the value of the roadSurfaceTemperature property.- Parameters:
value- allowed object isFloat
-
getWaterFilmThickness
public Float getWaterFilmThickness()
Gets the value of the waterFilmThickness property.- Returns:
- possible object is
Float
-
setWaterFilmThickness
public void setWaterFilmThickness(Float value)
Sets the value of the waterFilmThickness property.- Parameters:
value- allowed object isFloat
-
getRoadSurfaceConditionMeasurementsExtension
public ExtensionType getRoadSurfaceConditionMeasurementsExtension()
Gets the value of the roadSurfaceConditionMeasurementsExtension property.- Returns:
- possible object is
ExtensionType
-
setRoadSurfaceConditionMeasurementsExtension
public void setRoadSurfaceConditionMeasurementsExtension(ExtensionType value)
Sets the value of the roadSurfaceConditionMeasurementsExtension property.- Parameters:
value- allowed object isExtensionType
-
-