public class BranchAndFinancialInstitutionIdentification4
extends java.lang.Object
Java class for BranchAndFinancialInstitutionIdentification4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentification4"> <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.02}FinancialInstitutionIdentification7"/> <element name="BrnchId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BranchData2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected BranchData2 |
brnchId |
|
protected FinancialInstitutionIdentification7 |
finInstnId |
Constructor | Description |
---|---|
BranchAndFinancialInstitutionIdentification4() |
Modifier and Type | Method | Description |
---|---|---|
BranchData2 |
getBrnchId() |
Gets the value of the brnchId property.
|
FinancialInstitutionIdentification7 |
getFinInstnId() |
Gets the value of the finInstnId property.
|
void |
setBrnchId(BranchData2 value) |
Sets the value of the brnchId property.
|
void |
setFinInstnId(FinancialInstitutionIdentification7 value) |
Sets the value of the finInstnId property.
|
protected FinancialInstitutionIdentification7 finInstnId
protected BranchData2 brnchId
public BranchAndFinancialInstitutionIdentification4()
public FinancialInstitutionIdentification7 getFinInstnId()
FinancialInstitutionIdentification7
public void setFinInstnId(FinancialInstitutionIdentification7 value)
value
- allowed object is
FinancialInstitutionIdentification7
public BranchData2 getBrnchId()
BranchData2
public void setBrnchId(BranchData2 value)
value
- allowed object is
BranchData2
Copyright © 2018. All rights reserved.