libepp_nicbr
|
EPP DefRegRenewCmd Class. More...
#include <DefRegRenewCmd.H>
Public Member Functions | |
DefRegRenewCmd (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 | set_cur_exp_date (const string &date) |
Sets date on which the current validity period ends. More... | |
string | get_cur_exp_date () const |
Returns date on which the current validity period ends. More... | |
void | set_period (const int time, const string &unit) |
RegistrationPeriod | get_period () const |
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 | _cur_exp_date |
Date on which the current validity period ends. | |
RegistrationPeriod | _period |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DefRegRenewCmd Class.
|
inline |
Returns date on which the current validity period ends.
References _cur_exp_date.
Referenced by cmd_def_reg_renew().
|
inline |
Returns number of units to be added to the registration period of the Defensive Registration object
References _period.
Referenced by cmd_def_reg_renew().
|
inline |
Returns defensive registration roid.
References _roid.
Referenced by cmd_def_reg_renew().
|
inline |
Sets date on which the current validity period ends.
date | date on which the current validity period ends |
References _cur_exp_date.
Referenced by cmd_def_reg_renew().
|
inline |
Sets number of units to be added to the registration period of the Defensive Registration object
time | amount of time |
unit | measure unit |
References _period.
Referenced by cmd_def_reg_renew().
|
inline |
Set defensive registration roid.
roid | identification of a defensive registration |
References _roid.
Referenced by cmd_def_reg_renew().
|
protected |
Number of units to be added to the registration period of the Defensive Registration object
Referenced by get_period(), reset(), and set_period().