Class WeatherRelatedRoadConditions

  • All Implemented Interfaces:
    Serializable

    public class WeatherRelatedRoadConditions
    extends RoadConditions
    implements Serializable

    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/2_0RC1/2_0}RoadConditions">
           <sequence>
             <element name="weatherRelatedRoadConditionType" type="{http://datex2.eu/schema/2_0RC1/2_0}WeatherRelatedRoadConditionTypeEnum" maxOccurs="unbounded"/>
             <element name="roadSurfaceConditionMeasurements" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadSurfaceConditionMeasurements" minOccurs="0"/>
             <element name="weatherRelatedRoadConditionsExtension" type="{http://datex2.eu/schema/2_0RC1/2_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 Jakarta XML Binding 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