public class FinancialInstitution2
extends java.lang.Object
Java class for FinancialInstitution2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitution2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FinInstnId" type="{urn:sepade:xsd:pain.001.001.02}FinancialInstitutionIdentification4"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected FinancialInstitutionIdentification4 |
finInstnId |
| Constructor | Description |
|---|---|
FinancialInstitution2() |
| Modifier and Type | Method | Description |
|---|---|---|
FinancialInstitutionIdentification4 |
getFinInstnId() |
Gets the value of the finInstnId property.
|
void |
setFinInstnId(FinancialInstitutionIdentification4 value) |
Sets the value of the finInstnId property.
|
protected FinancialInstitutionIdentification4 finInstnId
public FinancialInstitutionIdentification4 getFinInstnId()
FinancialInstitutionIdentification4public void setFinInstnId(FinancialInstitutionIdentification4 value)
value - allowed object is
FinancialInstitutionIdentification4Copyright © 2018. All rights reserved.