#include <BrOrgInfoRsp.H>
Inheritance diagram for BrOrgInfoRsp:
Public Member Functions | |
BrOrgInfoRsp (bool reset=true) | |
Default constructor. | |
BrOrgInfoRsp (ContactInfoRsp *parent, bool reset=true) | |
Parent copy constructor. | |
void | set_organization (const string &organization) |
Sets the Organization. | |
string | get_organization () |
Returns the Organization. | |
void | insert_contact (const string &type, const string &id) |
Inserts a Contact into the list. | |
map< string, string, less< string > > | get_contact_list () |
Returns the Contact List. | |
void | set_attorney (const string &attorney) |
Sets the Legal Representative. | |
string | get_attorney () |
Returns the Legal Representative. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _organization |
Organization Identifier. | |
map< string, string, less< string > > | _contact_list |
Human Contacts. | |
string | _attorney |
Local Legal Representative. |
|
Returns the Legal Representative.
|
|
Returns the Contact List.
|
|
Returns the Organization.
|
|
Inserts a Contact into the list.
|
|
Sets the Legal Representative.
|
|
Sets the Organization.
|