public class SubscriptionStatusResponseType extends BaseResponseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected SynchDirectionType |
direction |
protected ConnectorInfoType |
endAConnector |
protected ConnectorInfoType |
endBConnector |
protected BigInteger |
errorCt |
protected ArrayOfSynchProperties |
info |
protected String |
lastRefresh |
protected SynchMasterType |
master |
protected boolean |
missingTarget |
protected String |
principalHref |
protected String |
subscriptionId |
errorResponse, id, message, status| Constructor and Description |
|---|
SubscriptionStatusResponseType() |
| Modifier and Type | Method and Description |
|---|---|
SynchDirectionType |
getDirection()
Gets the value of the direction property.
|
ConnectorInfoType |
getEndAConnector()
Gets the value of the endAConnector property.
|
ConnectorInfoType |
getEndBConnector()
Gets the value of the endBConnector property.
|
BigInteger |
getErrorCt()
Gets the value of the errorCt property.
|
ArrayOfSynchProperties |
getInfo()
Gets the value of the info property.
|
String |
getLastRefresh()
Gets the value of the lastRefresh property.
|
SynchMasterType |
getMaster()
Gets the value of the master property.
|
String |
getPrincipalHref()
Gets the value of the principalHref property.
|
String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
boolean |
isMissingTarget()
Gets the value of the missingTarget property.
|
void |
setDirection(SynchDirectionType value)
Sets the value of the direction property.
|
void |
setEndAConnector(ConnectorInfoType value)
Sets the value of the endAConnector property.
|
void |
setEndBConnector(ConnectorInfoType value)
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.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatusprotected String subscriptionId
protected String principalHref
protected SynchDirectionType direction
protected SynchMasterType master
protected ConnectorInfoType endAConnector
protected ConnectorInfoType endBConnector
protected String lastRefresh
protected BigInteger errorCt
protected boolean missingTarget
protected ArrayOfSynchProperties info
public String getSubscriptionId()
Stringpublic void setSubscriptionId(String value)
value - allowed object is
Stringpublic String getPrincipalHref()
Stringpublic void setPrincipalHref(String value)
value - allowed object is
Stringpublic SynchDirectionType getDirection()
SynchDirectionTypepublic void setDirection(SynchDirectionType value)
value - allowed object is
SynchDirectionTypepublic SynchMasterType getMaster()
SynchMasterTypepublic void setMaster(SynchMasterType value)
value - allowed object is
SynchMasterTypepublic ConnectorInfoType getEndAConnector()
ConnectorInfoTypepublic void setEndAConnector(ConnectorInfoType value)
value - allowed object is
ConnectorInfoTypepublic ConnectorInfoType getEndBConnector()
ConnectorInfoTypepublic void setEndBConnector(ConnectorInfoType value)
value - allowed object is
ConnectorInfoTypepublic String getLastRefresh()
Stringpublic void setLastRefresh(String value)
value - allowed object is
Stringpublic BigInteger getErrorCt()
BigIntegerpublic void setErrorCt(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isMissingTarget()
public void setMissingTarget(boolean value)
public ArrayOfSynchProperties getInfo()
ArrayOfSynchPropertiespublic void setInfo(ArrayOfSynchProperties value)
value - allowed object is
ArrayOfSynchPropertiesCopyright © 2018 Bedework. All rights reserved.