DomainRenewCmd Class Reference

EPP DomainRenewCmd Class. More...

#include <DomainRenewCmd.H>

Inheritance diagram for DomainRenewCmd:

Command

List of all members.

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.


Detailed Description

EPP DomainRenewCmd Class.

Member Function Documentation

string DomainRenewCmd::get_curExpDate (  )  const [inline]

Returns date of the next renewal.

Returns:
date of the renewal

References _curExpDate.

Referenced by cmd_domain_renew().

string DomainRenewCmd::get_name (  )  const [inline]

Returns domain name.

Returns:
fully qualified domain name

References _name.

Referenced by cmd_domain_renew().

RegistrationPeriod DomainRenewCmd::get_period (  )  const [inline]

Returns domain registration period.

Returns:
domain registration period

References _period.

Referenced by cmd_domain_renew().

void DomainRenewCmd::set_curExpDate ( const string &  curExpDate  )  [inline]

Parameters:
curExpDate date of the renewal

References _curExpDate.

Referenced by cmd_domain_renew().

void DomainRenewCmd::set_name ( const string &  name  )  [inline]

Sets domain name.

Parameters:
name fully qualified domain name

References _name.

Referenced by cmd_domain_renew().

void DomainRenewCmd::set_period ( const RegistrationPeriod &  period  )  [inline]

Sets domain registration period.

Parameters:
period structure with time and measure unit

References _period.

void DomainRenewCmd::set_period ( const int  time,
const string &  unit 
) [inline]

Sets domain renewal period.

Parameters:
time amount of time
unit measure unit

References _period.

Referenced by cmd_domain_renew().


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

Generated on Thu Jan 21 14:44:04 2010 for libepp_nicbr by  doxygen 1.5.9