libepp_nicbr
Public Member Functions | Protected Attributes | List of all members
AsnReserveCreateCmd Class Reference

EPP AsnReserveCreate Class. More...

#include <AsnReserveCreateCmd.H>

Inheritance diagram for AsnReserveCreateCmd:
Command

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 ()
 
- Public Member Functions inherited from Command
 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
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP AsnReserveCreate Class.

Member Function Documentation

string AsnReserveCreateCmd::get_comment ( ) const
inline

Returns comment about reservation.

Returns
comment comment about the reservation

References _comment.

Referenced by cmd_asn_reserve_create().

int AsnReserveCreateCmd::get_end_asn ( ) const
inline

Returns end of the asn range.

Returns
autonomous system number

References _end_asn.

Referenced by cmd_asn_reserve_create().

string AsnReserveCreateCmd::get_organization ( ) const
inline

Returns organization associated with the reservation.

Returns
organization owner of the reservation

References _organization.

Referenced by cmd_asn_reserve_create().

int AsnReserveCreateCmd::get_start_asn ( ) const
inline

Returns start of the asn range.

Returns
autonomous system number

References _start_asn.

Referenced by cmd_asn_reserve_create().

void AsnReserveCreateCmd::set_comment ( const string &  comment)
inline

Sets comment.

Parameters
commentcomment to be associated with the asn

References _comment.

Referenced by cmd_asn_reserve_create().

void AsnReserveCreateCmd::set_end_asn ( const int  asn)
inline

Sets start of the asn range.

Parameters
asnautonomous system number

References _end_asn.

Referenced by cmd_asn_reserve_create().

void AsnReserveCreateCmd::set_organization ( const string &  organization)
inline

Sets organization.

Parameters
organizationorganization to be associated with the reservation

References _organization.

Referenced by cmd_asn_reserve_create().

void AsnReserveCreateCmd::set_start_asn ( const int  asn)
inline

Sets start of the asn range.

Parameters
asnautonomous system number

References _start_asn.

Referenced by cmd_asn_reserve_create().


The documentation for this class was generated from the following file: