#include <BrOrgInfoRsp.H>
Inheritance diagram for BrOrgInfoRsp:
Public Member Functions | |
BrOrgInfoRsp (bool reset=true) | |
Default constructor. | |
void | copy_parent_data (ContactInfoRsp &parent) |
Copies data from the parent. | |
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_proxy (const string &proxy) |
Sets the Legal Representative. | |
string | get_proxy () |
Returns the Legal Representative. | |
void | insert_domainName (const string &fqdn) |
Inserts a domain name into the list. | |
set< string > | get_domainName_list () |
Returns the domain name list. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _organization |
Organization Identifier. | |
map< string, string, less< string > > | _contact_list |
Human Contacts. | |
string | _proxy |
Local Legal Representative. | |
set< string > | _domain_list |
Domain names. |
|
Returns the Contact List.
|
|
Returns the domain name list.
|
|
Returns the Organization.
|
|
Returns the Legal Representative.
|
|
Inserts a Contact into the list.
|
|
Inserts a domain name into the list.
|
|
Sets the Organization.
|
|
Sets the Legal Representative.
|