Class TrafficControl

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Rerouting, TemporaryLimits

    public class TrafficControl
    extends Object
    implements Serializable
    Specification of traffic management controls which affect the road network that have been instigated by the network/road operator. These controls may require either optional or mandatory compliance.

    Java class for TrafficControl complex type.

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

     <complexType name="TrafficControl">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="trafficControlOptions" type="{http://datex2.eu/schema/1_0/1_0}TrafficControlOptionsEnum" minOccurs="0"/>
             <element name="trafficControlType" type="{http://datex2.eu/schema/1_0/1_0}TrafficControlTypeEnum" minOccurs="0"/>
             <element name="trafficControlExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form