libepp_nicbr
|
EPP IpNetworkTransferCmd Class. More...
#include <IpNetworkTransferCmd.H>
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 () |
![]() | |
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 | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP IpNetworkTransferCmd Class.
|
inline |
Returns operation.
References _operation.
Referenced by cmd_ipnetwork_transfer().
|
inline |
Returns repository object ID.
References _roid.
Referenced by cmd_ipnetwork_transfer().
|
inline |
Sets operation.
op | identifies the transfer operation to be performed |
References _operation.
Referenced by cmd_ipnetwork_transfer().
|
inline |
Sets repository object ID.
roid | contains the server-unique id for the created IP network |
References _roid.
Referenced by cmd_ipnetwork_transfer().