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. | |
string | get_organization () const |
Returns the Organization. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _organization |
Organization Identifier. |
EPP BrOrgInfoCmd Class.
string BrOrgInfoCmd::get_organization | ( | ) | const [inline] |
Returns the Organization.
References _organization.
Referenced by cmd_brorg_info().
void BrOrgInfoCmd::set_organization | ( | const string & | organization | ) | [inline] |
Sets the Organization.
organization | Organization Identifier |
References _organization.
Referenced by cmd_brorg_info().