Package uk.org.siri.siri21
Class ConnectionMonitoringSubscriptionRequestStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractSubscriptionStructure
-
- uk.org.siri.siri21.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/siri}AbstractSubscriptionStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}ConnectionMonitoringRequest"/> <group ref="{http://www.siri.org.uk/siri}ConnectionMonitoringSubscriptionPolicyGroup"/> <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 ConnectionMonitoringRequestStructureconnectionMonitoringRequestprotected Extensionsextensions-
Fields inherited from class uk.org.siri.siri21.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier, subscriptionRenewal
-
-
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.ExtensionsgetExtensions()Gets the value of the extensions property.voidsetChangeBeforeUpdates(Duration value)Sets the value of the changeBeforeUpdates property.voidsetConnectionMonitoringRequest(ConnectionMonitoringRequestStructure value)Sets the value of the connectionMonitoringRequest property.voidsetExtensions(Extensions value)Sets the value of the extensions property.-
Methods inherited from class uk.org.siri.siri21.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, isSubscriptionRenewal, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier, setSubscriptionRenewal
-
-
-
-
Field Detail
-
connectionMonitoringRequest
protected ConnectionMonitoringRequestStructure connectionMonitoringRequest
-
changeBeforeUpdates
protected Duration changeBeforeUpdates
-
extensions
protected Extensions extensions
-
-
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
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
-
-