Class BranchAndFinancialInstitutionIdentification4ADMN
java.lang.Object
iso.std.iso._20022.tech.xsd.admn_005_001.BranchAndFinancialInstitutionIdentification4ADMN
Java class for BranchAndFinancialInstitutionIdentification4ADMN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentification4ADMN">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FinInstnId" type="{urn:iso:std:iso:20022:tech:xsd:admn.005.001.01}FinancialInstitutionIdentification7ADMN"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the finInstnId property.voidSets the value of the finInstnId property.
-
Field Details
-
finInstnId
-
-
Constructor Details
-
BranchAndFinancialInstitutionIdentification4ADMN
public BranchAndFinancialInstitutionIdentification4ADMN()
-
-
Method Details
-
getFinInstnId
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentification7ADMN
-
setFinInstnId
Sets the value of the finInstnId property.- Parameters:
value- allowed object isFinancialInstitutionIdentification7ADMN
-