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
    • Constructor Detail

      • StopNoticeCancellation

        public StopNoticeCancellation()
    • Method Detail

      • getStopPointRef

        public StopPointRef getStopPointRef()
        Gets the value of the stopPointRef property.
        Returns:
        possible object is StopPointRef
      • setStopPointRef

        public void setStopPointRef​(StopPointRef value)
        Sets the value of the stopPointRef property.
        Parameters:
        value - allowed object is StopPointRef
      • getAppliesFromTime

        public ZonedDateTime getAppliesFromTime()
        Gets the value of the appliesFromTime property.
        Returns:
        possible object is String
      • setAppliesFromTime

        public void setAppliesFromTime​(ZonedDateTime value)
        Sets the value of the appliesFromTime property.
        Parameters:
        value - allowed object is String
      • getExtensions

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions