Class WeatherRelatedRoadConditions

  • All Implemented Interfaces:
    Serializable

    public class WeatherRelatedRoadConditions
    extends RoadConditions
    implements Serializable
    Road surface conditions that are related to the weather which may affect the driving conditions, such as ice, snow or water.

    Java class for WeatherRelatedRoadConditions complex type.

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

     <complexType name="WeatherRelatedRoadConditions">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}RoadConditions">
           <sequence>
             <element name="weatherRelatedRoadConditionType" type="{http://datex2.eu/schema/1_0/1_0}WeatherRelatedRoadConditionTypeEnum" maxOccurs="unbounded"/>
             <element name="roadSurfaceConditionMeasurements" type="{http://datex2.eu/schema/1_0/1_0}RoadSurfaceConditionMeasurements" minOccurs="0"/>
             <element name="weatherRelatedRoadConditionsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • WeatherRelatedRoadConditions

        public WeatherRelatedRoadConditions()
    • Method Detail

      • getWeatherRelatedRoadConditionTypes

        public List<WeatherRelatedRoadConditionTypeEnum> getWeatherRelatedRoadConditionTypes()
        Gets the value of the weatherRelatedRoadConditionTypes property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the weatherRelatedRoadConditionTypes property.

        For example, to add a new item, do as follows:

            getWeatherRelatedRoadConditionTypes().add(newItem);
         

        Objects of the following type(s) are allowed in the list WeatherRelatedRoadConditionTypeEnum

      • getWeatherRelatedRoadConditionsExtension

        public ExtensionType getWeatherRelatedRoadConditionsExtension()
        Gets the value of the weatherRelatedRoadConditionsExtension property.
        Returns:
        possible object is ExtensionType
      • setWeatherRelatedRoadConditionsExtension

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