EPP IpNetworkTransferCmd Class. More...
#include <IpNetworkTransferCmd.H>
Public Member Functions | |
IpNetworkTransferCmd (bool reset=true) | |
Default constructor. | |
void | set_operation (const string &op) |
Sets operation. | |
string | get_operation () const |
Returns operation. | |
void | set_roid (const string &roid) |
Sets repository object ID. | |
string | get_roid () const |
Returns repository object ID. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
string | _operation |
identifies the transfer operation to be performed | |
string | _roid |
server-unique id for the created IP network |
EPP IpNetworkTransferCmd Class.
string IpNetworkTransferCmd::get_operation | ( | ) | const [inline] |
Returns operation.
References _operation.
Referenced by cmd_ipnetwork_transfer().
string IpNetworkTransferCmd::get_roid | ( | ) | const [inline] |
Returns repository object ID.
References _roid.
Referenced by cmd_ipnetwork_transfer().
void IpNetworkTransferCmd::reset | ( | ) | [inline] |
Reset object attributes.
reset attributes
Reimplemented from Command.
References _operation, and _roid.
Referenced by IpNetworkTransferCmd().
void IpNetworkTransferCmd::set_operation | ( | const string & | op | ) | [inline] |
Sets operation.
op | identifies 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.
roid | contains the server-unique id for the created IP network |
References _roid.
Referenced by cmd_ipnetwork_transfer().