public FinancialInstitutionIdentification7(
     string bIC,
     ClearingSystemMemberIdentification2 clearingSystemMemberIdentification,
     string name,
     PostalAddress6 postalAddress,
     GenericFinancialIdentification1 other)
 {
     this.bICField = bIC;
     this.clrSysMmbIdField = clearingSystemMemberIdentification;
     this.nmField = name;
     this.pstlAdrField = postalAddress;
     this.othrField = other;
 }
 public FinancialInstitutionIdentification8()
 {
     _othrField        = new GenericFinancialIdentification1();
     _pstlAdrField     = new PostalAddress6();
     _clrSysMmbIdField = new ClearingSystemMemberIdentification2();
 }