libepp_nicbr
|
EPP BrDomainCheckCmd extension Class. More...
#include <BrDomainCheckCmd.H>
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. | |
![]() | |
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. | |
![]() | |
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 | |
![]() | |
set< string > | _domains_list |
Domains list. | |
LaunchCheckCmd | _launch |
Launch. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP BrDomainCheckCmd extension Class.
|
inline |
|
inline |
Sets organization attribute.
organization | organization attribute |
References _organization.