libepp_nicbr
Public Member Functions | Protected Attributes | List of all members
BrOrgInfoCmd Class Reference

EPP BrOrgInfoCmd Class. More...

#include <BrOrgInfoCmd.H>

Inheritance diagram for BrOrgInfoCmd:
ContactInfoCmd Command

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
 
- Public Member Functions inherited from ContactInfoCmd
 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...
 
- Public Member Functions inherited from Command
 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.
 
- Protected Attributes inherited from ContactInfoCmd
string _id
 Contact id.
 
AuthInfo _authInfo
 authorization information
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP BrOrgInfoCmd Class.

Member Function Documentation

string BrOrgInfoCmd::get_organization ( ) const
inline

Returns the Organization.

Returns
Organization Identifier

References _organization.

Referenced by cmd_brorg_info().

void BrOrgInfoCmd::set_organization ( const string &  organization)
inline

Sets the Organization.

Parameters
organizationOrganization Identifier

References _organization.

Referenced by cmd_brorg_info().


The documentation for this class was generated from the following file: