Class OperatorAction

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    NetworkManagement, RoadsideAssistance, Roadworks, SignSetting

    public abstract class OperatorAction
    extends SituationRecord
    implements Serializable
    Actions that a traffic operator can decide to implement to prevent or help correct dangerous or poor driving conditions, including maintenance of the road infrastructure.

    Java class for OperatorAction complex type.

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

     <complexType name="OperatorAction">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}SituationRecord">
           <sequence>
             <element name="actionOrigin" type="{http://datex2.eu/schema/1_0/1_0}OperatorActionOriginEnum" minOccurs="0"/>
             <element name="operatorActionStatus" type="{http://datex2.eu/schema/1_0/1_0}OperatorActionStatusEnum" minOccurs="0"/>
             <element name="provisional" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/>
             <element name="operatorActionExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form