public class CreateTokenResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mac" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
encryptedData |
protected String |
mac |
| Constructor and Description |
|---|
CreateTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptedData()
Gets the value of the encryptedData property.
|
String |
getMac()
Gets the value of the mac property.
|
void |
setEncryptedData(String value)
Sets the value of the encryptedData property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
public String getMac()
Stringpublic void setMac(String value)
value - allowed object is
Stringpublic String getEncryptedData()
StringCopyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.