Class StopNoticeCancellation

  • All Implemented Interfaces:
    Serializable

    public class StopNoticeCancellation
    extends AbstractRequiredReferencingItemStructure
    implements Serializable
    Type for Cancellation of an earlier Stop Notice.

    Java class for StopNoticeCancellationStructure complex type.

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

     <complexType name="StopNoticeCancellationStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractRequiredReferencingItemStructure">
           <sequence>
             <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/>
             <element ref="{http://www.siri.org.uk/siri}StopPointRef" minOccurs="0"/>
             <element name="AppliesFromTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form