public class SynchIdTokenType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
opaqueData |
protected String |
principalHref |
protected String |
subscribeUrl |
protected String |
synchToken |
| Constructor and Description |
|---|
SynchIdTokenType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOpaqueData()
Gets the value of the opaqueData property.
|
String |
getPrincipalHref()
Gets the value of the principalHref property.
|
String |
getSubscribeUrl()
Gets the value of the subscribeUrl property.
|
String |
getSynchToken()
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.
|
protected String principalHref
protected String subscribeUrl
protected String synchToken
protected String opaqueData
public String getPrincipalHref()
Stringpublic void setPrincipalHref(String value)
value - allowed object is
Stringpublic String getSubscribeUrl()
Stringpublic void setSubscribeUrl(String value)
value - allowed object is
Stringpublic String getSynchToken()
Stringpublic void setSynchToken(String value)
value - allowed object is
Stringpublic String getOpaqueData()
StringCopyright © 2018 Bedework. All rights reserved.