public class ClearingSystemMemberIdentification2
extends java.lang.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.052.001.02}ClearingSystemIdentification2Choice" minOccurs="0"/>
<element name="MmbId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected ClearingSystemIdentification2Choice |
clrSysId |
|
protected java.lang.String |
mmbId |
| Constructor | Description |
|---|---|
ClearingSystemMemberIdentification2() |
| Modifier and Type | Method | Description |
|---|---|---|
ClearingSystemIdentification2Choice |
getClrSysId() |
Gets the value of the clrSysId property.
|
java.lang.String |
getMmbId() |
Gets the value of the mmbId property.
|
void |
setClrSysId(ClearingSystemIdentification2Choice value) |
Sets the value of the clrSysId property.
|
void |
setMmbId(java.lang.String value) |
Sets the value of the mmbId property.
|
protected ClearingSystemIdentification2Choice clrSysId
protected java.lang.String mmbId
public ClearingSystemIdentification2Choice getClrSysId()
ClearingSystemIdentification2Choicepublic void setClrSysId(ClearingSystemIdentification2Choice value)
value - allowed object is
ClearingSystemIdentification2Choicepublic java.lang.String getMmbId()
Stringpublic void setMmbId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.