Class TransitInformation

  • All Implemented Interfaces:
    Serializable

    public class TransitInformation
    extends NonRoadEventInformation
    implements Serializable
    The availability of transit services and information relating to their departures. This is limited to those transit services which are of direct relevance to road users, e.g. connecting rail or ferry services.

    Java class for TransitInformation complex type.

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

     <complexType name="TransitInformation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}NonRoadEventInformation">
           <sequence>
             <element name="journeyDestination" 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="journeyOrigin" 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="journeyReference" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="transitServiceInformation" type="{http://datex2.eu/schema/1_0/1_0}TransitServiceInformationEnum"/>
             <element name="transitServiceType" type="{http://datex2.eu/schema/1_0/1_0}TransitServiceTypeEnum"/>
             <element name="scheduledDepartureTime" type="{http://datex2.eu/schema/1_0/1_0}DateTime" minOccurs="0"/>
             <element name="transitInformationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form