BrOrgInfoRsp Class Reference

EPP BrOrgInfoRsp Class. More...

#include <BrOrgInfoRsp.H>

Inheritance diagram for BrOrgInfoRsp:

ContactInfoRsp Response List of all members.

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 set_responsible (const string &responsible)
 Sets Responsible for the organization.
string get_responsible ()
 Returns Responsible for 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.
string _responsible
 Person responsible for the organization.
map< string, string, less<
string > > 
_contact_list
 Human Contacts.
string _proxy
 Local Legal Representative.
set< string > _domain_list
 Domain names.

Detailed Description

EPP BrOrgInfoRsp Class.


Member Function Documentation

map< string, string, less<string> > BrOrgInfoRsp::get_contact_list (  )  [inline]

Returns the Contact List.

Returns:
Contact List

set<string> BrOrgInfoRsp::get_domainName_list (  )  [inline]

Returns the domain name list.

Returns:
domain name list

string BrOrgInfoRsp::get_organization (  )  [inline]

Returns the Organization.

Returns:
Organization Identifier

string BrOrgInfoRsp::get_proxy (  )  [inline]

Returns the Legal Representative.

Returns:
Local Legal Representative

string BrOrgInfoRsp::get_responsible (  )  [inline]

Returns Responsible for the organization.

Returns:
Person Responsible

void BrOrgInfoRsp::insert_contact ( const string &  type,
const string &  id 
) [inline]

Inserts a Contact into the list.

Parameters:
id Contact Id
type Contact Type

void BrOrgInfoRsp::insert_domainName ( const string &  fqdn  )  [inline]

Inserts a domain name into the list.

Parameters:
fqdn fully qualified domain name

void BrOrgInfoRsp::set_organization ( const string &  organization  )  [inline]

Sets the Organization.

Parameters:
organization Organization Identifier

void BrOrgInfoRsp::set_proxy ( const string &  proxy  )  [inline]

Sets the Legal Representative.

Parameters:
proxy Local Legal Representative

void BrOrgInfoRsp::set_responsible ( const string &  responsible  )  [inline]

Sets Responsible for the organization.

Parameters:
responsible Person Responsible


The documentation for this class was generated from the following file:
Generated on Tue Mar 20 13:02:18 2007 for libepp_nicbr by  doxygen 1.4.7