Package org.bedework.synch.wsmessages
Class ActiveSubscriptionRequestType
java.lang.Object
org.bedework.synch.wsmessages.BaseSynchRequestType
org.bedework.synch.wsmessages.ActiveSubscriptionRequestType
- Direct Known Subclasses:
SubscriptionStatusRequestType
,UnsubscribeRequestType
Messages involving active subscriptions. These need to provide
all the information for a given end of the subscription which would
usually be the end that made the subscription in the first place.
It's up to the connector to determine if enough information has been
supplied to allow the requests to proceed.
Java class for ActiveSubscriptionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveSubscriptionRequestType"> <complexContent> <extension base="{http://www.bedework.org/synch/wsmessages}BaseSynchRequestType"> <sequence> <element name="token" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="principalHref" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="subscription-id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="end" type="{http://www.bedework.org/synch/wsmessages}SynchEndType"/> <element name="connectorInfo" type="{http://www.bedework.org/synch/wsmessages}ConnectorInfoType"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConnectorInfoType
protected SynchEndType
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectorInfo property.getEnd()
Gets the value of the end property.Gets the value of the principalHref property.Gets the value of the subscriptionId property.getToken()
Gets the value of the token property.void
Sets the value of the connectorInfo property.void
setEnd
(SynchEndType value) Sets the value of the end property.void
setPrincipalHref
(String value) Sets the value of the principalHref property.void
setSubscriptionId
(String value) Sets the value of the subscriptionId property.void
Sets the value of the token property.
-
Field Details
-
token
-
principalHref
-
subscriptionId
-
end
-
connectorInfo
-
-
Constructor Details
-
ActiveSubscriptionRequestType
public ActiveSubscriptionRequestType()
-
-
Method Details
-
getToken
Gets the value of the token property.- Returns:
- possible object is
String
-
setToken
Sets the value of the token property.- Parameters:
value
- allowed object isString
-
getPrincipalHref
Gets the value of the principalHref property.- Returns:
- possible object is
String
-
setPrincipalHref
Sets the value of the principalHref property.- Parameters:
value
- allowed object isString
-
getSubscriptionId
Gets the value of the subscriptionId property.- Returns:
- possible object is
String
-
setSubscriptionId
Sets the value of the subscriptionId property.- Parameters:
value
- allowed object isString
-
getEnd
Gets the value of the end property.- Returns:
- possible object is
SynchEndType
-
setEnd
Sets the value of the end property.- Parameters:
value
- allowed object isSynchEndType
-
getConnectorInfo
Gets the value of the connectorInfo property.- Returns:
- possible object is
ConnectorInfoType
-
setConnectorInfo
Sets the value of the connectorInfo property.- Parameters:
value
- allowed object isConnectorInfoType
-