public class CreatePersonalizedOfflineSignaturePayloadResponse 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="offlineData" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nonce" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nonce |
protected String |
offlineData |
| Constructor and Description |
|---|
CreatePersonalizedOfflineSignaturePayloadResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNonce()
Gets the value of the nonce property.
|
String |
getOfflineData()
Gets the value of the offlineData property.
|
void |
setNonce(String value)
Sets the value of the nonce property.
|
void |
setOfflineData(String value)
Sets the value of the offlineData property.
|
public CreatePersonalizedOfflineSignaturePayloadResponse()
public String getOfflineData()
Stringpublic void setOfflineData(String value)
value - allowed object is
Stringpublic String getNonce()
StringCopyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.