libepp_nicbr
|
EPP DefRegDeleteCmd Class. More...
#include <DefRegDeleteCmd.H>
Public Member Functions | |
DefRegDeleteCmd (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Set defensive registration roid. More... | |
string | get_roid () const |
Returns defensive registration roid. More... | |
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 | _roid |
Defensive registration roid. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DefRegDeleteCmd Class.
|
inline |
Returns defensive registration roid.
References _roid.
Referenced by cmd_def_reg_delete().
|
inline |
Set defensive registration roid.
roid | identification of a defensive registration |
References _roid.
Referenced by cmd_def_reg_delete().