libepp_nicbr
|
EPP DefRegInfoCmd Class. More...
#include <DefRegInfoCmd.H>
Public Member Functions | |
DefRegInfoCmd (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Set defensive registration roid. More... | |
string | get_roid () const |
Returns defensive registration roid. More... | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
void | reset () |
Reset 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 | |
string | _roid |
Defensive registration roid. | |
AuthInfo | _authInfo |
Authorization information. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DefRegInfoCmd Class.
|
inline |
Returns authorization information.
References _authInfo.
Referenced by cmd_def_reg_info().
|
inline |
Returns defensive registration roid.
References _roid.
Referenced by cmd_def_reg_info().
|
inline |
Sets authorization information.
authInfo | authorization information |
References _authInfo.
Referenced by cmd_def_reg_info().
|
inline |
Set defensive registration roid.
roid | identification of a defensive registration |
References _roid.
Referenced by cmd_def_reg_info().