libepp_nicbr
|
EPP ContactInfoCmd Class. More...
#include <ContactInfoCmd.H>
Public Member Functions | |
ContactInfoCmd (bool reset=true) | |
Default constructor. | |
void | set_id (const string &id) |
Sets the contact's id. More... | |
string | get_id () const |
Returns the contact's id. More... | |
void | reset () |
reset attributes | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
![]() | |
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 | |
string | _id |
Contact id. | |
AuthInfo | _authInfo |
authorization information | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP ContactInfoCmd Class.
|
inline |
Returns authorization information.
References _authInfo.
Referenced by cmd_brorg_info(), and cmd_contact_info().
|
inline |
Returns the contact's id.
References _id.
Referenced by cmd_brorg_info(), and cmd_contact_info().
|
inline |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
Referenced by cmd_brorg_info(), and cmd_contact_info().
|
inline |
Sets the contact's id.
id | contact id |
References _id.
Referenced by cmd_brorg_info(), and cmd_contact_info().