libepp_nicbr
|
EPP DomainRenewCmd Class. More...
#include <DomainRenewCmd.H>
Public Member Functions | |
DomainRenewCmd (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_curExpDate (const string &curExpDate) |
string | get_curExpDate () const |
Returns date of the next renewal. More... | |
void | set_period (const int time, const string &unit) |
Sets domain renewal period. More... | |
void | set_period (const RegistrationPeriod &period) |
Sets domain registration period. More... | |
RegistrationPeriod | get_period () const |
Returns domain registration period. 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 | _name |
Fully qualified domain name. | |
string | _curExpDate |
Date of the next renewal. | |
RegistrationPeriod | _period |
Renewal period of the domain object. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DomainRenewCmd Class.
|
inline |
Returns date of the next renewal.
References _curExpDate.
Referenced by cmd_domain_renew().
|
inline |
Returns domain name.
References _name.
Referenced by cmd_domain_renew().
|
inline |
Returns domain registration period.
References _period.
Referenced by cmd_domain_renew().
|
inline |
|
inline |
Sets domain name.
name | fully qualified domain name |
References _name.
Referenced by cmd_domain_renew().
|
inline |
Sets domain renewal period.
time | amount of time |
unit | measure unit |
References _period.
Referenced by cmd_domain_renew().
|
inline |
Sets domain registration period.
period | structure with time and measure unit |
References _period.