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

EPP IpNetworkInfo Class. More...

#include <IpNetworkInfoCmd.H>

Inheritance diagram for IpNetworkInfoCmd:
Command

Public Member Functions

 IpNetworkInfoCmd (bool reset=true)
 Default constructor.
 
void set_ipRange (const IpRange &ipRange)
 Sets ip range. More...
 
IpRange get_ipRange () const
 Returns ip range. More...
 
void set_roid (const string &roid)
 Sets repository object ID. More...
 
string get_roid () const
 Returns repository object ID. More...
 
void reset ()
 
- 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

IpRange _ipRange
 ip range
 
string _roid
 server-unique id for the created IP network
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP IpNetworkInfo Class.

Member Function Documentation

IpRange IpNetworkInfoCmd::get_ipRange ( ) const
inline

Returns ip range.

Returns
ip range

References _ipRange.

Referenced by cmd_ipnetwork_info().

string IpNetworkInfoCmd::get_roid ( ) const
inline

Returns repository object ID.

Returns
server-unique id for the created IP network

References _roid.

Referenced by cmd_ipnetwork_info().

void IpNetworkInfoCmd::set_ipRange ( const IpRange ipRange)
inline

Sets ip range.

Parameters
ipRangeip range

References _ipRange.

Referenced by cmd_ipnetwork_info().

void IpNetworkInfoCmd::set_roid ( const string &  roid)
inline

Sets repository object ID.

Parameters
roidcontains the server-unique id for the created IP network

References _roid.

Referenced by cmd_ipnetwork_info().


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