Class RoadConditions

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    NonWeatherRelatedRoadConditions, WeatherRelatedRoadConditions

    public abstract class RoadConditions
    extends Conditions
    implements Serializable
    Conditions of the road surface which may affect driving conditions. These may be related to the weather (e.g. ice, snow etc.) or to other conditions (e.g. oil, mud, leaves etc. on the road)

    Java class for RoadConditions complex type.

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

     <complexType name="RoadConditions">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Conditions">
           <sequence>
             <element name="roadConditionsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • roadConditionsExtension

        protected ExtensionType roadConditionsExtension
    • Constructor Detail

      • RoadConditions

        public RoadConditions()
    • Method Detail

      • getRoadConditionsExtension

        public ExtensionType getRoadConditionsExtension()
        Gets the value of the roadConditionsExtension property.
        Returns:
        possible object is ExtensionType
      • setRoadConditionsExtension

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