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. | |
string | get_name () const |
Returns domain name. | |
void | set_curExpDate (const string &curExpDate) |
string | get_curExpDate () const |
Returns date of the next renewal. | |
void | set_period (const int time, const string &unit) |
Sets domain renewal period. | |
void | set_period (const RegistrationPeriod &period) |
Sets domain registration period. | |
RegistrationPeriod | get_period () const |
Returns domain registration period. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
string | _name |
Fully qualified domain name. | |
string | _curExpDate |
Date of the next renewal. | |
RegistrationPeriod | _period |
Renewal period of the domain object. |
EPP DomainRenewCmd Class.
string DomainRenewCmd::get_curExpDate | ( | ) | const [inline] |
Returns date of the next renewal.
References _curExpDate.
Referenced by cmd_domain_renew().
string DomainRenewCmd::get_name | ( | ) | const [inline] |
Returns domain name.
References _name.
Referenced by cmd_domain_renew().
RegistrationPeriod DomainRenewCmd::get_period | ( | ) | const [inline] |
Returns domain registration period.
References _period.
Referenced by cmd_domain_renew().
void DomainRenewCmd::set_curExpDate | ( | const string & | curExpDate | ) | [inline] |
curExpDate | date of the renewal |
References _curExpDate.
Referenced by cmd_domain_renew().
void DomainRenewCmd::set_name | ( | const string & | name | ) | [inline] |
Sets domain name.
name | fully qualified domain name |
References _name.
Referenced by cmd_domain_renew().
void DomainRenewCmd::set_period | ( | const RegistrationPeriod & | period | ) | [inline] |
Sets domain registration period.
period | structure with time and measure unit |
References _period.
void DomainRenewCmd::set_period | ( | const int | time, | |
const string & | unit | |||
) | [inline] |
Sets domain renewal period.
time | amount of time | |
unit | measure unit |
References _period.
Referenced by cmd_domain_renew().