Package uk.org.siri.siri21
Class StopTimetableSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractSubscriptionStructure
-
- uk.org.siri.siri21.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
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationchangeBeforeUpdatesprotected Extensionsextensionsprotected BooleanincrementalUpdatesprotected StopTimetableRequestStructurestopTimetableRequest-
Fields inherited from class uk.org.siri.siri21.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier, subscriptionRenewal
-
-
Constructor Summary
Constructors Constructor Description StopTimetableSubscriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetChangeBeforeUpdates()Gets the value of the changeBeforeUpdates property.ExtensionsgetExtensions()Gets the value of the extensions property.StopTimetableRequestStructuregetStopTimetableRequest()Gets the value of the stopTimetableRequest property.BooleanisIncrementalUpdates()Gets the value of the incrementalUpdates property.voidsetChangeBeforeUpdates(Duration value)Sets the value of the changeBeforeUpdates property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetIncrementalUpdates(Boolean value)Sets the value of the incrementalUpdates property.voidsetStopTimetableRequest(StopTimetableRequestStructure value)Sets the value of the stopTimetableRequest property.-
Methods inherited from class uk.org.siri.siri21.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, isSubscriptionRenewal, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier, setSubscriptionRenewal
-
-
-
-
Field Detail
-
stopTimetableRequest
protected StopTimetableRequestStructure stopTimetableRequest
-
incrementalUpdates
protected Boolean incrementalUpdates
-
changeBeforeUpdates
protected Duration changeBeforeUpdates
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getStopTimetableRequest
public StopTimetableRequestStructure getStopTimetableRequest()
Gets the value of the stopTimetableRequest property.- Returns:
- possible object is
StopTimetableRequestStructure
-
setStopTimetableRequest
public void setStopTimetableRequest(StopTimetableRequestStructure value)
Sets the value of the stopTimetableRequest property.- Parameters:
value- allowed object isStopTimetableRequestStructure
-
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 isBoolean
-
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 isDuration
-
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 isExtensions
-
-