Class FinancialInstitutionIdentification8
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.FinancialInstitutionIdentification8
-
public class FinancialInstitutionIdentification8 extends Object
Java class for FinancialInstitutionIdentification8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification8"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BICFI" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}BICFIIdentifier"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FinancialInstitutionIdentification8()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBICFI()Gets the value of the bicfi property.voidsetBICFI(String value)Sets the value of the bicfi property.
-
-
-
Field Detail
-
bicfi
protected String bicfi
-
-