Class EstimatedTimetableSubscriptionStructure

  • All Implemented Interfaces:
    Serializable

    public class EstimatedTimetableSubscriptionStructure
    extends AbstractSubscriptionStructure
    implements Serializable
    Subscription Request for Estimated Timetable Service.

    Java class for EstimatedTimetableSubscriptionStructure complex type.

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

     <complexType name="EstimatedTimetableSubscriptionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractSubscriptionStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}EstimatedTimetableRequest"/>
             <sequence>
               <group ref="{http://www.siri.org.uk/siri}EstimatedTimetableSubscriptionPolicyGroup"/>
             </sequence>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • EstimatedTimetableSubscriptionStructure

        public EstimatedTimetableSubscriptionStructure()
    • 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 Duration
      • setChangeBeforeUpdates

        public void setChangeBeforeUpdates​(Duration value)
        Sets the value of the changeBeforeUpdates property.
        Parameters:
        value - allowed object is Duration