EPP IpNetworkRenewCmd Class. More...
#include <IpNetworkRenewCmd.H>
Public Member Functions | |
IpNetworkRenewCmd (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Sets repository object ID. | |
string | get_roid () const |
Returns repository object ID. | |
void | set_expDate (const string &expDate) |
Sets expiration date. | |
string | get_expDate () const |
Returns expiration date. | |
void | set_period (const int time, const string &unit) |
Sets period. | |
RegistrationPeriod | get_period () const |
Returns period. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
string | _roid |
server-unique id for the created IP network | |
string | _expDate |
date on which the current validity period ends | |
RegistrationPeriod | _period |
registration period of the IP network object |
EPP IpNetworkRenewCmd Class.
string IpNetworkRenewCmd::get_expDate | ( | ) | const [inline] |
Returns expiration date.
References _expDate.
Referenced by cmd_ipnetwork_renew().
RegistrationPeriod IpNetworkRenewCmd::get_period | ( | ) | const [inline] |
Returns period.
References _period.
Referenced by cmd_ipnetwork_renew().
string IpNetworkRenewCmd::get_roid | ( | ) | const [inline] |
Returns repository object ID.
References _roid.
Referenced by cmd_ipnetwork_renew().
void IpNetworkRenewCmd::reset | ( | ) | [inline] |
Reset object attributes.
reset attributes
Reimplemented from Command.
References _expDate, _period, and _roid.
Referenced by IpNetworkRenewCmd().
void IpNetworkRenewCmd::set_expDate | ( | const string & | expDate | ) | [inline] |
Sets expiration date.
expDate | date on which the current validity period ends |
References _expDate.
Referenced by cmd_ipnetwork_renew().
void IpNetworkRenewCmd::set_period | ( | const int | time, | |
const string & | unit | |||
) | [inline] |
Sets period.
time | amount of time | |
unit | measure unit |
References _period.
Referenced by cmd_ipnetwork_renew().
void IpNetworkRenewCmd::set_roid | ( | const string & | roid | ) | [inline] |
Sets repository object ID.
roid | contains the server-unique id for the created IP network |
References _roid.
Referenced by cmd_ipnetwork_renew().