Package uk.org.siri.siri13
Class StopMonitoringSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri13.AbstractSubscriptionStructure
-
- uk.org.siri.siri13.StopMonitoringSubscriptionStructure
-
- All Implemented Interfaces:
Serializable
public class StopMonitoringSubscriptionStructure extends AbstractSubscriptionStructure implements Serializable
Data type for Subscription Request for Stop Monitoring Service.Java class for StopMonitoringSubscriptionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopMonitoringSubscriptionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractSubscriptionStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}StopMonitoringRequest"/> <sequence> <group ref="{http://www.siri.org.uk/siri}StopMonitoringSubscriptionPolicyGroup"/> </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 Extensionsextensionsprotected BooleanincrementalUpdatesprotected StopMonitoringRequestStructurestopMonitoringRequest-
Fields inherited from class uk.org.siri.siri13.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier
-
-
Constructor Summary
Constructors Constructor Description StopMonitoringSubscriptionStructure()
-
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.StopMonitoringRequestStructuregetStopMonitoringRequest()Gets the value of the stopMonitoringRequest 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.voidsetStopMonitoringRequest(StopMonitoringRequestStructure value)Sets the value of the stopMonitoringRequest property.-
Methods inherited from class uk.org.siri.siri13.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier
-
-
-
-
Field Detail
-
stopMonitoringRequest
protected StopMonitoringRequestStructure stopMonitoringRequest
-
incrementalUpdates
protected Boolean incrementalUpdates
-
changeBeforeUpdates
protected Duration changeBeforeUpdates
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getStopMonitoringRequest
public StopMonitoringRequestStructure getStopMonitoringRequest()
Gets the value of the stopMonitoringRequest property.- Returns:
- possible object is
StopMonitoringRequestStructure
-
setStopMonitoringRequest
public void setStopMonitoringRequest(StopMonitoringRequestStructure value)
Sets the value of the stopMonitoringRequest property.- Parameters:
value- allowed object isStopMonitoringRequestStructure
-
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
String
-
setChangeBeforeUpdates
public void setChangeBeforeUpdates(Duration value)
Sets the value of the changeBeforeUpdates property.- Parameters:
value- allowed object isString
-
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
-
-