示例#1
0
 public AgentParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
     PostalAddress       = new PostalAddress();
     PartyLegalEntity    = new PartyLegalEntity();
 }
示例#2
0
 public CarrierParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyLegalEntity    = new PartyLegalEntity();
 }
示例#3
0
 public SignatoryParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
 }