public class ClearingSystemMemberIdentification2 extends Object
Java-Klasse für ClearingSystemMemberIdentification2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.054.001.06}ClearingSystemIdentification2Choice" minOccurs="0"/>
<element name="MmbId" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.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()
Ruft den Wert der clrSysId-Eigenschaft ab.
|
String |
getMmbId()
Ruft den Wert der mmbId-Eigenschaft ab.
|
void |
setClrSysId(ClearingSystemIdentification2Choice value)
Legt den Wert der clrSysId-Eigenschaft fest.
|
void |
setMmbId(String value)
Legt den Wert der mmbId-Eigenschaft fest.
|
protected ClearingSystemIdentification2Choice clrSysId
protected String mmbId
public ClearingSystemIdentification2Choice getClrSysId()
ClearingSystemIdentification2Choicepublic void setClrSysId(ClearingSystemIdentification2Choice value)
value - allowed object is
ClearingSystemIdentification2Choicepublic String getMmbId()
StringCopyright © 2017. All rights reserved.