Class RoadSurfaceConditionMeasurements

  • All Implemented Interfaces:
    Serializable

    public class RoadSurfaceConditionMeasurements
    extends Object
    implements Serializable
    Measurements of the road surface condition which relate specifically to the weather.

    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/1_0/1_0}IntensityKilogrammesPerSquareMetre" minOccurs="0"/>
             <element name="deIcingConcentration" type="{http://datex2.eu/schema/1_0/1_0}ConcentrationGramsPerCubicCentimetre" minOccurs="0"/>
             <element name="depthOfSnow" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/>
             <element name="protectionTemperature" type="{http://datex2.eu/schema/1_0/1_0}TemperatureCelsius" minOccurs="0"/>
             <element name="roadSurfaceTemperature" type="{http://datex2.eu/schema/1_0/1_0}TemperatureCelsius" minOccurs="0"/>
             <element name="waterFilmThickness" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/>
             <element name="roadSurfaceConditionMeasurementsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • 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
    • Constructor Detail

      • RoadSurfaceConditionMeasurements

        public RoadSurfaceConditionMeasurements()
    • 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 is Float
      • 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 is Float
      • 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 is Float
      • 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 is Float
      • 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 is Float
      • 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 is Float
      • 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 is ExtensionType