libepp_nicbr
Public Member Functions | Protected Attributes | List of all members
IpNetworkRenewCmd Class Reference

EPP IpNetworkRenewCmd Class. More...

#include <IpNetworkRenewCmd.H>

Inheritance diagram for IpNetworkRenewCmd:
Command

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 ()
 
- Public Member Functions inherited from Command
 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
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP IpNetworkRenewCmd Class.

Member Function Documentation

string IpNetworkRenewCmd::get_expDate ( ) const
inline

Returns expiration date.

Returns
date on which the current validity period ends

References _expDate.

Referenced by cmd_ipnetwork_renew().

RegistrationPeriod IpNetworkRenewCmd::get_period ( ) const
inline

Returns period.

Returns
registration period of the IP network object

References _period.

Referenced by cmd_ipnetwork_renew().

string IpNetworkRenewCmd::get_roid ( ) const
inline

Returns repository object ID.

Returns
server-unique id for the created IP network

References _roid.

Referenced by cmd_ipnetwork_renew().

void IpNetworkRenewCmd::set_expDate ( const string &  expDate)
inline

Sets expiration date.

Parameters
expDatedate 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.

Parameters
timeamount of time
unitmeasure unit

References _period.

Referenced by cmd_ipnetwork_renew().

void IpNetworkRenewCmd::set_roid ( const string &  roid)
inline

Sets repository object ID.

Parameters
roidcontains the server-unique id for the created IP network

References _roid.

Referenced by cmd_ipnetwork_renew().


The documentation for this class was generated from the following file: