public class ClearingSystemMemberIdentification2 extends Object implements CopyableTo<ClearingSystemMemberIdentification2>
| Modifier and Type | Field and Description |
|---|---|
protected ClearingSystemIdentification2Choice |
clrSysId |
protected String |
mmbId |
| 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(Object that) |
ClearingSystemIdentification2Choice |
getClrSysId()
Gets the value of the clrSysId property.
|
String |
getMmbId()
Gets the value of the mmbId property.
|
int |
hashCode() |
ClearingSystemMemberIdentification2 |
setClrSysId(ClearingSystemIdentification2Choice value)
Sets the value of the clrSysId property.
|
ClearingSystemMemberIdentification2 |
setMmbId(String value)
Sets the value of the mmbId property.
|
String |
toString() |
protected ClearingSystemIdentification2Choice clrSysId
protected String mmbId
public ClearingSystemIdentification2Choice getClrSysId()
ClearingSystemIdentification2Choicepublic ClearingSystemMemberIdentification2 setClrSysId(ClearingSystemIdentification2Choice value)
value - allowed object is
ClearingSystemIdentification2Choicepublic String getMmbId()
Stringpublic ClearingSystemMemberIdentification2 setMmbId(String value)
value - allowed object is
Stringpublic 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.