Package org.bedework.synch.wsmessages
Class SubscribeRequestType
- java.lang.Object
-
- org.bedework.synch.wsmessages.BaseSynchRequestType
-
- org.bedework.synch.wsmessages.SubscribeRequestType
-
public class SubscribeRequestType extends BaseSynchRequestType
Message from a service requesting new subscription calendar to 'remote'. token Sent in initial startup request endAConnector Set of properties for the A end endBConnector Set of properties for the B end info Set of properties for the entire subscriptionJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected SynchDirectionTypedirectionprotected ConnectorInfoTypeendAConnectorprotected ConnectorInfoTypeendBConnectorprotected ArrayOfSynchPropertiesinfoprotected SynchMasterTypemasterprotected StringopaqueDataprotected StringprincipalHrefprotected Stringtoken
-
Constructor Summary
Constructors Constructor Description SubscribeRequestType()
-
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.ArrayOfSynchPropertiesgetInfo()Gets the value of the info property.SynchMasterTypegetMaster()Gets the value of the master property.StringgetOpaqueData()Gets the value of the opaqueData property.StringgetPrincipalHref()Gets the value of the principalHref property.StringgetToken()Gets the value of the token 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.voidsetInfo(ArrayOfSynchProperties value)Sets the value of the info property.voidsetMaster(SynchMasterType value)Sets the value of the master property.voidsetOpaqueData(String value)Sets the value of the opaqueData property.voidsetPrincipalHref(String value)Sets the value of the principalHref property.voidsetToken(String value)Sets the value of the token property.
-
-
-
Field Detail
-
token
protected String token
-
principalHref
protected String principalHref
-
direction
protected SynchDirectionType direction
-
master
protected SynchMasterType master
-
endAConnector
protected ConnectorInfoType endAConnector
-
endBConnector
protected ConnectorInfoType endBConnector
-
info
protected ArrayOfSynchProperties info
-
opaqueData
protected String opaqueData
-
-
Method Detail
-
getToken
public String getToken()
Gets the value of the token property.- Returns:
- possible object is
String
-
setToken
public void setToken(String value)
Sets the value of the token 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
-
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
-
getOpaqueData
public String getOpaqueData()
Gets the value of the opaqueData property.- Returns:
- possible object is
String
-
-