Class TimetabledFeederArrivalStructure

  • All Implemented Interfaces:
    Serializable

    public class TimetabledFeederArrivalStructure
    extends AbstractFeederItemStructure
    implements Serializable
    Type for incoming visit by feeder journey to interchange.

    Java class for TimetabledFeederArrivalStructure complex type.

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

     <complexType name="TimetabledFeederArrivalStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractFeederItemStructure">
           <sequence>
             <choice>
               <element name="FeederJourney" type="{http://www.siri.org.uk/}InterchangeJourneyStructure"/>
               <group ref="{http://www.siri.org.uk/}InterchangeJourneyAsFlatGroup"/>
             </choice>
             <element name="AimedArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form