Class BranchAndFinancialInstitutionIdentification6
java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_008_001.BranchAndFinancialInstitutionIdentification6
Java class for BranchAndFinancialInstitutionIdentification6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentification6">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FinInstnId" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}FinancialInstitutionIdentification18"/>
</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
-
BranchAndFinancialInstitutionIdentification6
public BranchAndFinancialInstitutionIdentification6()
-
-
Method Details
-
getFinInstnId
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentification18
-
setFinInstnId
Sets the value of the finInstnId property.- Parameters:
value- allowed object isFinancialInstitutionIdentification18
-