Class RoadsideServiceDisruption

  • All Implemented Interfaces:
    Serializable

    public class RoadsideServiceDisruption
    extends NonRoadEventInformation
    implements Serializable

    Java class for RoadsideServiceDisruption complex type.

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

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

      • RoadsideServiceDisruption

        public RoadsideServiceDisruption()
    • Method Detail

      • getRoadsideServiceDisruptionTypes

        public List<RoadsideServiceDisruptionTypeEnum> getRoadsideServiceDisruptionTypes()
        Gets the value of the roadsideServiceDisruptionTypes 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 roadsideServiceDisruptionTypes property.

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

            getRoadsideServiceDisruptionTypes().add(newItem);
         

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

      • getRoadsideServiceDisruptionExtension

        public ExtensionType getRoadsideServiceDisruptionExtension()
        Gets the value of the roadsideServiceDisruptionExtension property.
        Returns:
        possible object is ExtensionType
      • setRoadsideServiceDisruptionExtension

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