libepp_nicbr
|
EPP ContactCheckCmd Class. More...
#include <ContactCheckCmd.H>
Public Member Functions | |
ContactCheckCmd (bool reset=true) | |
Default constructor. | |
void | insert_id (const string &id) |
Inserts an id into id list. More... | |
set< string > | get_id_list () const |
Returns contact id list. 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 | |
set< string > | _id_list |
Contact id list. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP ContactCheckCmd Class.
|
inline |
Returns contact id list.
References _id_list.
Referenced by cmd_brorg_check(), and cmd_contact_check().
|
inline |
Inserts an id into id list.
id | Contact id list |
References _id_list.
Referenced by cmd_brorg_check(), and cmd_contact_check().