public BranchData2(
     string identification,
     string name,
     PostalAddress6 postalAddress)
 {
     this.idField = identification;
     this.nmField = name;
     this.pstlAdrField = postalAddress;
 }
 public PartyIdentification32(
     string name,
     PostalAddress6 postalAddress,
     Party6Choice identification,
     string countryOfResidence,
     ContactDetails2 contactDetails)
 {
     this.nmField = name;
     this.pstlAdrField = postalAddress;
     this.idField = identification;
     this.ctryOfResField = countryOfResidence;
     this.ctctDtlsField = contactDetails;
 }
 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;
 }
Exemplo n.º 4
0
 public BranchData2()
 {
     this.pstlAdrField = new PostalAddress6();
 }
Exemplo n.º 5
0
 public NameAndAddress10()
 {
   this._adrField = new PostalAddress6();
 }
 public FinancialInstitutionIdentification8()
 {
     _othrField        = new GenericFinancialIdentification1();
     _pstlAdrField     = new PostalAddress6();
     _clrSysMmbIdField = new ClearingSystemMemberIdentification2();
 }
 public NameAndAddress10(string name, PostalAddress6 postalAddress)
 {
     this.nmField = name;
     this.adrField = postalAddress;
 }
Exemplo n.º 8
0
 public PartyIdentification43()
 {
     _ctctDtlsField = new ContactDetails2();
     _idField       = new Party11Choice();
     _pstlAdrField  = new PostalAddress6();
 }