public class SubscribeRequestType extends BaseSynchRequestType
Java class for SubscribeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscribeRequestType">
<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="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="info" type="{http://www.bedework.org/synch/wsmessages}ArrayOfSynchProperties"/>
<element name="opaqueData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SynchDirectionType |
direction |
protected ConnectorInfoType |
endAConnector |
protected ConnectorInfoType |
endBConnector |
protected ArrayOfSynchProperties |
info |
protected SynchMasterType |
master |
protected String |
opaqueData |
protected String |
principalHref |
protected String |
token |
| Constructor and Description |
|---|
SubscribeRequestType() |
| 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.
|
ArrayOfSynchProperties |
getInfo()
Gets the value of the info property.
|
SynchMasterType |
getMaster()
Gets the value of the master property.
|
String |
getOpaqueData()
Gets the value of the opaqueData property.
|
String |
getPrincipalHref()
Gets the value of the principalHref property.
|
String |
getToken()
Gets the value of the token 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 |
setInfo(ArrayOfSynchProperties value)
Sets the value of the info property.
|
void |
setMaster(SynchMasterType value)
Sets the value of the master property.
|
void |
setOpaqueData(String value)
Sets the value of the opaqueData property.
|
void |
setPrincipalHref(String value)
Sets the value of the principalHref property.
|
void |
setToken(String value)
Sets the value of the token property.
|
protected String token
protected String principalHref
protected SynchDirectionType direction
protected SynchMasterType master
protected ConnectorInfoType endAConnector
protected ConnectorInfoType endBConnector
protected ArrayOfSynchProperties info
protected String opaqueData
public String getToken()
Stringpublic void setToken(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 ArrayOfSynchProperties getInfo()
ArrayOfSynchPropertiespublic void setInfo(ArrayOfSynchProperties value)
value - allowed object is
ArrayOfSynchPropertiespublic String getOpaqueData()
StringCopyright © 2019 Bedework. All rights reserved.