#include <BrDomainRenewRsp.H>
Public Member Functions | |
BrDomainRenewRsp (bool reset=true) | |
Default constructor. | |
void | copy_parent_data (const DomainRenewRsp &parent) |
Copies data from the parent. | |
void | set_publication_flag (const string &publicationFlag) |
Sets publication flag attribute. | |
string | get_publication_flag () const |
Returns publication flag attribute. | |
void | insert_onhold_reason (const string &reason) |
Inserts a onHold Reason. | |
set< string > | get_onhold_reasons () const |
Returns the onHold Reasons. | |
void | reset () |
Resets object attributes. | |
Protected Attributes | |
string | _publicationFlag |
publicationFlag | |
set< string > | _onhold_reasons |
onHoldReason |
set<string> BrDomainRenewRsp::get_onhold_reasons | ( | ) | const [inline] |
string BrDomainRenewRsp::get_publication_flag | ( | ) | const [inline] |
void BrDomainRenewRsp::insert_onhold_reason | ( | const string & | reason | ) | [inline] |
void BrDomainRenewRsp::set_publication_flag | ( | const string & | publicationFlag | ) | [inline] |
Sets publication flag attribute.
publication | flag attribute |
References _publicationFlag.