Class AlertCDirection

  • All Implemented Interfaces:
    Serializable

    public class AlertCDirection
    extends Object
    implements Serializable
    The direction of traffic flow along the road to which the information relates.

    Java class for AlertCDirection complex type.

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

     <complexType name="AlertCDirection">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alertCDirectionCoded" type="{http://datex2.eu/schema/1_0/1_0}AlertCDirectionEnum"/>
             <element name="alertCDirectionNamed" 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="alertCDirectionSense" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/>
             <element name="alertCDirectionExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form