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. | |
void | insert_status (const string &status) |
Inserts a status to the object. | |
void | set_clID (const string &clID) |
Sets the client id. | |
void | set_crID (const string &crID) |
Sets the creator client id. | |
void | set_crDate (const string &crDate) |
Sets the creation date. | |
void | set_upID (const string &upID) |
Sets the last update client id. | |
void | set_upDate (const string &upDate) |
Sets the last update. | |
void | set_trDate (const string &trDate) |
Sets the last transfer date. | |
string | get_roid () const |
Returns the repository object id. | |
set< string > | get_status_set () const |
Returns the status list of the object. | |
string | get_clID () const |
Returns the client id. | |
string | get_crID () const |
Returns the creator client id. | |
string | get_crDate () const |
Returns the creation date. | |
string | get_upID () const |
Returns the last update client id. | |
string | get_upDate () const |
Returns the last update. | |
string | get_trDate () const |
Returns the last transfer date. | |
void | set_common_data (const CommonData &common) |
Sets the common data object. | |
CommonData | get_common_data () const |
Returns the common data of the object. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () const |
Returns authorization information. | |
void | reset () |
reset attributes | |
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 |
EPP ContactInfoRsp Class.
AuthInfo ContactInfoRsp::get_authInfo | ( | ) | const [inline] |
Returns authorization information.
References _authInfo.
Referenced by BrOrgInfoRsp::copy_parent_data().
string ContactInfoRsp::get_clID | ( | ) | const [inline] |
Returns the client id.
References _clID.
Referenced by BrOrgInfoRsp::copy_parent_data().
CommonData ContactInfoRsp::get_common_data | ( | ) | const [inline] |
Returns the common data of the object.
References _common.
Referenced by BrOrgInfoRsp::copy_parent_data().
string ContactInfoRsp::get_crDate | ( | ) | const [inline] |
Returns the creation date.
References _crDate.
Referenced by BrOrgInfoRsp::copy_parent_data().
string ContactInfoRsp::get_crID | ( | ) | const [inline] |
Returns the creator client id.
References _crID.
Referenced by BrOrgInfoRsp::copy_parent_data().
string ContactInfoRsp::get_roid | ( | ) | const [inline] |
Returns the repository object id.
References _roid.
Referenced by BrOrgInfoRsp::copy_parent_data().
set<string> ContactInfoRsp::get_status_set | ( | ) | const [inline] |
Returns the status list of the object.
References _status_set.
Referenced by BrOrgInfoRsp::copy_parent_data().
string ContactInfoRsp::get_trDate | ( | ) | const [inline] |
Returns the last transfer date.
References _trDate.
Referenced by BrOrgInfoRsp::copy_parent_data().
string ContactInfoRsp::get_upDate | ( | ) | const [inline] |
Returns the last update.
References _upDate.
Referenced by BrOrgInfoRsp::copy_parent_data().
string ContactInfoRsp::get_upID | ( | ) | const [inline] |
Returns the last update client id.
References _upID.
Referenced by BrOrgInfoRsp::copy_parent_data().
void ContactInfoRsp::insert_status | ( | const string & | status | ) | [inline] |
void ContactInfoRsp::set_authInfo | ( | const AuthInfo & | authInfo | ) | [inline] |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
void ContactInfoRsp::set_clID | ( | const string & | clID | ) | [inline] |
void ContactInfoRsp::set_common_data | ( | const CommonData & | common | ) | [inline] |
void ContactInfoRsp::set_crDate | ( | const string & | crDate | ) | [inline] |
void ContactInfoRsp::set_crID | ( | const string & | crID | ) | [inline] |
void ContactInfoRsp::set_roid | ( | const string & | roid | ) | [inline] |
void ContactInfoRsp::set_trDate | ( | const string & | trDate | ) | [inline] |
Sets the last transfer date.
trDate | most recent date and time object transfer |
References _trDate.
void ContactInfoRsp::set_upDate | ( | const string & | upDate | ) | [inline] |
Sets the last update.
upDate | most recent date and time object modification |
References _upDate.
void ContactInfoRsp::set_upID | ( | const string & | upID | ) | [inline] |
Sets the last update client id.
upID | client id that last updated the object |
References _upID.