libepp_nicbr
Public Member Functions | Protected Attributes | List of all members
BrDomainCheckCmd Class Reference

EPP BrDomainCheckCmd extension Class. More...

#include <BrDomainCheckCmd.H>

Inheritance diagram for BrDomainCheckCmd:
DomainCheckCmd Command

Public Member Functions

 BrDomainCheckCmd (bool reset=true)
 Default constructor.
 
void set_organization (const string &organization)
 Sets organization attribute. More...
 
string get_organization ()
 Returns organization attribute. More...
 
void reset ()
 Reset object attributes.
 
- Public Member Functions inherited from DomainCheckCmd
 DomainCheckCmd (bool reset=true)
 Default constructor.
 
void insert_domain (const string &domain)
 Add a domain name to the list. More...
 
set< string > get_domains_list () const
 Returns domains list. More...
 
void set_launch (const LaunchCheckCmd &launch)
 Sets the launch. More...
 
LaunchCheckCmd get_launch () const
 Returns the launch. More...
 
bool has_extension () const
 Check if there is any extension.
 
bool has_launch_extension () const
 Check if there is launch extension.
 
void reset ()
 Reset object attributes.
 
- Public Member Functions inherited from Command
 Command (bool reset=true)
 Default constructor.
 
void reset ()
 Reset object attributes. More...
 
virtual ~Command ()
 virtual destructor
 
void set_clTRID (const string &clTRID)
 Sets clTRID. More...
 
string get_clTRID () const
 Returns clTRID. More...
 

Protected Attributes

string _organization
 organization
 
- Protected Attributes inherited from DomainCheckCmd
set< string > _domains_list
 Domains list.
 
LaunchCheckCmd _launch
 Launch.
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP BrDomainCheckCmd extension Class.

Member Function Documentation

string BrDomainCheckCmd::get_organization ( )
inline

Returns organization attribute.

Returns
organization attribute

References _organization.

void BrDomainCheckCmd::set_organization ( const string &  organization)
inline

Sets organization attribute.

Parameters
organizationorganization attribute

References _organization.


The documentation for this class was generated from the following file: