public class SignatureEnvelope extends Object implements CopyableTo<SignatureEnvelope>
| 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(Object that) |
Object |
getAny()
Gets the value of the any property.
|
int |
hashCode() |
SignatureEnvelope |
setAny(Object value)
Sets the value of the any property.
|
String |
toString() |
protected Object any
public Object getAny()
public SignatureEnvelope setAny(Object value)
public 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.