Package org.bedework.synch.wsmessages
Class SubscriptionStatusResponseType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
org.bedework.synch.wsmessages.SubscriptionStatusResponseType
Response to message requesting unsubscription.
Java class for SubscriptionStatusResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionStatusResponseType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType"> <sequence> <element name="subscriptionId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="principalHref" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="direction" type="{http://www.bedework.org/synch/wsmessages}SynchDirectionType"/> <element name="master" type="{http://www.bedework.org/synch/wsmessages}SynchMasterType"/> <element name="endAConnector" type="{http://www.bedework.org/synch/wsmessages}ConnectorInfoType"/> <element name="endBConnector" type="{http://www.bedework.org/synch/wsmessages}ConnectorInfoType"/> <element name="lastRefresh" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="errorCt" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="missingTarget" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="info" type="{http://www.bedework.org/synch/wsmessages}ArrayOfSynchProperties"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SynchDirectionType
protected ConnectorInfoType
protected ConnectorInfoType
protected BigInteger
protected ArrayOfSynchProperties
protected String
protected SynchMasterType
protected boolean
protected String
protected String
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the direction property.Gets the value of the endAConnector property.Gets the value of the endBConnector property.Gets the value of the errorCt property.getInfo()
Gets the value of the info property.Gets the value of the lastRefresh property.Gets the value of the master property.Gets the value of the principalHref property.Gets the value of the subscriptionId property.boolean
Gets the value of the missingTarget property.void
setDirection
(SynchDirectionType value) Sets the value of the direction property.void
Sets the value of the endAConnector property.void
Sets the value of the endBConnector property.void
setErrorCt
(BigInteger value) Sets the value of the errorCt property.void
setInfo
(ArrayOfSynchProperties value) Sets the value of the info property.void
setLastRefresh
(String value) Sets the value of the lastRefresh property.void
setMaster
(SynchMasterType value) Sets the value of the master property.void
setMissingTarget
(boolean value) Sets the value of the missingTarget property.void
setPrincipalHref
(String value) Sets the value of the principalHref property.void
setSubscriptionId
(String value) Sets the value of the subscriptionId property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
Field Details
-
subscriptionId
-
principalHref
-
direction
-
master
-
endAConnector
-
endBConnector
-
lastRefresh
-
errorCt
-
missingTarget
protected boolean missingTarget -
info
-
-
Constructor Details
-
SubscriptionStatusResponseType
public SubscriptionStatusResponseType()
-
-
Method Details
-
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
-
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
-
getDirection
Gets the value of the direction property.- Returns:
- possible object is
SynchDirectionType
-
setDirection
Sets the value of the direction property.- Parameters:
value
- allowed object isSynchDirectionType
-
getMaster
Gets the value of the master property.- Returns:
- possible object is
SynchMasterType
-
setMaster
Sets the value of the master property.- Parameters:
value
- allowed object isSynchMasterType
-
getEndAConnector
Gets the value of the endAConnector property.- Returns:
- possible object is
ConnectorInfoType
-
setEndAConnector
Sets the value of the endAConnector property.- Parameters:
value
- allowed object isConnectorInfoType
-
getEndBConnector
Gets the value of the endBConnector property.- Returns:
- possible object is
ConnectorInfoType
-
setEndBConnector
Sets the value of the endBConnector property.- Parameters:
value
- allowed object isConnectorInfoType
-
getLastRefresh
Gets the value of the lastRefresh property.- Returns:
- possible object is
String
-
setLastRefresh
Sets the value of the lastRefresh property.- Parameters:
value
- allowed object isString
-
getErrorCt
Gets the value of the errorCt property.- Returns:
- possible object is
BigInteger
-
setErrorCt
Sets the value of the errorCt property.- Parameters:
value
- allowed object isBigInteger
-
isMissingTarget
public boolean isMissingTarget()Gets the value of the missingTarget property. -
setMissingTarget
public void setMissingTarget(boolean value) Sets the value of the missingTarget property. -
getInfo
Gets the value of the info property.- Returns:
- possible object is
ArrayOfSynchProperties
-
setInfo
Sets the value of the info property.- Parameters:
value
- allowed object isArrayOfSynchProperties
-