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/D12B}E3035-PartyFunctionCodeQualifier"/>
<element name="C078" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C078-AccountHolderIdentification" minOccurs="0"/>
<element name="C088" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C088-InstitutionIdentification" minOccurs="0"/>
<element name="E3207" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3207-CountryIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FIIFinancialInstitutionInformation() |
| Modifier and Type | Method and Description |
|---|---|
C078AccountHolderIdentification |
getC078()
Gets the value of the c078 property.
|
C088InstitutionIdentification |
getC088()
Gets the value of the c088 property.
|
String |
getE3035()
Gets the value of the e3035 property.
|
String |
getE3207()
Gets the value of the e3207 property.
|
void |
setC078(C078AccountHolderIdentification value)
Sets the value of the c078 property.
|
void |
setC088(C088InstitutionIdentification value)
Sets the value of the c088 property.
|
void |
setE3035(String value)
Sets the value of the e3035 property.
|
void |
setE3207(String value)
Sets the value of the e3207 property.
|
FIIFinancialInstitutionInformation |
withC078(C078AccountHolderIdentification value) |
FIIFinancialInstitutionInformation |
withC088(C088InstitutionIdentification value) |
FIIFinancialInstitutionInformation |
withE3035(String value) |
FIIFinancialInstitutionInformation |
withE3207(String value) |
public String getE3035()
Stringpublic void setE3035(String value)
value - allowed object is
Stringpublic 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(String value)
public FIIFinancialInstitutionInformation withC078(C078AccountHolderIdentification value)
public FIIFinancialInstitutionInformation withC088(C088InstitutionIdentification value)
public FIIFinancialInstitutionInformation withE3207(String value)
Copyright © 2020. All rights reserved.