Package org.bedework.synch.wsmessages
Class SynchIdTokenType
java.lang.Object
org.bedework.synch.wsmessages.SynchIdTokenType
Id, url, token and opaque data for a synch operation.
The opaque data is provided by the subscriber at subscribe
time and passed back to the service.
Java class for SynchIdTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchIdTokenType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="principalHref" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="subscribeUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="synchToken" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="opaqueData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the opaqueData property.Gets the value of the principalHref property.Gets the value of the subscribeUrl property.Gets the value of the synchToken property.void
setOpaqueData
(String value) Sets the value of the opaqueData property.void
setPrincipalHref
(String value) Sets the value of the principalHref property.void
setSubscribeUrl
(String value) Sets the value of the subscribeUrl property.void
setSynchToken
(String value) Sets the value of the synchToken property.
-
Field Details
-
principalHref
-
subscribeUrl
-
synchToken
-
opaqueData
-
-
Constructor Details
-
SynchIdTokenType
public SynchIdTokenType()
-
-
Method Details
-
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
-
getSubscribeUrl
Gets the value of the subscribeUrl property.- Returns:
- possible object is
String
-
setSubscribeUrl
Sets the value of the subscribeUrl property.- Parameters:
value
- allowed object isString
-
getSynchToken
Gets the value of the synchToken property.- Returns:
- possible object is
String
-
setSynchToken
Sets the value of the synchToken property.- Parameters:
value
- allowed object isString
-
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
-