Class NonRoadEventInformation

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

    public abstract class NonRoadEventInformation
    extends SituationRecord
    implements Serializable
    Information about an event which is not on the road, but which may influence the behaviour of drivers and hence the characteristics of the traffic flow.

    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/1_0/1_0}SituationRecord">
           <sequence>
             <element name="nonRoadEventInformationExtension" type="{http://datex2.eu/schema/1_0/1_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