public class FinancialInstitutionIdentification8 extends Object
Java-Klasse für FinancialInstitutionIdentification8 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="FinancialInstitutionIdentification8">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BICFI" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BICFIIdentifier" minOccurs="0"/>
<element name="ClrSysMmbId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ClearingSystemMemberIdentification2" minOccurs="0"/>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}Max140Text" minOccurs="0"/>
<element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}PostalAddress6" minOccurs="0"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}GenericFinancialIdentification1" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bicfi |
protected ClearingSystemMemberIdentification2 |
clrSysMmbId |
protected String |
nm |
protected GenericFinancialIdentification1 |
othr |
protected PostalAddress6 |
pstlAdr |
| Constructor and Description |
|---|
FinancialInstitutionIdentification8() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBICFI()
Ruft den Wert der bicfi-Eigenschaft ab.
|
ClearingSystemMemberIdentification2 |
getClrSysMmbId()
Ruft den Wert der clrSysMmbId-Eigenschaft ab.
|
String |
getNm()
Ruft den Wert der nm-Eigenschaft ab.
|
GenericFinancialIdentification1 |
getOthr()
Ruft den Wert der othr-Eigenschaft ab.
|
PostalAddress6 |
getPstlAdr()
Ruft den Wert der pstlAdr-Eigenschaft ab.
|
void |
setBICFI(String value)
Legt den Wert der bicfi-Eigenschaft fest.
|
void |
setClrSysMmbId(ClearingSystemMemberIdentification2 value)
Legt den Wert der clrSysMmbId-Eigenschaft fest.
|
void |
setNm(String value)
Legt den Wert der nm-Eigenschaft fest.
|
void |
setOthr(GenericFinancialIdentification1 value)
Legt den Wert der othr-Eigenschaft fest.
|
void |
setPstlAdr(PostalAddress6 value)
Legt den Wert der pstlAdr-Eigenschaft fest.
|
protected String bicfi
protected ClearingSystemMemberIdentification2 clrSysMmbId
protected String nm
protected PostalAddress6 pstlAdr
protected GenericFinancialIdentification1 othr
public String getBICFI()
Stringpublic void setBICFI(String value)
value - allowed object is
Stringpublic ClearingSystemMemberIdentification2 getClrSysMmbId()
ClearingSystemMemberIdentification2public void setClrSysMmbId(ClearingSystemMemberIdentification2 value)
value - allowed object is
ClearingSystemMemberIdentification2public void setNm(String value)
value - allowed object is
Stringpublic PostalAddress6 getPstlAdr()
PostalAddress6public void setPstlAdr(PostalAddress6 value)
value - allowed object is
PostalAddress6public GenericFinancialIdentification1 getOthr()
GenericFinancialIdentification1public void setOthr(GenericFinancialIdentification1 value)
value - allowed object is
GenericFinancialIdentification1Copyright © 2017. All rights reserved.