libepp_nicbr
|
EPP DomainDeleteCmd Class. More...
#include <DomainDeleteCmd.H>
Public Member Functions | |
DomainDeleteCmd (bool reset=true) | |
Default constructor. | |
void | set_name (const string &name) |
Sets domain name. More... | |
string | get_name () const |
Returns domain name. More... | |
void | set_launch (const LaunchDeleteCmd &launch) |
Sets the launch. More... | |
LaunchDeleteCmd | 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 | _name |
fully qualified domain name | |
LaunchDeleteCmd | _launch |
Launch. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DomainDeleteCmd Class.
|
inline |
|
inline |
Returns domain name.
References _name.
Referenced by cmd_domain_delete().
|
inline |
|
inline |
Sets domain name.
name | fully qualified domain name |
References _name.
Referenced by cmd_domain_delete().