ContactTransferCmd Class Reference

EPP ContactTransferCmd Class. More...

#include <ContactTransferCmd.H>

Inheritance diagram for ContactTransferCmd:
Command

List of all members.

Public Member Functions

 ContactTransferCmd (bool reset=true)
 Default constructor.
void set_id (const string &id)
 Sets contact ID.
string get_id () const
 Returns contact ID.
void set_authInfo (const AuthInfo &authInfo)
 Sets authorization information.
AuthInfo get_authInfo ()
 Returns authorization information.
void reset ()
 reset attributes

Protected Attributes

string _id
 Server-unique identifier of the contact object to be queried.
AuthInfo _authInfo
 Authorization information.

Detailed Description

EPP ContactTransferCmd Class.


Member Function Documentation

AuthInfo ContactTransferCmd::get_authInfo (  )  [inline]

Returns authorization information.

Returns:
authorization information

References _authInfo.

string ContactTransferCmd::get_id (  )  const [inline]

Returns contact ID.

Returns:
server-unique identifier of the contact object to be queried

References _id.

void ContactTransferCmd::set_authInfo ( const AuthInfo authInfo  )  [inline]

Sets authorization information.

Parameters:
authInfo domain authorization information

References _authInfo.

Referenced by cmd_contact_transfer().

void ContactTransferCmd::set_id ( const string &  id  )  [inline]

Sets contact ID.

Parameters:
id server-unique identifier of the contact object to be queried

References _id.

Referenced by cmd_contact_transfer().


The documentation for this class was generated from the following file:
Generated on Wed Aug 11 16:56:45 2010 for libepp_nicbr by  doxygen 1.6.3