public class BranchAndFinancialInstitutionIdentification5 extends Object
Java class for BranchAndFinancialInstitutionIdentification5 complex type.
The following schema fragment specifies the expected content contained within this class.
<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.053.001.06}FinancialInstitutionIdentification8"/>
<element name="BrnchId" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.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()
Gets the value of the brnchId property.
|
FinancialInstitutionIdentification8 |
getFinInstnId()
Gets the value of the finInstnId property.
|
void |
setBrnchId(BranchData2 value)
Sets the value of the brnchId property.
|
void |
setFinInstnId(FinancialInstitutionIdentification8 value)
Sets the value of the finInstnId property.
|
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.