libepp_nicbr
|
EPP BrDomainInfoCmd extension Class. More...
#include <BrDomainInfoCmd.H>
Public Member Functions | |
BrDomainInfoCmd (bool reset=true) | |
Default constructor. | |
void | set_ticketNumber (int ticketNumber) |
Sets ticket number. More... | |
int | get_ticketNumber () const |
Returns ticket number. More... | |
void | reset () |
Reset object attributes. | |
![]() | |
DomainInfoCmd (bool reset=true) | |
Default constructor. | |
void | set_name (const string &name) |
Sets domain name. More... | |
string | get_name () const |
Returns domain name. More... | |
void | set_hosts_control (const string &hosts_control) |
Sets "hosts" attribute which controls return of information describing hosts. More... | |
string | get_hosts_control () const |
Returns hosts control attribute. More... | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
void | set_launch (const LaunchInfoCmd &launch) |
Sets the launch. More... | |
LaunchInfoCmd | get_launch () const |
Returns the launch. More... | |
bool | has_extension () const |
Check if there is any extension. | |
bool | has_launch_extension () const |
Check if there is launch extension. | |
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 | |
int | _ticketNumber |
ticket number | |
![]() | |
string | _name |
fully qualified domain name | |
string | _hosts_control |
AuthInfo | _authInfo |
authorization information | |
LaunchInfoCmd | _launch |
Launch. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP BrDomainInfoCmd extension Class.
|
inline |
|
inline |