libepp_nicbr
|
EPP DomainInfoCmd Class. More...
#include <DomainInfoCmd.H>
Public Member Functions | |
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 | |
string | _name |
fully qualified domain name | |
string | _hosts_control |
AuthInfo | _authInfo |
authorization information | |
LaunchInfoCmd | _launch |
Launch. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DomainInfoCmd Class.
|
inline |
Returns authorization information.
References _authInfo.
Referenced by cmd_domain_info().
|
inline |
|
inline |
|
inline |
Returns domain name.
References _name.
Referenced by cmd_domain_info().
|
inline |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
Referenced by cmd_domain_info().
|
inline |
Sets "hosts" attribute which controls return of information describing hosts.
hosts_control | "all" (default), "del", "sub", "none" |
References _hosts_control.
|
inline |
|
inline |
Sets domain name.
name | fully qualified domain name |
References _name.
Referenced by cmd_domain_info().
|
protected |
controls return of information describing hosts related to domain object
Referenced by get_hosts_control(), reset(), and set_hosts_control().