EPP BrDomainInfoRsp extension Class. More...
#include <BrDomainInfoRsp.H>
Public Member Functions | |
BrDomainInfoRsp (bool reset=true) | |
Default constructor. | |
void | copy_parent_data (const DomainInfoRsp &parent) |
Copies data from the parent. | |
void | set_ticketNumber (int ticketNumber) |
Sets the Ticket Number. | |
int | get_ticketNumber () const |
Returns the Ticket Number. | |
void | set_organization (const string &organization) |
Sets organization attribute. | |
string | get_organization () const |
Returns organization attribute. | |
void | set_releaseProcessFlags (const struct ReleaseProcessFlags &rpf) |
Sets the Release Process Flags. | |
struct ReleaseProcessFlags | get_releaseProcessFlags () const |
Returns the Release Process Flags. | |
void | insert_doc_pending (const struct PendingDoc &p) |
Inserts a Doc Pending to the ticket. | |
PENDING_CONTAINER< struct PendingDoc > | get_doc_pendings () const |
Returns the ticket's Doc Pendings. | |
void | insert_dns_pending (const struct PendingDns &p) |
Inserts a Dns Pending to the ticket. | |
PENDING_CONTAINER< struct PendingDns > | get_dns_pendings () |
Returns the ticket's Dns Pendings. | |
void | set_rel_pending (const struct PendingReleaseProc &p) |
Sets the ticket's Release Process Pending. | |
struct PendingReleaseProc | get_rel_pending () const |
Returns the ticket's Release Process Pending. | |
void | insert_concurrent_ticket (int ticket) |
Inserts a concurrent ticket. | |
set< int > | get_concurrent_tickets () const |
Returns the Concurrent Tickets. | |
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 | set_auto_renew (int auto_renew) |
Actives/Inactives domain auto renewal. | |
int | get_auto_renew () const |
Return if the domain is with or without auto renewal. | |
void | reset () |
Resets object attributes. | |
void | set_active (int active) |
Sets active attribute (***DEPRECATED***). | |
int | get_active () |
Returns active attribute (***DEPRECATED***). | |
Protected Attributes | |
int | _ticketNumber |
ticket number | |
string | _organization |
organization | |
struct ReleaseProcessFlags | _releaseProcessFlags |
release process flags | |
PENDING_CONTAINER< struct PendingDoc > | _doc_pendings |
doc | |
PENDING_CONTAINER< struct PendingDns > | _dns_pendings |
dns | |
struct PendingReleaseProc | _rel_pending |
releaseProc | |
set< int > | _concurrent_tickets |
ticketNumberConc | |
string | _publicationFlag |
publicationFlag | |
set< string > | _onhold_reasons |
onHoldReason | |
int | _auto_renew |
domain auto renewal flag |
EPP BrDomainInfoRsp extension Class.
int BrDomainInfoRsp::get_active | ( | ) | [inline] |
int BrDomainInfoRsp::get_auto_renew | ( | ) | const [inline] |
Return if the domain is with or without auto renewal.
References _auto_renew.
Referenced by get_active().
set<int> BrDomainInfoRsp::get_concurrent_tickets | ( | ) | const [inline] |
PENDING_CONTAINER<struct PendingDns> BrDomainInfoRsp::get_dns_pendings | ( | ) | [inline] |
PENDING_CONTAINER<struct PendingDoc> BrDomainInfoRsp::get_doc_pendings | ( | ) | const [inline] |
set<string> BrDomainInfoRsp::get_onhold_reasons | ( | ) | const [inline] |
string BrDomainInfoRsp::get_organization | ( | ) | const [inline] |
string BrDomainInfoRsp::get_publication_flag | ( | ) | const [inline] |
struct PendingReleaseProc BrDomainInfoRsp::get_rel_pending | ( | ) | const [inline, read] |
Returns the ticket's Release Process Pending.
References _rel_pending.
struct ReleaseProcessFlags BrDomainInfoRsp::get_releaseProcessFlags | ( | ) | const [inline, read] |
void BrDomainInfoRsp::insert_concurrent_ticket | ( | int | ticket | ) | [inline] |
Inserts a concurrent ticket.
ticket | Concurrent Ticket Number |
References _concurrent_tickets.
void BrDomainInfoRsp::insert_dns_pending | ( | const struct PendingDns & | p | ) | [inline] |
void BrDomainInfoRsp::insert_doc_pending | ( | const struct PendingDoc & | p | ) | [inline] |
void BrDomainInfoRsp::insert_onhold_reason | ( | const string & | reason | ) | [inline] |
void BrDomainInfoRsp::set_active | ( | int | active | ) | [inline] |
void BrDomainInfoRsp::set_auto_renew | ( | int | auto_renew | ) | [inline] |
Actives/Inactives domain auto renewal.
auto_renew | attribute |
References _auto_renew.
Referenced by set_active().
void BrDomainInfoRsp::set_organization | ( | const string & | organization | ) | [inline] |
Sets organization attribute.
organization | organization attribute |
References _organization.
void BrDomainInfoRsp::set_publication_flag | ( | const string & | publicationFlag | ) | [inline] |
Sets publication flag attribute.
publication | flag attribute |
References _publicationFlag.
void BrDomainInfoRsp::set_rel_pending | ( | const struct PendingReleaseProc & | p | ) | [inline] |
Sets the ticket's Release Process Pending.
p | Release Process Pending |
References _rel_pending.
void BrDomainInfoRsp::set_releaseProcessFlags | ( | const struct ReleaseProcessFlags & | rpf | ) | [inline] |
Sets the Release Process Flags.
rpf | Release Process Flags |
References _releaseProcessFlags.
void BrDomainInfoRsp::set_ticketNumber | ( | int | ticketNumber | ) | [inline] |