libepp_nicbr
|
EPP AsnReserveCreate Class. More...
#include <AsnReserveCreateCmd.H>
Public Member Functions | |
AsnReserveCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_start_asn (const int asn) |
Sets start of the asn range. More... | |
int | get_start_asn () const |
Returns start of the asn range. More... | |
void | set_end_asn (const int asn) |
Sets start of the asn range. More... | |
int | get_end_asn () const |
Returns end of the asn range. More... | |
void | set_organization (const string &organization) |
Sets organization. More... | |
string | get_organization () const |
Returns organization associated with the reservation. More... | |
void | set_comment (const string &comment) |
Sets comment. More... | |
string | get_comment () const |
Returns comment about reservation. 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 | _start_asn |
start of the asn range | |
int | _end_asn |
end of the asn range | |
string | _organization |
organization associated with the reservation | |
string | _comment |
comment about the reservation | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP AsnReserveCreate Class.
|
inline |
Returns comment about reservation.
References _comment.
Referenced by cmd_asn_reserve_create().
|
inline |
Returns end of the asn range.
References _end_asn.
Referenced by cmd_asn_reserve_create().
|
inline |
Returns organization associated with the reservation.
References _organization.
Referenced by cmd_asn_reserve_create().
|
inline |
Returns start of the asn range.
References _start_asn.
Referenced by cmd_asn_reserve_create().
|
inline |
Sets comment.
comment | comment to be associated with the asn |
References _comment.
Referenced by cmd_asn_reserve_create().
|
inline |
Sets start of the asn range.
asn | autonomous system number |
References _end_asn.
Referenced by cmd_asn_reserve_create().
|
inline |
Sets organization.
organization | organization to be associated with the reservation |
References _organization.
Referenced by cmd_asn_reserve_create().
|
inline |
Sets start of the asn range.
asn | autonomous system number |
References _start_asn.
Referenced by cmd_asn_reserve_create().