libepp_nicbr
|
EPP DefRegTransferCmd Class. More...
#include <DefRegTransferCmd.H>
Public Member Functions | |
DefRegTransferCmd (bool reset=true) | |
Default constructor. | |
void | set_operation (const TransferOperation::Value operation) |
Sets transfer operation to be performed. More... | |
TransferOperation::Value | get_operation () const |
Returns transfer operation to be performed. More... | |
void | set_roid (const string &roid) |
Set defensive registration roid. More... | |
string | get_roid () const |
Returns defensive registration roid. More... | |
void | set_period (const int time, const string &unit) |
RegistrationPeriod | get_period () const |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
void | reset () |
Reset object attributes. | |
![]() | |
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 | |
TransferOperation::Value | _operation |
Identifies the transfer operation to be performed. | |
string | _roid |
Defensive registration roid. | |
RegistrationPeriod | _period |
AuthInfo | _authInfo |
Authorization information. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DefRegTransferCmd Class.
|
inline |
Returns authorization information.
References _authInfo.
Referenced by cmd_def_reg_transfer().
|
inline |
Returns transfer operation to be performed.
References _operation.
|
inline |
Returns the number of units to be added to the registration period of the Defensive Registration object at completion of the transfer process
References _period.
|
inline |
Returns defensive registration roid.
References _roid.
Referenced by cmd_def_reg_transfer().
|
inline |
Sets authorization information.
authInfo | authorization information |
References _authInfo.
Referenced by cmd_def_reg_transfer().
|
inline |
Sets transfer operation to be performed.
operation | transfer operation to be performed |
References _operation.
Referenced by cmd_def_reg_transfer().
|
inline |
Sets the number of units to be added to the registration period of the Defensive Registration object at completion of the transfer process
time | amount of time |
unit | measure unit |
References _period.
Referenced by cmd_def_reg_transfer().
|
inline |
Set defensive registration roid.
roid | identification of a defensive registration |
References _roid.
Referenced by cmd_def_reg_transfer().
|
protected |
Number of units to be added to the registration period of the Defensive Registration object at completion of the transfer process
Referenced by get_period(), reset(), and set_period().