public class DuplicateIndication extends java.lang.Object implements CopyableTo<DuplicateIndication>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
info |
protected java.lang.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(java.lang.Object that) |
java.lang.String |
getInfo()
Gets the value of the info property.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
int |
hashCode() |
DuplicateIndication |
setInfo(java.lang.String value)
Sets the value of the info property.
|
DuplicateIndication |
setRef(java.lang.String value)
Sets the value of the ref property.
|
java.lang.String |
toString() |
public java.lang.String getRef()
Stringpublic DuplicateIndication setRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInfo()
Stringpublic DuplicateIndication setInfo(java.lang.String value)
value - allowed object is
Stringpublic 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(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.