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

EPP DomainCheckCmd Class. More...

#include <DomainCheckCmd.H>

Inheritance diagram for DomainCheckCmd:
Command BrDomainCheckCmd

Public Member Functions

 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

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

Detailed Description

EPP DomainCheckCmd Class.

Member Function Documentation

set<string> DomainCheckCmd::get_domains_list ( ) const
inline

Returns domains list.

Returns
domains list

References _domains_list.

Referenced by cmd_domain_check().

LaunchCheckCmd DomainCheckCmd::get_launch ( ) const
inline

Returns the launch.

Returns
launch

References _launch.

void DomainCheckCmd::insert_domain ( const string &  domain)
inline

Add a domain name to the list.

Parameters
domaindomain to be added to list

References _domains_list.

Referenced by cmd_domain_check().

void DomainCheckCmd::set_launch ( const LaunchCheckCmd launch)
inline

Sets the launch.

Parameters
launchlaunch

References _launch.

Referenced by cmd_domain_check().


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