libepp_nicbr
|
EPP BrOrgInfoCmd Class. More...
#include <BrOrgInfoCmd.H>
Public Member Functions | |
BrOrgInfoCmd (bool reset=true) | |
Default constructor. | |
void | set_organization (const string &organization) |
Sets the Organization. More... | |
string | get_organization () const |
Returns the Organization. More... | |
void | reset () |
reset attributes | |
![]() | |
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 | _organization |
Organization Identifier. | |
![]() | |
string | _id |
Contact id. | |
AuthInfo | _authInfo |
authorization information | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP BrOrgInfoCmd Class.
|
inline |
Returns the Organization.
References _organization.
Referenced by cmd_brorg_info().
|
inline |
Sets the Organization.
organization | Organization Identifier |
References _organization.
Referenced by cmd_brorg_info().