Package uk.org.siri.siri21
Class EstimatedTimetableSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractSubscriptionStructure
-
- uk.org.siri.siri21.EstimatedTimetableSubscriptionStructure
-
- All Implemented Interfaces:
Serializable
public class EstimatedTimetableSubscriptionStructure extends AbstractSubscriptionStructure implements Serializable
Subscription Request for the 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> <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 EstimatedTimetableRequestStructureestimatedTimetableRequestprotected Extensionsextensionsprotected BooleanincludeOnlyRecordedCallUpdatesprotected BooleanincrementalUpdatesprotected BooleanskipRecordedCallUpdates-
Fields inherited from class uk.org.siri.siri21.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier, subscriptionRenewal
-
-
Constructor Summary
Constructors Constructor Description EstimatedTimetableSubscriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetChangeBeforeUpdates()Gets the value of the changeBeforeUpdates property.EstimatedTimetableRequestStructuregetEstimatedTimetableRequest()Gets the value of the estimatedTimetableRequest property.ExtensionsgetExtensions()Gets the value of the extensions property.BooleanisIncludeOnlyRecordedCallUpdates()Gets the value of the includeOnlyRecordedCallUpdates property.BooleanisIncrementalUpdates()Gets the value of the incrementalUpdates property.BooleanisSkipRecordedCallUpdates()Gets the value of the skipRecordedCallUpdates property.voidsetChangeBeforeUpdates(Duration value)Sets the value of the changeBeforeUpdates property.voidsetEstimatedTimetableRequest(EstimatedTimetableRequestStructure value)Sets the value of the estimatedTimetableRequest property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetIncludeOnlyRecordedCallUpdates(Boolean value)Sets the value of the includeOnlyRecordedCallUpdates property.voidsetIncrementalUpdates(Boolean value)Sets the value of the incrementalUpdates property.voidsetSkipRecordedCallUpdates(Boolean value)Sets the value of the skipRecordedCallUpdates property.-
Methods inherited from class uk.org.siri.siri21.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, isSubscriptionRenewal, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier, setSubscriptionRenewal
-
-
-
-
Field Detail
-
estimatedTimetableRequest
protected EstimatedTimetableRequestStructure estimatedTimetableRequest
-
incrementalUpdates
protected Boolean incrementalUpdates
-
changeBeforeUpdates
protected Duration changeBeforeUpdates
-
skipRecordedCallUpdates
protected Boolean skipRecordedCallUpdates
-
includeOnlyRecordedCallUpdates
protected Boolean includeOnlyRecordedCallUpdates
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getEstimatedTimetableRequest
public EstimatedTimetableRequestStructure getEstimatedTimetableRequest()
Gets the value of the estimatedTimetableRequest property.- Returns:
- possible object is
EstimatedTimetableRequestStructure
-
setEstimatedTimetableRequest
public void setEstimatedTimetableRequest(EstimatedTimetableRequestStructure value)
Sets the value of the estimatedTimetableRequest property.- Parameters:
value- allowed object isEstimatedTimetableRequestStructure
-
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
-
isSkipRecordedCallUpdates
public Boolean isSkipRecordedCallUpdates()
Gets the value of the skipRecordedCallUpdates property.- Returns:
- possible object is
Boolean
-
setSkipRecordedCallUpdates
public void setSkipRecordedCallUpdates(Boolean value)
Sets the value of the skipRecordedCallUpdates property.- Parameters:
value- allowed object isBoolean
-
isIncludeOnlyRecordedCallUpdates
public Boolean isIncludeOnlyRecordedCallUpdates()
Gets the value of the includeOnlyRecordedCallUpdates property.- Returns:
- possible object is
Boolean
-
setIncludeOnlyRecordedCallUpdates
public void setIncludeOnlyRecordedCallUpdates(Boolean value)
Sets the value of the includeOnlyRecordedCallUpdates property.- Parameters:
value- allowed object isBoolean
-
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
-
-