EPP PanDataRsp Class to be used with PollRsp. More...
#include <PanDataRsp.H>
Public Member Functions | |
PanDataRsp (bool reset=true) | |
Constructor. | |
void | set_object_id (const string &object_id) |
Sets the object id. | |
string | get_object_id () const |
Returns the object id. | |
void | set_paResult (const bool paResult) |
Sets the Pending Action Result. | |
bool | get_paResult () const |
Returns the Pending Action Result. | |
void | set_paDate (const string &paDate) |
Sets the paDate. | |
string | get_paDate () const |
Returns the paDate. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _object_id |
object id: either Domain Name or Contact Id | |
bool | _paResult |
Pending Action Result. | |
string | _paDate |
Pending Action Review Date. |
EPP PanDataRsp Class to be used with PollRsp.
string PanDataRsp::get_object_id | ( | ) | const [inline] |
Returns the object id.
References _object_id.
Referenced by BrOrgPanDataRsp::copy_parent_data(), and BrDomainPanDataRsp::copy_parent_data().
string PanDataRsp::get_paDate | ( | ) | const [inline] |
Returns the paDate.
References _paDate.
Referenced by BrOrgPanDataRsp::copy_parent_data(), and BrDomainPanDataRsp::copy_parent_data().
bool PanDataRsp::get_paResult | ( | ) | const [inline] |
Returns the Pending Action Result.
References _paResult.
Referenced by BrOrgPanDataRsp::copy_parent_data(), and BrDomainPanDataRsp::copy_parent_data().
void PanDataRsp::set_object_id | ( | const string & | object_id | ) | [inline] |
void PanDataRsp::set_paDate | ( | const string & | paDate | ) | [inline] |
void PanDataRsp::set_paResult | ( | const bool | paResult | ) | [inline] |