7 #ifndef __IPNETWORKTRANSFERCMD_H__
8 #define __IPNETWORKTRANSFERCMD_H__
83 #endif // __IPNETWORKTRANSFERCMD_H__
string get_operation() const
Returns operation.
Definition: IpNetworkTransferCmd.H:45
string get_roid() const
Returns repository object ID.
Definition: IpNetworkTransferCmd.H:63
void set_operation(const string &op)
Sets operation.
Definition: IpNetworkTransferCmd.H:36
string _roid
server-unique id for the created IP network
Definition: IpNetworkTransferCmd.H:79
void set_roid(const string &roid)
Sets repository object ID.
Definition: IpNetworkTransferCmd.H:54
IpNetworkTransferCmd(bool reset=true)
Default constructor.
Definition: IpNetworkTransferCmd.H:25
EPP IpNetworkTransferCmd Class.
Definition: IpNetworkTransferCmd.H:21
string _operation
identifies the transfer operation to be performed
Definition: IpNetworkTransferCmd.H:77
void reset()
Reset object attributes.
Definition: Command.H:33
EPP Command Class.
Definition: Command.H:18