libepp_nicbr
|
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. More... | |
string | get_roid () const |
Returns repository object ID. More... | |
void | set_expDate (const string &expDate) |
Sets expiration date. More... | |
string | get_expDate () const |
Returns expiration date. More... | |
void | set_period (const int time, const string &unit) |
Sets period. More... | |
RegistrationPeriod | get_period () const |
Returns period. More... | |
void | reset () |
![]() | |
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 |
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 | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP IpNetworkRenewCmd Class.
|
inline |
Returns expiration date.
References _expDate.
Referenced by cmd_ipnetwork_renew().
|
inline |
Returns period.
References _period.
Referenced by cmd_ipnetwork_renew().
|
inline |
Returns repository object ID.
References _roid.
Referenced by cmd_ipnetwork_renew().
|
inline |
Sets expiration date.
expDate | date on which the current validity period ends |
References _expDate.
Referenced by cmd_ipnetwork_renew().
|
inline |
Sets period.
time | amount of time |
unit | measure unit |
References _period.
Referenced by cmd_ipnetwork_renew().
|
inline |
Sets repository object ID.
roid | contains the server-unique id for the created IP network |
References _roid.
Referenced by cmd_ipnetwork_renew().