Package org.bedework.synch.wsmessages
Class SynchIdTokenType
- java.lang.Object
-
- org.bedework.synch.wsmessages.SynchIdTokenType
-
public class SynchIdTokenType extends Object
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 Modifier and Type Field Description protected StringopaqueDataprotected StringprincipalHrefprotected StringsubscribeUrlprotected StringsynchToken
-
Constructor Summary
Constructors Constructor Description SynchIdTokenType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOpaqueData()Gets the value of the opaqueData property.StringgetPrincipalHref()Gets the value of the principalHref property.StringgetSubscribeUrl()Gets the value of the subscribeUrl property.StringgetSynchToken()Gets the value of the synchToken property.voidsetOpaqueData(String value)Sets the value of the opaqueData property.voidsetPrincipalHref(String value)Sets the value of the principalHref property.voidsetSubscribeUrl(String value)Sets the value of the subscribeUrl property.voidsetSynchToken(String value)Sets the value of the synchToken property.
-
-
-
Method Detail
-
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
-
getSubscribeUrl
public String getSubscribeUrl()
Gets the value of the subscribeUrl property.- Returns:
- possible object is
String
-
setSubscribeUrl
public void setSubscribeUrl(String value)
Sets the value of the subscribeUrl property.- Parameters:
value- allowed object isString
-
getSynchToken
public String getSynchToken()
Gets the value of the synchToken property.- Returns:
- possible object is
String
-
setSynchToken
public void setSynchToken(String value)
Sets the value of the synchToken property.- Parameters:
value- allowed object isString
-
getOpaqueData
public String getOpaqueData()
Gets the value of the opaqueData property.- Returns:
- possible object is
String
-
-