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

EPP IpNetworkTransferCmd Class. More...

#include <IpNetworkTransferCmd.H>

Inheritance diagram for IpNetworkTransferCmd:
Command

Public Member Functions

 IpNetworkTransferCmd (bool reset=true)
 Default constructor.
 
void set_operation (const string &op)
 Sets operation. More...
 
string get_operation () const
 Returns operation. 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

string _operation
 identifies the transfer operation to be performed
 
string _roid
 server-unique id for the created IP network
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP IpNetworkTransferCmd Class.

Member Function Documentation

string IpNetworkTransferCmd::get_operation ( ) const
inline

Returns operation.

Returns
transfer operation to be performed

References _operation.

Referenced by cmd_ipnetwork_transfer().

string IpNetworkTransferCmd::get_roid ( ) const
inline

Returns repository object ID.

Returns
server-unique id for the created IP network

References _roid.

Referenced by cmd_ipnetwork_transfer().

void IpNetworkTransferCmd::set_operation ( const string &  op)
inline

Sets operation.

Parameters
opidentifies the transfer operation to be performed

References _operation.

Referenced by cmd_ipnetwork_transfer().

void IpNetworkTransferCmd::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_transfer().


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