#include <PanDataRsp.H>
Inheritance diagram for PanDataRsp:
Public Member Functions | |
PanDataRsp (bool reset=true) | |
Constructor. | |
void | set_object_id (const string &object_id) |
Sets the object id. | |
string | get_object_id () |
Returns the object id. | |
void | set_paResult (bool paResult) |
Sets the Pending Action Result. | |
bool | get_paResult () |
Returns the Pending Action Result. | |
void | set_paDate (const string &paDate) |
Sets the paDate. | |
string | get_paDate () |
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. |
|
Returns the object id.
|
|
Returns the paDate.
|
|
Returns the Pending Action Result.
|
|
Sets the object id.
|
|
Sets the paDate.
|
|
Sets the Pending Action Result.
|