public BranchAndFinancialInstitutionIdentification4(
     FinancialInstitutionIdentification7 financialInstitutionIdentification,
     BranchData2 branchIdentification)
 {
     this.finInstnIdField = financialInstitutionIdentification;
     this.brnchIdField = branchIdentification;
 }
 public BranchAndFinancialInstitutionIdentification5()
 {
     this._brnchIdField    = new BranchData2();
     this._finInstnIdField = new FinancialInstitutionIdentification8();
 }