Class BranchAndFinancialInstitutionIdentificationSEPA3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_03.BranchAndFinancialInstitutionIdentificationSEPA3
-
public class BranchAndFinancialInstitutionIdentificationSEPA3 extends java.lang.Object
Java class for BranchAndFinancialInstitutionIdentificationSEPA3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentificationSEPA3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FinInstnId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}FinancialInstitutionIdentificationSEPA3"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FinancialInstitutionIdentificationSEPA3
finInstnId
-
Constructor Summary
Constructors Constructor Description BranchAndFinancialInstitutionIdentificationSEPA3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FinancialInstitutionIdentificationSEPA3
getFinInstnId()
Gets the value of the finInstnId property.void
setFinInstnId(FinancialInstitutionIdentificationSEPA3 value)
Sets the value of the finInstnId property.
-
-
-
Field Detail
-
finInstnId
protected FinancialInstitutionIdentificationSEPA3 finInstnId
-
-
Method Detail
-
getFinInstnId
public FinancialInstitutionIdentificationSEPA3 getFinInstnId()
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentificationSEPA3
-
setFinInstnId
public void setFinInstnId(FinancialInstitutionIdentificationSEPA3 value)
Sets the value of the finInstnId property.- Parameters:
value
- allowed object isFinancialInstitutionIdentificationSEPA3
-
-