public class FIIFinancialInstitutionInformation extends Object
Java class for FII-FinancialInstitutionInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FII-FinancialInstitutionInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3035" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E3035-PartyFunctionCodeQualifier"/>
<element name="C078" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}C078-AccountHolderIdentification" minOccurs="0"/>
<element name="C088" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}C088-InstitutionIdentification" minOccurs="0"/>
<element name="E3207" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E3207-CountryIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FIIFinancialInstitutionInformation() |
public E3035PartyFunctionCodeQualifier getE3035()
E3035PartyFunctionCodeQualifierpublic void setE3035(E3035PartyFunctionCodeQualifier value)
value - allowed object is
E3035PartyFunctionCodeQualifierpublic C078AccountHolderIdentification getC078()
C078AccountHolderIdentificationpublic void setC078(C078AccountHolderIdentification value)
value - allowed object is
C078AccountHolderIdentificationpublic C088InstitutionIdentification getC088()
C088InstitutionIdentificationpublic void setC088(C088InstitutionIdentification value)
value - allowed object is
C088InstitutionIdentificationpublic String getE3207()
Stringpublic void setE3207(String value)
value - allowed object is
Stringpublic FIIFinancialInstitutionInformation withE3035(E3035PartyFunctionCodeQualifier value)
public FIIFinancialInstitutionInformation withC078(C078AccountHolderIdentification value)
public FIIFinancialInstitutionInformation withC088(C088InstitutionIdentification value)
public FIIFinancialInstitutionInformation withE3207(String value)
Copyright © 2021. All rights reserved.