libepp_nicbr
|
#include <AsnDeleteCmd.H>
Public Member Functions | |
AsnDeleteCmd (bool reset=true) | |
Default constructor. | |
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 | |
int | _asn |
autonomous system number | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP AsnDelete Class.
|
inline |
|
inline |