#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. | |
void | set_reason (const string &reason) |
Sets the reason. | |
void | set_reason_lang (const string &reason_lang) |
Sets the reason language. | |
string | get_organization () const |
Returns the organization. | |
string | get_reason () const |
Returns the reason. | |
string | get_reason_lang () const |
Returns the reason language. | |
void | reset () |
reset attributes | |
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 BrOrgPanDataRsp::get_organization | ( | ) | const [inline] |
string BrOrgPanDataRsp::get_reason | ( | ) | const [inline] |
Returns the reason.
References _reason.
string BrOrgPanDataRsp::get_reason_lang | ( | ) | const [inline] |
void BrOrgPanDataRsp::set_organization | ( | const string & | organization | ) | [inline] |
void BrOrgPanDataRsp::set_reason | ( | const string & | reason | ) | [inline] |
Sets the reason.
reason | Reason why the pending action was approved or denied |
References _reason.
void BrOrgPanDataRsp::set_reason_lang | ( | const string & | reason_lang | ) | [inline] |