Class TimetabledStopVisitCancellationStructure

  • All Implemented Interfaces:
    Serializable

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

    Java class for TimetabledStopVisitCancellationStructure complex type.

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

     <complexType name="TimetabledStopVisitCancellationStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractReferencingItemStructure">
           <sequence>
             <element name="MonitoringRef" type="{http://www.siri.org.uk/}MonitoringRefStructure"/>
             <element ref="{http://www.siri.org.uk/}VisitNumber" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/}JourneyIdentityGroup"/>
             <group ref="{http://www.siri.org.uk/}JourneyPatternInfoGroup"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form