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

EPP AsnTransferRsp. More...

#include <AsnTransferRsp.H>

Inheritance diagram for AsnTransferRsp:
Response

Public Member Functions

 AsnTransferRsp (bool reset=true)
 Default constructor.
 
void set_asn (const int asn)
 Sets asn. More...
 
int get_asn () const
 Returns asn. More...
 
void set_trStatus (const string &trStatus)
 Sets transfer status. More...
 
string get_trStatus () const
 Returns transfer status. More...
 
void set_reId (const string &reId)
 Sets request client Id. More...
 
string get_reId () const
 Returns request client Id. More...
 
void set_reDate (const string &reDate)
 Sets request client date. More...
 
string get_reDate () const
 Returns request client date. More...
 
void set_acId (const string &acId)
 Sets acknowledge client Id. More...
 
string get_acId () const
 Returns acknowledge client Id. More...
 
void set_acDate (const string &acDate)
 Sets acknowledge date. More...
 
string get_acDate () const
 Returns acknowledge date. More...
 
void reset ()
 
- Public Member Functions inherited from Response
 Response (bool reset=true)
 Default constructor.
 
void set_clTRID (const string &clTRID)
 Sets the client transaction ID. More...
 
void set_svTRID (const string &svTRID)
 Sets the server transaction ID. More...
 
void set_result_lang (const string &result_lang)
 Sets the result message language. More...
 
void insert_result (const ResultCode &code, const string &msg, const string &value="", const string &xmlns="", const string &reason="")
 Sets a result element. More...
 
string get_clTRID () const
 Returns the client transaction ID. More...
 
string get_svTRID () const
 Returns the servers transaction ID. More...
 
string get_result_lang ()
 Returns the result message language. More...
 
map< ResultCode, ResultInfoget_result_list () const
 Returns the list of result elements. More...
 
void reset ()
 reset attributes
 
virtual ~Response ()
 virtual destructor
 

Protected Attributes

int _asn
 autonomous system number
 
string _trStatus
 state of the most recent transfer request
 
string _reId
 identifier of the client that requested the object transfer
 
string _reDate
 date and time that the transfer was requested
 
string _acId
 identifier of the client that SHOULD act upon the transfer request
 
string _acDate
 date and time of a required or completed response
 
- Protected Attributes inherited from Response
string _clTRID
 Client transaction ID.
 
string _svTRID
 Server transaction ID.
 
string _result_lang
 Result language.
 
map< ResultCode, ResultInfo_result_list
 Result elements list.
 

Additional Inherited Members

- Public Types inherited from Response
enum  ResultCode {
  UNSET = -1, OK = 1000, OK_ACTION_PENDING = 1001, OK_NO_MESSAGES = 1300,
  OK_ACK_DEQUEUE = 1301, OK_ENDING_SESSION = 1500, UNKNOWN_COMMAND = 2000, COMMAND_SYNTAX_ERROR = 2001,
  COMMAND_USE_ERROR = 2002, PARAMETER_MISSING = 2003, PARAMETER_RANGE_ERROR = 2004, PARAMETER_SYNTAX_ERROR = 2005,
  UNIMPLEMENTED_VERSION = 2100, UNIMPLEMENTED_COMMAND = 2101, UNIMPLEMENTED_OPTION = 2102, UNIMPLEMENTED_EXTENSION = 2103,
  BILLING_FAILURE = 2104, NOT_RENEWABLE = 2105, NOT_TRANSFERABLE = 2106, AUTHENTICATION_ERROR = 2200,
  AUTHORIZATION_ERROR = 2201, INVALID_AUTHORIZATION_INFO = 2202, PENDING_TRANSFER = 2300, NOT_PENDING_TRANSFER = 2301,
  OBJECT_EXISTS = 2302, OBJECT_DOESNT_EXIST = 2303, STATUS_PROHIBITS_OPERATION = 2304, ASSOCIATION_PROHIBITS_OPERATION = 2305,
  PARAMETER_POLICY_ERROR = 2306, UNIMPLEMENTED_SERVICE = 2307, DATA_MGMT_POLICY_VIOLATION = 2308, COMMAND_FAILED = 2400,
  COMMAND_FAILED_CLOSING_CONN = 2500, AUTHENTICATION_ERROR_CLOSING_CONN = 2501, SESSION_LIMIT_EXCEEDED = 2502
}
 Result Codes - See RFC 3730 - Session 3.
 

Detailed Description

EPP AsnTransferRsp.

Member Function Documentation

string AsnTransferRsp::get_acDate ( ) const
inline

Returns acknowledge date.

Returns
date and time of a required or completed response

References _acDate.

string AsnTransferRsp::get_acId ( ) const
inline

Returns acknowledge client Id.

Returns
identifier of the client that SHOULD act upon the transfer request

References _acId.

int AsnTransferRsp::get_asn ( ) const
inline

Returns asn.

Returns
autonomous system number

References _asn.

string AsnTransferRsp::get_reDate ( ) const
inline

Returns request client date.

Returns
date and time that the transfer was requested

References _reDate.

string AsnTransferRsp::get_reId ( ) const
inline

Returns request client Id.

Returns
identifier of the client that requested the object transfer

References _reId.

string AsnTransferRsp::get_trStatus ( ) const
inline

Returns transfer status.

Returns
state of the most recent transfer request

References _trStatus.

void AsnTransferRsp::set_acDate ( const string &  acDate)
inline

Sets acknowledge date.

Parameters
acDatedate and time of a required or completed response

References _acDate.

void AsnTransferRsp::set_acId ( const string &  acId)
inline

Sets acknowledge client Id.

Parameters
acIdidentifier of the client that SHOULD act upon the transfer request

References _acId.

void AsnTransferRsp::set_asn ( const int  asn)
inline

Sets asn.

Parameters
asnautonomous system number

References _asn.

void AsnTransferRsp::set_reDate ( const string &  reDate)
inline

Sets request client date.

Parameters
reDatedate and time that the transfer was requested

References _reDate.

void AsnTransferRsp::set_reId ( const string &  reId)
inline

Sets request client Id.

Parameters
reIdidentifier of the client that requested the object transfer

References _reId.

void AsnTransferRsp::set_trStatus ( const string &  trStatus)
inline

Sets transfer status.

Parameters
trStatusstate of the most recent transfer request

References _trStatus.


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