@Generated public class ClearingSystemMemberIdentification2 extends java.lang.Object implements CopyableTo<ClearingSystemMemberIdentification2>
| Constructor and Description |
|---|
ClearingSystemMemberIdentification2() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(ClearingSystemMemberIdentification2 target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(java.lang.Object that) |
ClearingSystemIdentification2Choice |
getClrSysId()
Gets the value of the clrSysId property.
|
java.lang.String |
getMmbId()
Gets the value of the mmbId property.
|
int |
hashCode() |
ClearingSystemMemberIdentification2 |
setClrSysId(ClearingSystemIdentification2Choice value)
Sets the value of the clrSysId property.
|
ClearingSystemMemberIdentification2 |
setMmbId(java.lang.String value)
Sets the value of the mmbId property.
|
java.lang.String |
toString() |
public ClearingSystemIdentification2Choice getClrSysId()
ClearingSystemIdentification2Choicepublic ClearingSystemMemberIdentification2 setClrSysId(ClearingSystemIdentification2Choice value)
value - allowed object is
ClearingSystemIdentification2Choicepublic java.lang.String getMmbId()
Stringpublic ClearingSystemMemberIdentification2 setMmbId(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(ClearingSystemMemberIdentification2 target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<ClearingSystemMemberIdentification2>target - the object where these attributes will be copied. may be null, in which case nothing happens.