EPP ContactTransferCmd Class. More...
#include <ContactTransferCmd.H>
Public Member Functions | |
ContactTransferCmd (bool reset=true) | |
Default constructor. | |
void | set_id (const string &id) |
Sets contact ID. | |
string | get_id () const |
Returns contact ID. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () |
Returns authorization information. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _id |
Server-unique identifier of the contact object to be queried. | |
AuthInfo | _authInfo |
Authorization information. |
EPP ContactTransferCmd Class.
AuthInfo ContactTransferCmd::get_authInfo | ( | ) | [inline] |
string ContactTransferCmd::get_id | ( | ) | const [inline] |
Returns contact ID.
References _id.
void ContactTransferCmd::set_authInfo | ( | const AuthInfo & | authInfo | ) | [inline] |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
Referenced by cmd_contact_transfer().
void ContactTransferCmd::set_id | ( | const string & | id | ) | [inline] |
Sets contact ID.
id | server-unique identifier of the contact object to be queried |
References _id.
Referenced by cmd_contact_transfer().