#include <BrDomainRenewRsp.H>
Inheritance diagram for BrDomainRenewRsp:
Public Member Functions | |
BrDomainRenewRsp (bool reset=true) | |
Default constructor. | |
void | copy_parent_data (DomainRenewRsp &parent) |
Copies data from the parent. | |
void | set_publication_flag (string publicationFlag) |
Sets publication flag attribute. | |
string | get_publication_flag () |
Returns publication flag attribute. | |
void | insert_onhold_reason (string reason) |
Inserts a onHold Reason. | |
set< string > | get_onhold_reasons () |
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 | ( | ) | [inline] |
Returns the onHold Reasons.
string BrDomainRenewRsp::get_publication_flag | ( | ) | [inline] |
Returns publication flag attribute.
void BrDomainRenewRsp::insert_onhold_reason | ( | string | reason | ) | [inline] |
Inserts a onHold Reason.
reason | onHold Reason |
void BrDomainRenewRsp::set_publication_flag | ( | string | publicationFlag | ) | [inline] |
Sets publication flag attribute.
publication | flag attribute |