EPP BrDomainPanDataRsp Class to be used with PollRsp. More...
#include <BrDomainPanDataRsp.H>
Public Member Functions | |
BrDomainPanDataRsp (bool reset=true) | |
Constructor. | |
void | copy_parent_data (const PanDataRsp &parent) |
Copies data from the parent. | |
void | set_ticketNumber (const int ticketNumber) |
Sets the Ticket Number. | |
void | set_reason (const string &reason) |
Sets the reason. | |
void | set_reason_lang (const string &reason_lang) |
Sets the reason language. | |
int | get_ticketNumber () const |
Returns the Ticket Number. | |
string | get_reason () const |
Returns the reason. | |
string | get_reason_lang () const |
Returns the reason language. | |
void | reset () |
reset attributes | |
Protected Attributes | |
int | _ticketNumber |
Ticket Number. | |
string | _reason |
reason for the denial or approval of the pending action | |
string | _reason_lang |
language of reason |
EPP BrDomainPanDataRsp Class to be used with PollRsp.
string BrDomainPanDataRsp::get_reason | ( | ) | const [inline] |
Returns the reason.
References _reason.
string BrDomainPanDataRsp::get_reason_lang | ( | ) | const [inline] |
void BrDomainPanDataRsp::set_reason | ( | const string & | reason | ) | [inline] |
Sets the reason.
reason | Reason why the pending action was approved or denied |
References _reason.
void BrDomainPanDataRsp::set_reason_lang | ( | const string & | reason_lang | ) | [inline] |
void BrDomainPanDataRsp::set_ticketNumber | ( | const int | ticketNumber | ) | [inline] |