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

EPP ContactDeleteCmd Class. More...

#include <ContactDeleteCmd.H>

Inheritance diagram for ContactDeleteCmd:
Command BrOrgDeleteCmd

Public Member Functions

 ContactDeleteCmd (bool reset=true)
 Default constructor.
 
void set_id (const string &id)
 id to be deleted More...
 
string get_id () const
 Returns contact id to be deleted. More...
 
void reset ()
 reset 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 _id
 Contact id list.
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP ContactDeleteCmd Class.

Member Function Documentation

string ContactDeleteCmd::get_id ( ) const
inline

Returns contact id to be deleted.

Returns
contact id to be deleted

References _id.

void ContactDeleteCmd::set_id ( const string &  id)
inline

id to be deleted

Parameters
idelement that contains the server-unique identifier of the contact object to be deleted

References _id.

Referenced by cmd_brorg_delete(), and cmd_contact_delete().


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