libepp_nicbr
|
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. More... | |
int | get_ticketNumber () const |
Returns the Ticket Number. | |
void | set_organization (const string &organization) |
Sets organization attribute. More... | |
string | get_organization () const |
Returns organization attribute. More... | |
void | set_releaseProcessFlags (const struct ReleaseProcessFlags &rpf) |
Sets the Release Process Flags. More... | |
struct ReleaseProcessFlags | get_releaseProcessFlags () const |
Returns the Release Process Flags. More... | |
void | insert_doc_pending (const struct PendingDoc &p) |
Inserts a Doc Pending to the ticket. More... | |
PENDING_CONTAINER< struct PendingDoc > | get_doc_pendings () const |
Returns the ticket's Doc Pendings. More... | |
void | insert_dns_pending (const struct PendingDns &p) |
Inserts a Dns Pending to the ticket. More... | |
PENDING_CONTAINER< struct PendingDns > | get_dns_pendings () |
Returns the ticket's Dns Pendings. More... | |
void | set_rel_pending (const struct PendingReleaseProc &p) |
Sets the ticket's Release Process Pending. More... | |
struct PendingReleaseProc | get_rel_pending () const |
Returns the ticket's Release Process Pending. More... | |
void | insert_concurrent_ticket (int ticket) |
Inserts a concurrent ticket. More... | |
set< int > | get_concurrent_tickets () const |
Returns the Concurrent Tickets. More... | |
void | set_publication_flag (const string &publicationFlag) |
Sets publication flag attribute. More... | |
string | get_publication_flag () const |
Returns publication flag attribute. More... | |
void | insert_onhold_reason (const string &reason) |
Inserts a onHold Reason. More... | |
set< string > | get_onhold_reasons () const |
Returns the onHold Reasons. More... | |
void | set_auto_renew (int auto_renew) |
Actives/Inactives domain auto renewal. More... | |
int | get_auto_renew () const |
Return if the domain is with or without auto renewal. More... | |
void | reset () |
Resets object attributes. | |
void | set_active (int active) |
Sets active attribute (***DEPRECATED***) More... | |
int | get_active () |
Returns active attribute (***DEPRECATED***) More... | |
![]() | |
DomainInfoRsp (bool reset=true) | |
Default constructor. | |
void | set_name (const string &name) |
Sets domain name. More... | |
string | get_name () const |
Returns domain name. More... | |
void | set_roid (const string &roid) |
Sets domain repository object identification. More... | |
string | get_roid () const |
Returns domain repository object identification. More... | |
void | insert_status (const string &status) |
Inserts a new status in _status_set. More... | |
set< string > | get_status_set () const |
Returns set of domain status. More... | |
void | set_registrant (const string ®istrant) |
Sets registrant. More... | |
string | get_registrant () const |
Returns registrant. More... | |
void | insert_contact (const string &type, const string &identification) |
Inserts a contact in the map of other contacts. More... | |
map< string, string, less< string > > | get_contacts () const |
Returns map of other contacts. More... | |
void | insert_nameserver (const struct NameServer &nameserver) |
Inserts a nameserver to the list of nameservers. More... | |
vector< struct NameServer > | get_nameservers () const |
Returns a list of nameservers. More... | |
void | set_clID (const string &clID) |
Sets the sponsoring client. More... | |
string | get_clID () const |
Returns sponsoring client. More... | |
void | set_crID (const string &crID) |
Sets the identifier of the client that created the domain object. More... | |
string | get_crID () const |
Returns the identifier of the client that created the domain object. More... | |
void | set_crDate (const string &crDate) |
Sets creation date. More... | |
string | get_crDate () const |
Returns creation date. More... | |
void | set_upID (const string &upID) |
Sets the identifier of the client that last updated the domain object. More... | |
string | get_upID () const |
Returns the identifier of the client that last updated the domain object. More... | |
void | set_exDate (const string &exDate) |
Sets expiration date. More... | |
string | get_exDate () const |
Returns expiration date. More... | |
void | set_upDate (const string &upDate) |
Sets last modification date. More... | |
string | get_upDate () const |
Returns last modification date. More... | |
void | set_trDate (const string &trDate) |
Sets last successfull transfer date. More... | |
string | get_trDate () const |
Returns last successfull transfer date. More... | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
void | add_dsInfo (const DSInfo &dsInfo) |
Adds a DSInfo object to the list. More... | |
list< DSInfo > | get_dsInfo () const |
Returns list of DSInfo objects. More... | |
void | add_keyData (const KeyData &dnskey_data) |
Adds DNSKEY information. More... | |
list< KeyData > | get_keyDataList () const |
Returns DNSKEY information list. More... | |
void | set_secDnsVersion (string secDnsVersion) |
Sets secDNS extension version. More... | |
string | get_secDnsVersion () const |
Returns secDNS extension version. More... | |
void | set_rgpStatus (const RGPStatus::Value status) |
RGPStatus::Value | get_rgpStatus () const |
Returns RGP status. More... | |
void | set_launch (const LaunchInfoRsp &launch) |
Sets the launch extension. More... | |
LaunchInfoRsp | get_launch () const |
Returns the launch extension. More... | |
void | reset () |
Reset object attributes. | |
![]() | |
Response (bool reset=true) | |
Default constructor. | |
void | set_clTRID (const string &clTRID) |
Sets the client transaction ID. More... | |
void | set_svTRID (const string &svTRID) |
Sets the server transaction ID. More... | |
void | set_result_lang (const string &result_lang) |
Sets the result message language. More... | |
void | insert_result (const ResultCode &code, const string &msg, const string &value="", const string &xmlns="", const string &reason="") |
Sets a result element. More... | |
string | get_clTRID () const |
Returns the client transaction ID. More... | |
string | get_svTRID () const |
Returns the servers transaction ID. More... | |
string | get_result_lang () |
Returns the result message language. More... | |
map< ResultCode, ResultInfo > | get_result_list () const |
Returns the list of result elements. More... | |
void | reset () |
reset attributes | |
virtual | ~Response () |
virtual destructor | |
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 | |
![]() | |
string | _name |
fully qualified domain name | |
string | _roid |
set< string > | _status_set |
set of domain status | |
string | _registrant |
registrant | |
map< string, string, less< string > > | _contacts |
other contact objects | |
vector< struct NameServer > | _nameservers |
name servers associated with domain object | |
string | _clID |
sponsoring client id | |
string | _crID |
client that created object | |
string | _crDate |
creation date | |
string | _upID |
client that last updated object | |
string | _exDate |
expiration date | |
string | _upDate |
last modification date | |
string | _trDate |
last successfull transfer date | |
AuthInfo | _authInfo |
authorization information | |
list< DSInfo > | _ds_list |
DS info. | |
list< KeyData > | _dnskey_list |
KeyData. | |
string | _secDnsVersion |
secDNS extension version | |
RGPStatus::Value | _rgp_status |
RGP status. | |
LaunchInfoRsp | _launch |
Launch extension. | |
![]() | |
string | _clTRID |
Client transaction ID. | |
string | _svTRID |
Server transaction ID. | |
string | _result_lang |
Result language. | |
map< ResultCode, ResultInfo > | _result_list |
Result elements list. | |
Additional Inherited Members | |
![]() | |
enum | ResultCode { UNSET = -1, OK = 1000, OK_ACTION_PENDING = 1001, OK_NO_MESSAGES = 1300, OK_ACK_DEQUEUE = 1301, OK_ENDING_SESSION = 1500, UNKNOWN_COMMAND = 2000, COMMAND_SYNTAX_ERROR = 2001, COMMAND_USE_ERROR = 2002, PARAMETER_MISSING = 2003, PARAMETER_RANGE_ERROR = 2004, PARAMETER_SYNTAX_ERROR = 2005, UNIMPLEMENTED_VERSION = 2100, UNIMPLEMENTED_COMMAND = 2101, UNIMPLEMENTED_OPTION = 2102, UNIMPLEMENTED_EXTENSION = 2103, BILLING_FAILURE = 2104, NOT_RENEWABLE = 2105, NOT_TRANSFERABLE = 2106, AUTHENTICATION_ERROR = 2200, AUTHORIZATION_ERROR = 2201, INVALID_AUTHORIZATION_INFO = 2202, PENDING_TRANSFER = 2300, NOT_PENDING_TRANSFER = 2301, OBJECT_EXISTS = 2302, OBJECT_DOESNT_EXIST = 2303, STATUS_PROHIBITS_OPERATION = 2304, ASSOCIATION_PROHIBITS_OPERATION = 2305, PARAMETER_POLICY_ERROR = 2306, UNIMPLEMENTED_SERVICE = 2307, DATA_MGMT_POLICY_VIOLATION = 2308, COMMAND_FAILED = 2400, COMMAND_FAILED_CLOSING_CONN = 2500, AUTHENTICATION_ERROR_CLOSING_CONN = 2501, SESSION_LIMIT_EXCEEDED = 2502 } |
Result Codes - See RFC 3730 - Session 3. | |
EPP BrDomainInfoRsp extension Class.
|
inline |
|
inline |
Return if the domain is with or without auto renewal.
References _auto_renew.
Referenced by get_active().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns the ticket's Release Process Pending.
References _rel_pending.
|
inline |
|
inline |
Inserts a concurrent ticket.
ticket | Concurrent Ticket Number |
References _concurrent_tickets.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Actives/Inactives domain auto renewal.
auto_renew | attribute |
References _auto_renew.
Referenced by set_active().
|
inline |
Sets organization attribute.
organization | organization attribute |
References _organization.
|
inline |
|
inline |
Sets the ticket's Release Process Pending.
p | Release Process Pending |
References _rel_pending.
|
inline |
Sets the Release Process Flags.
rpf | Release Process Flags |
References _releaseProcessFlags.
|
inline |