Class NonRoadEventInformation

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CarParks, RoadOperatorServiceDisruption, RoadsideServiceDisruption, TransitInformation

    public abstract class NonRoadEventInformation
    extends SituationRecord
    implements Serializable

    Java class for NonRoadEventInformation complex type.

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

     <complexType name="NonRoadEventInformation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}SituationRecord">
           <sequence>
             <element name="nonRoadEventInformationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • nonRoadEventInformationExtension

        protected ExtensionType nonRoadEventInformationExtension
    • Constructor Detail

      • NonRoadEventInformation

        public NonRoadEventInformation()
    • Method Detail

      • getNonRoadEventInformationExtension

        public ExtensionType getNonRoadEventInformationExtension()
        Gets the value of the nonRoadEventInformationExtension property.
        Returns:
        possible object is ExtensionType
      • setNonRoadEventInformationExtension

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