libepp_nicbr
|
EPP DomainInfoRsp Class. More...
#include <DomainInfoRsp.H>
Public Member Functions | |
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 | |
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 DomainInfoRsp Class.
|
inline |
|
inline |
|
inline |
Returns authorization information.
References _authInfo.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns sponsoring client.
References _clID.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns map of other contacts.
References _contacts.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns creation date.
References _crDate.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns the identifier of the client that created the domain object.
References _crID.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns list of DSInfo objects.
References _ds_list.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns expiration date.
References _exDate.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
|
inline |
|
inline |
Returns domain name.
References _name.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns a list of nameservers.
References _nameservers.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns registrant.
References _registrant.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns RGP status.
References _rgp_status.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns domain repository object identification.
References _roid.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
|
inline |
Returns set of domain status.
References _status_set.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns last successfull transfer date.
References _trDate.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns last modification date.
References _upDate.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Returns the identifier of the client that last updated the domain object.
References _upID.
Referenced by BrDomainInfoRsp::copy_parent_data().
|
inline |
Inserts a contact in the map of other contacts.
type | contact type |
identification | contact identification |
References _contacts.
|
inline |
Inserts a nameserver to the list of nameservers.
nameserver | fully qualified domain name |
References _nameservers.
|
inline |
Inserts a new status in _status_set.
status | the status to be inserted |
References _status_set.
|
inline |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
|
inline |
|
inline |
|
inline |
Sets the identifier of the client that created the domain object.
crID | id of the client that created the object |
References _crID.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
status | RGP Status |
References _rgp_status.
|
inline |
Sets domain repository object identification.
roid | domain repository object identification |
References _roid.
|
inline |
|
inline |
Sets last successfull transfer date.
trDate | last successfull transfer date |
References _trDate.
|
inline |
|
inline |
Sets the identifier of the client that last updated the domain object.
upID | id of the client that created the object |
References _upID.
|
protected |
element that contains the Repository Object IDentifier assigned to the domain object when the object was created
Referenced by BrDomainInfoRsp::copy_parent_data(), get_roid(), reset(), and set_roid().