Class StopTimetableSubscriptionStructure

  • All Implemented Interfaces:
    Serializable

    public class StopTimetableSubscriptionStructure
    extends AbstractSubscriptionStructure
    implements Serializable
    Subscription Request for Stop Timetables

    Java class for StopTimetableSubscriptionStructure complex type.

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

     <complexType name="StopTimetableSubscriptionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractSubscriptionStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}StopTimetableRequest"/>
             <group ref="{http://www.siri.org.uk/siri}StopTimetableSubscriptionPolicyGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • StopTimetableSubscriptionStructure

        public StopTimetableSubscriptionStructure()
    • Method Detail

      • isIncrementalUpdates

        public Boolean isIncrementalUpdates()
        Gets the value of the incrementalUpdates property.
        Returns:
        possible object is Boolean
      • setIncrementalUpdates

        public void setIncrementalUpdates​(Boolean value)
        Sets the value of the incrementalUpdates property.
        Parameters:
        value - allowed object is Boolean
      • getChangeBeforeUpdates

        public Duration getChangeBeforeUpdates()
        Gets the value of the changeBeforeUpdates property.
        Returns:
        possible object is String
      • setChangeBeforeUpdates

        public void setChangeBeforeUpdates​(Duration value)
        Sets the value of the changeBeforeUpdates 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