Package org.bedework.synch.wsmessages
Class SubscribeRequestType
java.lang.Object
org.bedework.synch.wsmessages.BaseSynchRequestType
org.bedework.synch.wsmessages.SubscribeRequestType
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 subscription
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SynchDirectionType
protected ConnectorInfoType
protected ConnectorInfoType
protected ArrayOfSynchProperties
protected SynchMasterType
protected String
protected String
protected String
-
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.getInfo()
Gets the value of the info property.Gets the value of the master property.Gets the value of the opaqueData property.Gets the value of the principalHref property.getToken()
Gets the value of the token 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
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
Sets the value of the token property.
-
Field Details
-
token
-
principalHref
-
direction
-
master
-
endAConnector
-
endBConnector
-
info
-
opaqueData
-
-
Constructor Details
-
SubscribeRequestType
public SubscribeRequestType()
-
-
Method Details
-
getToken
Gets the value of the token property.- Returns:
- possible object is
String
-
setToken
Sets the value of the token 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
-
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
-
getOpaqueData
Gets the value of the opaqueData property.- Returns:
- possible object is
String
-
setOpaqueData
Sets the value of the opaqueData property.- Parameters:
value
- allowed object isString
-