Class RoadOperatorServiceDisruption

  • All Implemented Interfaces:
    Serializable

    public class RoadOperatorServiceDisruption
    extends NonRoadEventInformation
    implements Serializable

    Java class for RoadOperatorServiceDisruption complex type.

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

     <complexType name="RoadOperatorServiceDisruption">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NonRoadEventInformation">
           <sequence>
             <element name="roadOperatorServiceDisruptionType" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadOperatorServiceDisruptionTypeEnum" maxOccurs="unbounded"/>
             <element name="roadOperatorServiceDisruptionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RoadOperatorServiceDisruption

        public RoadOperatorServiceDisruption()
    • Method Detail

      • getRoadOperatorServiceDisruptionTypes

        public List<RoadOperatorServiceDisruptionTypeEnum> getRoadOperatorServiceDisruptionTypes()
        Gets the value of the roadOperatorServiceDisruptionTypes 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 roadOperatorServiceDisruptionTypes property.

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

            getRoadOperatorServiceDisruptionTypes().add(newItem);
         

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

      • getRoadOperatorServiceDisruptionExtension

        public ExtensionType getRoadOperatorServiceDisruptionExtension()
        Gets the value of the roadOperatorServiceDisruptionExtension property.
        Returns:
        possible object is ExtensionType
      • setRoadOperatorServiceDisruptionExtension

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