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

EPP BrDomainInfoCmd extension Class. More...

#include <BrDomainInfoCmd.H>

Inheritance diagram for BrDomainInfoCmd:
DomainInfoCmd Command

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.
 
- Public Member Functions inherited from DomainInfoCmd
 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.
 
- 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

int _ticketNumber
 ticket number
 
- Protected Attributes inherited from DomainInfoCmd
string _name
 fully qualified domain name
 
string _hosts_control
 
AuthInfo _authInfo
 authorization information
 
LaunchInfoCmd _launch
 Launch.
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP BrDomainInfoCmd extension Class.

Member Function Documentation

int BrDomainInfoCmd::get_ticketNumber ( ) const
inline

Returns ticket number.

Returns
ticket number

References _ticketNumber.

void BrDomainInfoCmd::set_ticketNumber ( int  ticketNumber)
inline

Sets ticket number.

Parameters
ticketNumberticket number

References _ticketNumber.


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