libepp_nicbr
|
EPP AsnTransferCmd Class. More...
#include <AsnTransferCmd.H>
Public Member Functions | |
AsnTransferCmd (bool reset=true) | |
Default constructor. | |
void | set_operation (const string &op) |
Sets operation. More... | |
string | get_operation () const |
Returns operation. More... | |
void | set_asn (const int asn) |
Sets asn. More... | |
int | get_asn () const |
Returns asn. 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 | |
int | _asn |
autonomous system number | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP AsnTransferCmd Class.
|
inline |
|
inline |
Returns operation.
References _operation.
Referenced by cmd_asn_transfer().
|
inline |
|
inline |
Sets operation.
op | identifies the transfer operation to be performed |
References _operation.
Referenced by cmd_asn_transfer().