public class BranchAndFinancialInstitutionIdentification5
extends java.lang.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.052.001.03}FinancialInstitutionIdentification8"/> <element name="BrnchId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}BranchData2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected BranchData2 |
brnchId |
|
protected FinancialInstitutionIdentification8 |
finInstnId |
Constructor | Description |
---|---|
BranchAndFinancialInstitutionIdentification5() |
Modifier and Type | Method | 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()
FinancialInstitutionIdentification8
public void setFinInstnId(FinancialInstitutionIdentification8 value)
value
- allowed object is
FinancialInstitutionIdentification8
public BranchData2 getBrnchId()
BranchData2
public void setBrnchId(BranchData2 value)
value
- allowed object is
BranchData2
Copyright © 2018. All rights reserved.