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 set_exDate (const string &exDate)
string get_exDate () const
void insert_asn (const int &asn)
set< int > get_asn_list () const
void insert_ipRange (const IpRange &ipRange)
set< IpRangeget_ipRange_list () const
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.
string _exDate
 Expiration date.
set< int > _asn_list
 ASNs.
set< IpRange_ipRange_list

Detailed Description

EPP BrOrgInfoRsp Class.


Member Function Documentation

set<int> BrOrgInfoRsp::get_asn_list (  )  const [inline]

Returns Autonomous System object associated with this organization

References _asn_list.

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

Returns the Contact List.

Returns:
Contact List

References _contact_list.

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

Returns the domain name list.

Returns:
domain name list

References _domain_list.

string BrOrgInfoRsp::get_exDate (  )  const [inline]

Returns date and time identifying the end of the organization object's registration period

Returns:
expiration date

References _exDate.

set<IpRange> BrOrgInfoRsp::get_ipRange_list (  )  const [inline]

Returns IP addresses of network objects associated with this organization

string BrOrgInfoRsp::get_organization (  )  [inline]

Returns the Organization.

Returns:
Organization Identifier

References _organization.

string BrOrgInfoRsp::get_proxy (  )  [inline]

Returns the Legal Representative.

Returns:
Local Legal Representative

References _proxy.

string BrOrgInfoRsp::get_responsible (  )  [inline]

Returns Responsible for the organization.

Returns:
Person Responsible

References _responsible.

void BrOrgInfoRsp::insert_asn ( const int &  asn  )  [inline]

Inserts Autonomous System object associated with this organization

References _asn_list.

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

Inserts a Contact into the list.

Parameters:
id Contact Id
type Contact Type

References _contact_list.

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

Inserts a domain name into the list.

Parameters:
fqdn fully qualified domain name

References _domain_list.

void BrOrgInfoRsp::insert_ipRange ( const IpRange ipRange  )  [inline]

Inserts IP addresses of network objects associated with this organization

void BrOrgInfoRsp::set_exDate ( const string &  exDate  )  [inline]

Sets date and time identifying the end of the organization object's registration period

Parameters:
exDate expiration date

References _exDate.

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

Sets the Organization.

Parameters:
organization Organization Identifier

References _organization.

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

Sets the Legal Representative.

Parameters:
proxy Local Legal Representative

References _proxy.

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

Sets Responsible for the organization.

Parameters:
responsible Person Responsible

References _responsible.


The documentation for this class was generated from the following file:
Generated on Wed Aug 11 16:56:44 2010 for libepp_nicbr by  doxygen 1.6.3