Class NonWeatherRelatedRoadConditions

  • All Implemented Interfaces:
    Serializable

    public class NonWeatherRelatedRoadConditions
    extends RoadConditions
    implements Serializable
    Road surface conditions that are not related to the weather but which may affect driving conditions.

    Java class for NonWeatherRelatedRoadConditions complex type.

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

     <complexType name="NonWeatherRelatedRoadConditions">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}RoadConditions">
           <sequence>
             <element name="nonWeatherRelatedRoadConditionType" type="{http://datex2.eu/schema/1_0/1_0}NonWeatherRelatedRoadConditionTypeEnum" maxOccurs="unbounded"/>
             <element name="nonWeatherRelatedRoadConditionsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • NonWeatherRelatedRoadConditions

        public NonWeatherRelatedRoadConditions()
    • Method Detail

      • getNonWeatherRelatedRoadConditionTypes

        public List<NonWeatherRelatedRoadConditionTypeEnum> getNonWeatherRelatedRoadConditionTypes()
        Gets the value of the nonWeatherRelatedRoadConditionTypes 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 nonWeatherRelatedRoadConditionTypes property.

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

            getNonWeatherRelatedRoadConditionTypes().add(newItem);
         

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

      • getNonWeatherRelatedRoadConditionsExtension

        public ExtensionType getNonWeatherRelatedRoadConditionsExtension()
        Gets the value of the nonWeatherRelatedRoadConditionsExtension property.
        Returns:
        possible object is ExtensionType
      • setNonWeatherRelatedRoadConditionsExtension

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