ContactUpdateCmd Class Reference

EPP ContactUpdateCmd Class. More...

#include <ContactUpdateCmd.H>

Inheritance diagram for ContactUpdateCmd:

Command BrOrgUpdateCmd List of all members.

Public Member Functions

 ContactUpdateCmd (bool reset=true)
 Default constructor.
void insert_status_list_add (const string &status_add)
 Inserts a status to the object.
void insert_status_list_rem (const string &status_rem)
 Removes a status from the object.
set< string > get_status_list_add ()
 Returns the list of status to be added to the object.
set< string > get_status_list_rem ()
 Returns the list of status to be removed from the object.
void set_common_data (const CommonData &common)
 Sets the common data object.
CommonData get_common_data ()
 Returns the common data object.
void reset ()
 Resets the data in the object.
void set_authInfo (const AuthInfo &authInfo)
 Sets authorization information.
AuthInfo get_authInfo ()
 Returns authorization information.

Protected Attributes

set< string > _status_list_add
 Status List to be added to the object.
set< string > _status_list_rem
 Status list to be removed to the object.
CommonData _common
 Common data object.
AuthInfo _authInfo
 authorization information

Detailed Description

EPP ContactUpdateCmd Class.


Member Function Documentation

AuthInfo ContactUpdateCmd::get_authInfo  )  [inline]
 

Returns authorization information.

Returns:
authorization information

CommonData ContactUpdateCmd::get_common_data  )  [inline]
 

Returns the common data object.

Returns:
a common data object raw pointer

set<string> ContactUpdateCmd::get_status_list_add  )  [inline]
 

Returns the list of status to be added to the object.

Returns:
status list to be added to the object

set<string> ContactUpdateCmd::get_status_list_rem  )  [inline]
 

Returns the list of status to be removed from the object.

Returns:
status list to be removed to the object

void ContactUpdateCmd::insert_status_list_add const string &  status_add  )  [inline]
 

Inserts a status to the object.

Parameters:
status_add status to be added to the object

void ContactUpdateCmd::insert_status_list_rem const string &  status_rem  )  [inline]
 

Removes a status from the object.

Parameters:
status_rem status to be removed to the object

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

Sets authorization information.

Parameters:
authInfo domain authorization information

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

Sets the common data object.

Parameters:
common common data 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