Class NonWeatherRelatedRoadConditions

  • All Implemented Interfaces:
    Serializable

    public class NonWeatherRelatedRoadConditions
    extends RoadConditions
    implements Serializable

    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/2_0RC1/2_0}RoadConditions">
           <sequence>
             <element name="nonWeatherRelatedRoadConditionType" type="{http://datex2.eu/schema/2_0RC1/2_0}NonWeatherRelatedRoadConditionTypeEnum" maxOccurs="unbounded"/>
             <element name="nonWeatherRelatedRoadConditionsExtension" type="{http://datex2.eu/schema/2_0RC1/2_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 JAXB 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