Package org.bedework.synch.wsmessages
Class SubscriptionStatusResponseType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
- org.bedework.synch.wsmessages.SubscriptionStatusResponseType
-
public class SubscriptionStatusResponseType extends BaseResponseType
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
Fields Modifier and Type Field Description protected SynchDirectionTypedirectionprotected ConnectorInfoTypeendAConnectorprotected ConnectorInfoTypeendBConnectorprotected BigIntegererrorCtprotected ArrayOfSynchPropertiesinfoprotected StringlastRefreshprotected SynchMasterTypemasterprotected booleanmissingTargetprotected StringprincipalHrefprotected StringsubscriptionId-
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
-
Constructor Summary
Constructors Constructor Description SubscriptionStatusResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SynchDirectionTypegetDirection()Gets the value of the direction property.ConnectorInfoTypegetEndAConnector()Gets the value of the endAConnector property.ConnectorInfoTypegetEndBConnector()Gets the value of the endBConnector property.BigIntegergetErrorCt()Gets the value of the errorCt property.ArrayOfSynchPropertiesgetInfo()Gets the value of the info property.StringgetLastRefresh()Gets the value of the lastRefresh property.SynchMasterTypegetMaster()Gets the value of the master property.StringgetPrincipalHref()Gets the value of the principalHref property.StringgetSubscriptionId()Gets the value of the subscriptionId property.booleanisMissingTarget()Gets the value of the missingTarget property.voidsetDirection(SynchDirectionType value)Sets the value of the direction property.voidsetEndAConnector(ConnectorInfoType value)Sets the value of the endAConnector property.voidsetEndBConnector(ConnectorInfoType value)Sets the value of the endBConnector property.voidsetErrorCt(BigInteger value)Sets the value of the errorCt property.voidsetInfo(ArrayOfSynchProperties value)Sets the value of the info property.voidsetLastRefresh(String value)Sets the value of the lastRefresh property.voidsetMaster(SynchMasterType value)Sets the value of the master property.voidsetMissingTarget(boolean value)Sets the value of the missingTarget property.voidsetPrincipalHref(String value)Sets the value of the principalHref property.voidsetSubscriptionId(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 Detail
-
subscriptionId
protected String subscriptionId
-
principalHref
protected String principalHref
-
direction
protected SynchDirectionType direction
-
master
protected SynchMasterType master
-
endAConnector
protected ConnectorInfoType endAConnector
-
endBConnector
protected ConnectorInfoType endBConnector
-
lastRefresh
protected String lastRefresh
-
errorCt
protected BigInteger errorCt
-
missingTarget
protected boolean missingTarget
-
info
protected ArrayOfSynchProperties info
-
-
Method Detail
-
getSubscriptionId
public String getSubscriptionId()
Gets the value of the subscriptionId property.- Returns:
- possible object is
String
-
setSubscriptionId
public void setSubscriptionId(String value)
Sets the value of the subscriptionId property.- Parameters:
value- allowed object isString
-
getPrincipalHref
public String getPrincipalHref()
Gets the value of the principalHref property.- Returns:
- possible object is
String
-
setPrincipalHref
public void setPrincipalHref(String value)
Sets the value of the principalHref property.- Parameters:
value- allowed object isString
-
getDirection
public SynchDirectionType getDirection()
Gets the value of the direction property.- Returns:
- possible object is
SynchDirectionType
-
setDirection
public void setDirection(SynchDirectionType value)
Sets the value of the direction property.- Parameters:
value- allowed object isSynchDirectionType
-
getMaster
public SynchMasterType getMaster()
Gets the value of the master property.- Returns:
- possible object is
SynchMasterType
-
setMaster
public void setMaster(SynchMasterType value)
Sets the value of the master property.- Parameters:
value- allowed object isSynchMasterType
-
getEndAConnector
public ConnectorInfoType getEndAConnector()
Gets the value of the endAConnector property.- Returns:
- possible object is
ConnectorInfoType
-
setEndAConnector
public void setEndAConnector(ConnectorInfoType value)
Sets the value of the endAConnector property.- Parameters:
value- allowed object isConnectorInfoType
-
getEndBConnector
public ConnectorInfoType getEndBConnector()
Gets the value of the endBConnector property.- Returns:
- possible object is
ConnectorInfoType
-
setEndBConnector
public void setEndBConnector(ConnectorInfoType value)
Sets the value of the endBConnector property.- Parameters:
value- allowed object isConnectorInfoType
-
getLastRefresh
public String getLastRefresh()
Gets the value of the lastRefresh property.- Returns:
- possible object is
String
-
setLastRefresh
public void setLastRefresh(String value)
Sets the value of the lastRefresh property.- Parameters:
value- allowed object isString
-
getErrorCt
public BigInteger getErrorCt()
Gets the value of the errorCt property.- Returns:
- possible object is
BigInteger
-
setErrorCt
public void setErrorCt(BigInteger value)
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
public ArrayOfSynchProperties getInfo()
Gets the value of the info property.- Returns:
- possible object is
ArrayOfSynchProperties
-
setInfo
public void setInfo(ArrayOfSynchProperties value)
Sets the value of the info property.- Parameters:
value- allowed object isArrayOfSynchProperties
-
-