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

EPP DomainDeleteCmd Class. More...

#include <DomainDeleteCmd.H>

Inheritance diagram for DomainDeleteCmd:
Command

Public Member Functions

 DomainDeleteCmd (bool reset=true)
 Default constructor.
 
void set_name (const string &name)
 Sets domain name. More...
 
string get_name () const
 Returns domain name. More...
 
void set_launch (const LaunchDeleteCmd &launch)
 Sets the launch. More...
 
LaunchDeleteCmd get_launch () const
 Returns the launch. More...
 
bool has_extension () const
 Check if there is any extension.
 
bool has_launch_extension () const
 Check if there is launch extension.
 
void reset ()
 Reset object attributes.
 
- 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 _name
 fully qualified domain name
 
LaunchDeleteCmd _launch
 Launch.
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP DomainDeleteCmd Class.

Member Function Documentation

LaunchDeleteCmd DomainDeleteCmd::get_launch ( ) const
inline

Returns the launch.

Returns
launch

References _launch.

string DomainDeleteCmd::get_name ( ) const
inline

Returns domain name.

Returns
fully qualified domain name

References _name.

Referenced by cmd_domain_delete().

void DomainDeleteCmd::set_launch ( const LaunchDeleteCmd launch)
inline

Sets the launch.

Parameters
launchlaunch

References _launch.

Referenced by cmd_domain_delete().

void DomainDeleteCmd::set_name ( const string &  name)
inline

Sets domain name.

Parameters
namefully qualified domain name

References _name.

Referenced by cmd_domain_delete().


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