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

EPP AsnTransferCmd Class. More...

#include <AsnTransferCmd.H>

Inheritance diagram for AsnTransferCmd:
Command

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 ()
 
- 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

string _operation
 identifies the transfer operation to be performed
 
int _asn
 autonomous system number
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP AsnTransferCmd Class.

Member Function Documentation

int AsnTransferCmd::get_asn ( ) const
inline

Returns asn.

Returns
autonomous system number

References _asn.

Referenced by cmd_asn_transfer().

string AsnTransferCmd::get_operation ( ) const
inline

Returns operation.

Returns
transfer operation to be performed

References _operation.

Referenced by cmd_asn_transfer().

void AsnTransferCmd::set_asn ( const int  asn)
inline

Sets asn.

Parameters
asnautonomous system number

References _asn.

Referenced by cmd_asn_transfer().

void AsnTransferCmd::set_operation ( const string &  op)
inline

Sets operation.

Parameters
opidentifies the transfer operation to be performed

References _operation.

Referenced by cmd_asn_transfer().


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