libepp_nicbr
|
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. More... | |
CommonData | get_common_data () const |
Returns a common data object raw pointer. More... | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () |
Returns authorization information. More... | |
void | set_password (const string &password) |
Sets password attribute. More... | |
string | get_password () const |
Returns the password. More... | |
void | set_reminder (const string &reminder) |
Sets reminder attribute. More... | |
string | get_reminder () const |
Returns the reminder. More... | |
void | set_language (const string &language) |
Sets language attribute. More... | |
string | get_language () const |
Returns the language. More... | |
bool | has_extension () const |
Check if there is any extension. | |
bool | has_lacnic_contact_extension () const |
Check if there is lacnic contact extension. | |
void | reset () |
Resets object 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 | |
CommonData | _common |
Common data object. | |
AuthInfo | _authInfo |
authorization information | |
string | _password |
contact's password (lacnic contact extension) | |
string | _reminder |
contact's tip to remember the password (lacnic contact extension) | |
string | _language |
contact's preferred language (lacnic contact extension) | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP ContactCreateCmd Class.
|
inline |
Returns authorization information.
References _authInfo.
Referenced by cmd_brorg_create(), and cmd_contact_create().
|
inline |
Returns a common data object raw pointer.
References _common.
Referenced by cmd_brorg_create(), and cmd_contact_create().
|
inline |
Returns the language.
References _language.
Referenced by cmd_contact_create().
|
inline |
Returns the password.
References _password.
Referenced by cmd_contact_create().
|
inline |
Returns the reminder.
References _reminder.
Referenced by cmd_contact_create().
|
inline |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
Referenced by cmd_brorg_create(), and cmd_contact_create().
|
inline |
Sets the common data object.
common | common data object |
References _common.
Referenced by cmd_brorg_create(), and cmd_contact_create().
|
inline |
Sets language attribute.
language | Contact language |
References _language.
Referenced by cmd_contact_create().
|
inline |
Sets password attribute.
password | Contact password |
References _password.
Referenced by cmd_contact_create().
|
inline |
Sets reminder attribute.
reminder | Contact reminder |
References _reminder.
Referenced by cmd_contact_create().