public class CreateOfflineSignaturePayloadResponse 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="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataHash" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nonce" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="signature" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
data |
protected String |
dataHash |
protected String |
message |
protected String |
nonce |
protected String |
signature |
| Constructor and Description |
|---|
CreateOfflineSignaturePayloadResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Gets the value of the data property.
|
String |
getDataHash()
Gets the value of the dataHash property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getNonce()
Gets the value of the nonce property.
|
String |
getSignature()
Gets the value of the signature property.
|
void |
setData(String value)
Sets the value of the data property.
|
void |
setDataHash(String value)
Sets the value of the dataHash property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setNonce(String value)
Sets the value of the nonce property.
|
void |
setSignature(String value)
Sets the value of the signature property.
|
protected String data
protected String message
protected String dataHash
protected String nonce
protected String signature
public CreateOfflineSignaturePayloadResponse()
public String getData()
Stringpublic void setData(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getDataHash()
Stringpublic void setDataHash(String value)
value - allowed object is
Stringpublic String getNonce()
Stringpublic void setNonce(String value)
value - allowed object is
Stringpublic String getSignature()
StringCopyright © 2017–2018 Lime - HighTech Solutions Inc.. All rights reserved.