libepp_nicbr
|
EPP ContactDeleteCmd Class. More...
#include <ContactDeleteCmd.H>
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 | |
![]() | |
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. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP ContactDeleteCmd Class.
|
inline |
|
inline |
id to be deleted
id | element that contains the server-unique identifier of the contact object to be deleted |
References _id.
Referenced by cmd_brorg_delete(), and cmd_contact_delete().