EPP ContactCreateCmd Class. More...
#include <ContactCreateCmd.H>
Public Member Functions | |
ContactCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_common_data (const CommonData &common) |
Sets the common data object. | |
CommonData | get_common_data () const |
Returns a common data object raw pointer. | |
void | reset () |
Resets object attributes. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () |
Returns authorization information. | |
Protected Attributes | |
CommonData | _common |
Common data object. | |
AuthInfo | _authInfo |
authorization information |
EPP ContactCreateCmd Class.
AuthInfo ContactCreateCmd::get_authInfo | ( | ) | [inline] |
Returns authorization information.
References _authInfo.
Referenced by cmd_brorg_create(), and cmd_contact_create().
CommonData ContactCreateCmd::get_common_data | ( | ) | const [inline] |
Returns a common data object raw pointer.
References _common.
Referenced by cmd_brorg_create(), and cmd_contact_create().
void ContactCreateCmd::set_authInfo | ( | const AuthInfo & | authInfo | ) | [inline] |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
Referenced by cmd_brorg_create(), and cmd_contact_create().
void ContactCreateCmd::set_common_data | ( | const CommonData & | common | ) | [inline] |
Sets the common data object.
common | common data object |
References _common.
Referenced by cmd_brorg_create(), and cmd_contact_create().