Class TimetabledStopVisitStructure

  • All Implemented Interfaces:
    Serializable

    public class TimetabledStopVisitStructure
    extends AbstractIdentifiedItemStructure
    implements Serializable
    Data type for Timetabled Visit of a vehicle to a stop. May provide information about the arrival, the departure or both.

    Java class for TimetabledStopVisitStructure complex type.

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

     <complexType name="TimetabledStopVisitStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractIdentifiedItemStructure">
           <sequence>
             <element name="MonitoringRef" type="{http://www.siri.org.uk/}MonitoringRefStructure"/>
             <choice>
               <element name="TargetedVehicleJourney" type="{http://www.siri.org.uk/}TargetedVehicleJourneyStructure"/>
               <group ref="{http://www.siri.org.uk/}TargetedVehicleJourneyAsFlatGroup"/>
             </choice>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form