EPP ContactUpdateCmd Class. More...
#include <ContactUpdateCmd.H>
Public Member Functions | |
ContactUpdateCmd (bool reset=true) | |
Default constructor. | |
void | insert_status_list_add (const string &status_add) |
Inserts a status to the object. | |
void | insert_status_list_rem (const string &status_rem) |
Removes a status from the object. | |
set< string > | get_status_list_add () const |
Returns the list of status to be added to the object. | |
set< string > | get_status_list_rem () const |
Returns the list of status to be removed from the object. | |
void | set_common_data (const CommonData &common) |
Sets the common data object. | |
CommonData | get_common_data () const |
Returns the common data object. | |
void | reset () |
Resets the data in the object. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () const |
Returns authorization information. | |
Protected Attributes | |
set< string > | _status_list_add |
Status List to be added to the object. | |
set< string > | _status_list_rem |
Status list to be removed to the object. | |
CommonData | _common |
Common data object. | |
AuthInfo | _authInfo |
authorization information |
EPP ContactUpdateCmd Class.
AuthInfo ContactUpdateCmd::get_authInfo | ( | ) | const [inline] |
Returns authorization information.
References _authInfo.
Referenced by cmd_brorg_update(), and cmd_contact_update().
CommonData ContactUpdateCmd::get_common_data | ( | ) | const [inline] |
Returns the common data object.
References _common.
Referenced by cmd_brorg_update(), and cmd_contact_update().
set<string> ContactUpdateCmd::get_status_list_add | ( | ) | const [inline] |
Returns the list of status to be added to the object.
References _status_list_add.
Referenced by cmd_brorg_update(), and cmd_contact_update().
set<string> ContactUpdateCmd::get_status_list_rem | ( | ) | const [inline] |
Returns the list of status to be removed from the object.
References _status_list_rem.
Referenced by cmd_brorg_update(), and cmd_contact_update().
void ContactUpdateCmd::insert_status_list_add | ( | const string & | status_add | ) | [inline] |
Inserts a status to the object.
status_add | status to be added to the object |
References _status_list_add.
Referenced by cmd_brorg_update(), and cmd_contact_update().
void ContactUpdateCmd::insert_status_list_rem | ( | const string & | status_rem | ) | [inline] |
Removes a status from the object.
status_rem | status to be removed to the object |
References _status_list_rem.
Referenced by cmd_brorg_update(), and cmd_contact_update().
void ContactUpdateCmd::set_authInfo | ( | const AuthInfo & | authInfo | ) | [inline] |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
Referenced by cmd_brorg_update(), and cmd_contact_update().
void ContactUpdateCmd::set_common_data | ( | const CommonData & | common | ) | [inline] |
Sets the common data object.
common | common data object |
References _common.
Referenced by cmd_brorg_update(), and cmd_contact_update().