Class RoadSurfaceConditionInformation

  • All Implemented Interfaces:
    Serializable

    public class RoadSurfaceConditionInformation
    extends WeatherValue
    implements Serializable
    Measurements of road surface conditions which are related to the weather.

    Java class for RoadSurfaceConditionInformation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RoadSurfaceConditionInformation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}WeatherValue">
           <sequence>
             <element name="roadSurfaceConditionMeasurements" type="{http://datex2.eu/schema/1_0/1_0}RoadSurfaceConditionMeasurements"/>
             <element name="roadSurfaceConditionInformationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RoadSurfaceConditionInformation

        public RoadSurfaceConditionInformation()
    • Method Detail

      • getRoadSurfaceConditionInformationExtension

        public ExtensionType getRoadSurfaceConditionInformationExtension()
        Gets the value of the roadSurfaceConditionInformationExtension property.
        Returns:
        possible object is ExtensionType
      • setRoadSurfaceConditionInformationExtension

        public void setRoadSurfaceConditionInformationExtension​(ExtensionType value)
        Sets the value of the roadSurfaceConditionInformationExtension property.
        Parameters:
        value - allowed object is ExtensionType