public class SignatureEnvelope extends java.lang.Object implements CopyableTo<SignatureEnvelope>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
any |
| Constructor and Description |
|---|
SignatureEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(SignatureEnvelope target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(java.lang.Object that) |
java.lang.Object |
getAny()
Gets the value of the any property.
|
int |
hashCode() |
SignatureEnvelope |
setAny(java.lang.Object value)
Sets the value of the any property.
|
java.lang.String |
toString() |
public java.lang.Object getAny()
Element
Objectpublic SignatureEnvelope setAny(java.lang.Object value)
value - allowed object is
Element
Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic final void copyTo(SignatureEnvelope target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<SignatureEnvelope>target - the object where these attributes will be copied. may be null, in which case nothing happens.