Package uk.org.siri.siri10
Class ConnectionMonitoringSubscriptionRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractSubscriptionStructure
-
- uk.org.siri.siri10.ConnectionMonitoringSubscriptionRequestStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectionMonitoringSubscriptionRequestStructure extends AbstractSubscriptionStructure implements Serializable
Subscription Request for Connection Monitoring.Java class for ConnectionMonitoringSubscriptionRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionMonitoringSubscriptionRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractSubscriptionStructure"> <sequence> <element ref="{http://www.siri.org.uk/}ConnectionMonitoringRequest"/> <group ref="{http://www.siri.org.uk/}ConnectionMonitoringSubscriptionPolicyGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationchangeBeforeUpdatesprotected ConnectionMonitoringRequestStructureconnectionMonitoringRequest-
Fields inherited from class uk.org.siri.siri10.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier
-
-
Constructor Summary
Constructors Constructor Description ConnectionMonitoringSubscriptionRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetChangeBeforeUpdates()Gets the value of the changeBeforeUpdates property.ConnectionMonitoringRequestStructuregetConnectionMonitoringRequest()Gets the value of the connectionMonitoringRequest property.voidsetChangeBeforeUpdates(Duration value)Sets the value of the changeBeforeUpdates property.voidsetConnectionMonitoringRequest(ConnectionMonitoringRequestStructure value)Sets the value of the connectionMonitoringRequest property.-
Methods inherited from class uk.org.siri.siri10.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier
-
-
-
-
Field Detail
-
connectionMonitoringRequest
protected ConnectionMonitoringRequestStructure connectionMonitoringRequest
-
changeBeforeUpdates
protected Duration changeBeforeUpdates
-
-
Method Detail
-
getConnectionMonitoringRequest
public ConnectionMonitoringRequestStructure getConnectionMonitoringRequest()
Gets the value of the connectionMonitoringRequest property.- Returns:
- possible object is
ConnectionMonitoringRequestStructure
-
setConnectionMonitoringRequest
public void setConnectionMonitoringRequest(ConnectionMonitoringRequestStructure value)
Sets the value of the connectionMonitoringRequest property.- Parameters:
value- allowed object isConnectionMonitoringRequestStructure
-
getChangeBeforeUpdates
public Duration getChangeBeforeUpdates()
Gets the value of the changeBeforeUpdates property.- Returns:
- possible object is
Duration
-
-