libepp_nicbr
|
EPP ContactInfoRsp Class. More...
#include <ContactInfoRsp.H>
Public Member Functions | |
ContactInfoRsp (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Sets the repository object id. More... | |
void | insert_status (const string &status) |
Inserts a status to the object. More... | |
void | set_clID (const string &clID) |
Sets the client id. More... | |
void | set_crID (const string &crID) |
Sets the creator client id. More... | |
void | set_crDate (const string &crDate) |
Sets the creation date. More... | |
void | set_upID (const string &upID) |
Sets the last update client id. More... | |
void | set_upDate (const string &upDate) |
Sets the last update. More... | |
void | set_trDate (const string &trDate) |
Sets the last transfer date. More... | |
string | get_roid () const |
Returns the repository object id. More... | |
set< string > | get_status_set () const |
Returns the status list of the object. More... | |
string | get_clID () const |
Returns the client id. More... | |
string | get_crID () const |
Returns the creator client id. More... | |
string | get_crDate () const |
Returns the creation date. More... | |
string | get_upID () const |
Returns the last update client id. More... | |
string | get_upDate () const |
Returns the last update. More... | |
string | get_trDate () const |
Returns the last transfer date. More... | |
void | set_common_data (const CommonData &common) |
Sets the common data object. More... | |
CommonData | get_common_data () const |
Returns the common data of the object. More... | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
void | set_reminder (const string &reminder) |
Sets the reminder. More... | |
string | get_reminder () |
Returns the reminder for the contact's password. More... | |
void | set_language (const string &language) |
Sets the contact's language. More... | |
string | get_language () |
Returns the contact's preferred language. More... | |
void | set_properties (const vector< string > &properties) |
Sets the properties associated with the contact. More... | |
void | add_property (const string &property) |
Adds a property to the vector of properties. More... | |
vector< string > | get_properties () |
Returns the vector of properties associated with the contact. More... | |
void | set_legacy (const bool legacy) |
Sets the legacy flag of a contact. | |
bool | is_legacy () const |
Returns the legacy flag of a contact. | |
void | reset () |
reset 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 | _roid |
Repository id. | |
set< string > | _status_set |
Status list. | |
string | _clID |
Sponsoring client id. | |
string | _crID |
Creator client id. | |
string | _crDate |
Creation date and time. | |
string | _upID |
last client id that updated the object | |
string | _upDate |
Last modification date and time. | |
string | _trDate |
Last transfer date and time. | |
CommonData | _common |
Common data object. | |
AuthInfo | _authInfo |
authorization information | |
string | _reminder |
tip for the contact's password (lacnic contact extension) | |
string | _language |
contact's preferred language (lacnic contact extension) | |
vector< string > | _properties |
current properties associated with the contact (lacnic contact extension) | |
bool | _legacy |
![]() | |
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 ContactInfoRsp Class.
|
inline |
|
inline |
Returns authorization information.
References _authInfo.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
Returns the client id.
References _clID.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
Returns the common data of the object.
References _common.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
Returns the creation date.
References _crDate.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
Returns the creator client id.
References _crID.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
|
inline |
Returns the vector of properties associated with the contact.
References _properties.
|
inline |
|
inline |
Returns the repository object id.
References _roid.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
Returns the status list of the object.
References _status_set.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
Returns the last transfer date.
References _trDate.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
Returns the last update.
References _upDate.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
Returns the last update client id.
References _upID.
Referenced by BrOrgInfoRsp::copy_parent_data().
|
inline |
|
inline |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Sets the properties associated with the contact.
vector | of properties |
References _properties.
|
inline |
|
inline |
|
inline |
Sets the last transfer date.
trDate | most recent date and time object transfer |
References _trDate.
|
inline |
Sets the last update.
upDate | most recent date and time object modification |
References _upDate.
|
inline |
Sets the last update client id.
upID | client id that last updated the object |
References _upID.
|
protected |
Flag that indicates if the contact was created before LACNIC exists or not (ARIN database - lacnic contact extension)
Referenced by is_legacy(), reset(), and set_legacy().