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

EPP DefRegTransferRsp Class. More...

#include <DefRegTransferRsp.H>

Inheritance diagram for DefRegTransferRsp:
Response

Public Member Functions

 DefRegTransferRsp (bool reset=true)
 Default constructor.
 
void set_roid (const string &roid)
 Sets repository object identification. More...
 
string get_roid () const
 Returns repository object identification. More...
 
void set_trStatus (const string &status)
 Sets the state of the most recent transfer request. More...
 
string get_trStatus () const
 Returns the state of the most recent transfer request. More...
 
void set_reID (const string &id)
 
string get_reID () const
 
void set_reDate (const string &date)
 Sets date and time that the transfer was requested. More...
 
string get_reDate () const
 Returns date and time that the transfer was requested. More...
 
void set_acID (const string &id)
 
string get_acID () const
 
void set_acDate (const string &date)
 Sets date and time of a required or completed response. More...
 
string get_acDate () const
 Returns date and time of a required or completed response. More...
 
void set_exDate (const string &date)
 
string get_exDate () const
 
void reset ()
 Resets object attributes.
 
- 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

string _roid
 
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
 
string _acDate
 Date and time of a required or completed response.
 
string _exDate
 
- 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 DefRegTransferRsp Class.

Member Function Documentation

string DefRegTransferRsp::get_acDate ( ) const
inline

Returns date and time of a required or completed response.

Returns
date and time of a required or completed response

References _acDate.

string DefRegTransferRsp::get_acID ( ) const
inline

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

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

References _acID.

string DefRegTransferRsp::get_exDate ( ) const
inline

Returns end of the Defensive Registration object's validity period if the <transfer> command caused or causes a change in the validity period

Returns
end of the Defensive Registration object's validity period

References _exDate.

string DefRegTransferRsp::get_reDate ( ) const
inline

Returns date and time that the transfer was requested.

Returns
date and time that the transfer was requested

References _reDate.

string DefRegTransferRsp::get_reID ( ) const
inline

Returns the identifier of the client that requested the object transfer

Returns
identifier of the client that requested the object transfer

References _reID.

string DefRegTransferRsp::get_roid ( ) const
inline

Returns repository object identification.

Returns
repository object identification

References _roid.

string DefRegTransferRsp::get_trStatus ( ) const
inline

Returns the state of the most recent transfer request.

Returns
state of the most recent transfer request

References _trStatus.

void DefRegTransferRsp::set_acDate ( const string &  date)
inline

Sets date and time of a required or completed response.

Parameters
datedate and time of a required or completed response

References _acDate.

void DefRegTransferRsp::set_acID ( const string &  id)
inline

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

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

References _acID.

void DefRegTransferRsp::set_exDate ( const string &  date)
inline

Sets end of the Defensive Registration object's validity period if the <transfer> command caused or causes a change in the validity period

Parameters
dateend of the Defensive Registration object's validity period

References _exDate.

void DefRegTransferRsp::set_reDate ( const string &  date)
inline

Sets date and time that the transfer was requested.

Parameters
datedate and time that the transfer was requested

References _reDate.

void DefRegTransferRsp::set_reID ( const string &  id)
inline

Sets the identifier of the client that requested the object transfer

Parameters
ididentifier of the client that requested the object transfer

References _reID.

void DefRegTransferRsp::set_roid ( const string &  roid)
inline

Sets repository object identification.

Parameters
roidrepository object identification

References _roid.

void DefRegTransferRsp::set_trStatus ( const string &  status)
inline

Sets the state of the most recent transfer request.

Parameters
statusstate of the most recent transfer request

References _trStatus.

Member Data Documentation

string DefRegTransferRsp::_acID
protected

Identifier of the client that SHOULD act upon the transfer request

Referenced by get_acID(), reset(), and set_acID().

string DefRegTransferRsp::_exDate
protected

End of the Defensive Registration object's validity period if the <transfer> command caused or causes a change in the validity period

Referenced by get_exDate(), reset(), and set_exDate().

string DefRegTransferRsp::_roid
protected

Repository Object Identifier assigned to the Defensive Registration object when the object was created

Referenced by get_roid(), reset(), and set_roid().


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