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/siri}AbstractIdentifiedItemStructure">
           <sequence>
             <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/>
             <element name="TargetedVehicleJourney" type="{http://www.siri.org.uk/siri}TargetedVehicleJourneyStructure"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form