libepp_nicbr
|
EPP BrOrgPanDataRsp Extension Class to be used with PollRsp. More...
#include <BrOrgPanDataRsp.H>
Public Member Functions | |
BrOrgPanDataRsp (bool reset=true) | |
Constructor. | |
void | copy_parent_data (const PanDataRsp &parent) |
Copies data from the parent. | |
void | set_organization (const string &organization) |
Sets the organization. More... | |
void | set_reason (const string &reason) |
Sets the reason. More... | |
void | set_reason_lang (const string &reason_lang) |
Sets the reason language. More... | |
string | get_organization () const |
Returns the organization. More... | |
string | get_reason () const |
Returns the reason. More... | |
string | get_reason_lang () const |
Returns the reason language. More... | |
void | reset () |
reset attributes | |
![]() | |
PanDataRsp (bool reset=true) | |
Constructor. | |
void | set_object_id (const string &object_id) |
Sets the object id. More... | |
string | get_object_id () const |
Returns the object id. More... | |
void | set_paResult (const bool paResult) |
Sets the Pending Action Result. More... | |
bool | get_paResult () const |
Returns the Pending Action Result. More... | |
void | set_paDate (const string &paDate) |
Sets the paDate. More... | |
string | get_paDate () const |
Returns the paDate. More... | |
void | reset () |
reset attributes | |
![]() | |
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, ResultInfo > | get_result_list () const |
Returns the list of result elements. More... | |
void | reset () |
reset attributes | |
virtual | ~Response () |
virtual destructor | |
Protected Attributes | |
string | _organization |
organization identifier | |
string | _reason |
reason for the denial or approval of the pending action | |
string | _reason_lang |
language of reason | |
![]() | |
string | _object_id |
object id: either Domain Name or Contact Id | |
bool | _paResult |
Pending Action Result. | |
string | _paDate |
Pending Action Review Date. | |
![]() | |
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 | |
![]() | |
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. | |
EPP BrOrgPanDataRsp Extension Class to be used with PollRsp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Sets the reason.
reason | Reason why the pending action was approved or denied |
References _reason.
|
inline |