ContactInfoRsp Class Reference

EPP ContactInfoRsp Class. More...

#include <ContactInfoRsp.H>

Inheritance diagram for ContactInfoRsp:

Response BrOrgInfoRsp List of all members.

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 ()
 Returns the repository object id.
set< string > get_status_set ()
 Returns the status list of the object.
string get_clID ()
 Returns the client id.
string get_crID ()
 Returns the creator client id.
string get_crDate ()
 Returns the creation date.
string get_upID ()
 Returns the last update client id.
string get_upDate ()
 Returns the last update.
string get_trDate ()
 Returns the last transfer date.
void set_common_data (const CommonData &common)
 Sets the common data object.
CommonData get_common_data ()
 Returns the common data of the object.
void set_authInfo (const AuthInfo &authInfo)
 Sets authorization information.
AuthInfo get_authInfo ()
 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

Detailed Description

EPP ContactInfoRsp Class.


Member Function Documentation

AuthInfo ContactInfoRsp::get_authInfo  )  [inline]
 

Returns authorization information.

Returns:
authorization information

string ContactInfoRsp::get_clID  )  [inline]
 

Returns the client id.

Returns:
clID

CommonData ContactInfoRsp::get_common_data  )  [inline]
 

Returns the common data of the object.

Returns:
a common data object pointer

string ContactInfoRsp::get_crDate  )  [inline]
 

Returns the creation date.

Returns:
crDate

string ContactInfoRsp::get_crID  )  [inline]
 

Returns the creator client id.

Returns:
crID

string ContactInfoRsp::get_roid  )  [inline]
 

Returns the repository object id.

Returns:
roid

set<string> ContactInfoRsp::get_status_set  )  [inline]
 

Returns the status list of the object.

Returns:
status list

string ContactInfoRsp::get_trDate  )  [inline]
 

Returns the last transfer date.

Returns:
trDate

string ContactInfoRsp::get_upDate  )  [inline]
 

Returns the last update.

Returns:
upDate

string ContactInfoRsp::get_upID  )  [inline]
 

Returns the last update client id.

Returns:
upID

void ContactInfoRsp::insert_status const string &  status  )  [inline]
 

Inserts a status to the object.

Parameters:
status of contact object

void ContactInfoRsp::set_authInfo const AuthInfo authInfo  )  [inline]
 

Sets authorization information.

Parameters:
authInfo domain authorization information

void ContactInfoRsp::set_clID const string &  clID  )  [inline]
 

Sets the client id.

Parameters:
clID sponsoring client id

void ContactInfoRsp::set_common_data const CommonData common  )  [inline]
 

Sets the common data object.

Parameters:
common common data object

void ContactInfoRsp::set_crDate const string &  crDate  )  [inline]
 

Sets the creation date.

Parameters:
crDate creation date and time

void ContactInfoRsp::set_crID const string &  crID  )  [inline]
 

Sets the creator client id.

Parameters:
crID creator client id

void ContactInfoRsp::set_roid const string &  roid  )  [inline]
 

Sets the repository object id.

Parameters:
roid repository object id

void ContactInfoRsp::set_trDate const string &  trDate  )  [inline]
 

Sets the last transfer date.

Parameters:
trDate most recent date and time object transfer

void ContactInfoRsp::set_upDate const string &  upDate  )  [inline]
 

Sets the last update.

Parameters:
upDate most recent date and time object modification

void ContactInfoRsp::set_upID const string &  upID  )  [inline]
 

Sets the last update client id.

Parameters:
upID client id that last updated the object


The documentation for this class was generated from the following file:
Generated on Thu Jun 8 17:40:01 2006 for libepp_nicbr by  doxygen 1.4.6