Class Rerouting

  • All Implemented Interfaces:
    Serializable

    public class Rerouting
    extends TrafficControl
    implements Serializable
    An action which involves diverting traffic, whether mandatory or advisory.

    Java class for Rerouting complex type.

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

     <complexType name="Rerouting">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficControl">
           <sequence>
             <element name="alternativeRerouting" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/>
             <element name="reroutingItineraryDescription" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="reroutingType" type="{http://datex2.eu/schema/1_0/1_0}ReroutingTypeEnum" minOccurs="0"/>
             <element name="reroutingExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form