7 #ifndef __IPNETWORKRENEWCMD_H__
8 #define __IPNETWORKRENEWCMD_H__
110 #endif // __IPNETWORKRENEWCMD_H__
Definition: RegistrationPeriod.H:17
void set_period(const int time, const string &unit)
Sets period.
Definition: IpNetworkRenewCmd.H:74
EPP IpNetworkRenewCmd Class.
Definition: IpNetworkRenewCmd.H:22
RegistrationPeriod get_period() const
Returns period.
Definition: IpNetworkRenewCmd.H:84
IpNetworkRenewCmd(bool reset=true)
Default constructor.
Definition: IpNetworkRenewCmd.H:26
string _expDate
date on which the current validity period ends
Definition: IpNetworkRenewCmd.H:103
void set_expDate(const string &expDate)
Sets expiration date.
Definition: IpNetworkRenewCmd.H:55
EPP RegistrationPeriod struct.
RegistrationPeriod _period
registration period of the IP network object
Definition: IpNetworkRenewCmd.H:106
string get_expDate() const
Returns expiration date.
Definition: IpNetworkRenewCmd.H:64
void set_roid(const string &roid)
Sets repository object ID.
Definition: IpNetworkRenewCmd.H:37
void reset()
Reset object attributes.
Definition: Command.H:33
string get_roid() const
Returns repository object ID.
Definition: IpNetworkRenewCmd.H:46
EPP Command Class.
Definition: Command.H:18
string _roid
server-unique id for the created IP network
Definition: IpNetworkRenewCmd.H:100