Class FinancialInstitution3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_01.FinancialInstitution3
-
public class FinancialInstitution3 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FinancialInstitutionIdentification5finInstnId
-
Constructor Summary
Constructors Constructor Description FinancialInstitution3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FinancialInstitutionIdentification5getFinInstnId()Gets the value of the finInstnId property.voidsetFinInstnId(FinancialInstitutionIdentification5 value)Sets the value of the finInstnId property.
-
-
-
Field Detail
-
finInstnId
protected FinancialInstitutionIdentification5 finInstnId
-
-
Method Detail
-
getFinInstnId
public FinancialInstitutionIdentification5 getFinInstnId()
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentification5
-
setFinInstnId
public void setFinInstnId(FinancialInstitutionIdentification5 value)
Sets the value of the finInstnId property.- Parameters:
value- allowed object isFinancialInstitutionIdentification5
-
-