public class ClearingSystemMemberIdentification2 extends Object
Java class for ClearingSystemMemberIdentification2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClearingSystemMemberIdentification2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ClrSysId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ClearingSystemIdentification2Choice" minOccurs="0"/>
<element name="MmbId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max35Text"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClearingSystemIdentification2Choice |
clrSysId |
protected String |
mmbId |
| Constructor and Description |
|---|
ClearingSystemMemberIdentification2() |
| Modifier and Type | Method and Description |
|---|---|
ClearingSystemIdentification2Choice |
getClrSysId()
Gets the value of the clrSysId property.
|
String |
getMmbId()
Gets the value of the mmbId property.
|
void |
setClrSysId(ClearingSystemIdentification2Choice value)
Sets the value of the clrSysId property.
|
void |
setMmbId(String value)
Sets the value of the mmbId property.
|
protected ClearingSystemIdentification2Choice clrSysId
protected String mmbId
public ClearingSystemIdentification2Choice getClrSysId()
ClearingSystemIdentification2Choicepublic void setClrSysId(ClearingSystemIdentification2Choice value)
value - allowed object is
ClearingSystemIdentification2Choicepublic String getMmbId()
StringCopyright © 2018. All rights reserved.