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