Class RouteDirectionStructure

  • All Implemented Interfaces:
    Serializable

    public class RouteDirectionStructure
    extends DirectionStructure
    implements Serializable
    Summary information about a Direction of a Line

    Java class for RouteDirectionStructure complex type.

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

     <complexType name="RouteDirectionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}DirectionStructure">
           <sequence>
             <element name="JourneyPatterns" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="JourneyPattern" maxOccurs="unbounded">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element ref="{http://www.siri.org.uk/siri}JourneyPatternRef" minOccurs="0"/>
                                 <element name="Name" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
                                 <element name="StopsInPattern" minOccurs="0">
                                   <complexType>
                                     <complexContent>
                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                         <sequence>
                                           <element name="StopPointInPattern" type="{http://www.siri.org.uk/siri}StopPointInPatternStructure" maxOccurs="unbounded" minOccurs="2"/>
                                         </sequence>
                                       </restriction>
                                     </complexContent>
                                   </complexType>
                                 </element>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form