public class BranchAndFinancialInstitutionIdentification5 extends Object
Java-Klasse für BranchAndFinancialInstitutionIdentification5 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="BranchAndFinancialInstitutionIdentification5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FinInstnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}FinancialInstitutionIdentification8"/>
<element name="BrnchId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}BranchData2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BranchData2 |
brnchId |
protected FinancialInstitutionIdentification8 |
finInstnId |
| Constructor and Description |
|---|
BranchAndFinancialInstitutionIdentification5() |
| Modifier and Type | Method and Description |
|---|---|
BranchData2 |
getBrnchId()
Ruft den Wert der brnchId-Eigenschaft ab.
|
FinancialInstitutionIdentification8 |
getFinInstnId()
Ruft den Wert der finInstnId-Eigenschaft ab.
|
void |
setBrnchId(BranchData2 value)
Legt den Wert der brnchId-Eigenschaft fest.
|
void |
setFinInstnId(FinancialInstitutionIdentification8 value)
Legt den Wert der finInstnId-Eigenschaft fest.
|
protected FinancialInstitutionIdentification8 finInstnId
protected BranchData2 brnchId
public BranchAndFinancialInstitutionIdentification5()
public FinancialInstitutionIdentification8 getFinInstnId()
FinancialInstitutionIdentification8public void setFinInstnId(FinancialInstitutionIdentification8 value)
value - allowed object is
FinancialInstitutionIdentification8public BranchData2 getBrnchId()
BranchData2public void setBrnchId(BranchData2 value)
value - allowed object is
BranchData2Copyright © 2017. All rights reserved.