public class Signature
extends java.lang.Object
Java class for signature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="signature"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="signature" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
A signature proves that a
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
message |
protected java.lang.String |
signature |
Constructor and Description |
---|
Signature() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Gets the value of the message property.
|
java.lang.String |
getSignature()
Gets the value of the signature property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
void |
setSignature(java.lang.String value)
Sets the value of the signature property.
|
protected java.lang.String message
protected java.lang.String signature
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSignature()
String
public void setSignature(java.lang.String value)
value
- allowed object is
String