Class BranchAndFinancialInstitutionIdentification5BAH
java.lang.Object
iso.std.iso._20022.tech.xsd.head_001_001.BranchAndFinancialInstitutionIdentification5BAH
Java class for BranchAndFinancialInstitutionIdentification5BAH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchAndFinancialInstitutionIdentification5BAH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FinInstnId" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}FinancialInstitutionIdentification8BAH"/> <element name="BrnchId" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.01}BranchData2BAH" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BranchData2BAH
protected FinancialInstitutionIdentification8BAH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the brnchId property.Gets the value of the finInstnId property.void
setBrnchId
(BranchData2BAH value) Sets the value of the brnchId property.void
Sets the value of the finInstnId property.
-
Field Details
-
finInstnId
-
brnchId
-
-
Constructor Details
-
BranchAndFinancialInstitutionIdentification5BAH
public BranchAndFinancialInstitutionIdentification5BAH()
-
-
Method Details
-
getFinInstnId
Gets the value of the finInstnId property.- Returns:
- possible object is
FinancialInstitutionIdentification8BAH
-
setFinInstnId
Sets the value of the finInstnId property.- Parameters:
value
- allowed object isFinancialInstitutionIdentification8BAH
-
getBrnchId
Gets the value of the brnchId property.- Returns:
- possible object is
BranchData2BAH
-
setBrnchId
Sets the value of the brnchId property.- Parameters:
value
- allowed object isBranchData2BAH
-