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