LoginCmd Class Reference

EPP LoginCmd Class. More...

#include <LoginCmd.H>

Inheritance diagram for LoginCmd:

Command

List of all members.

Public Member Functions

 LoginCmd (bool reset=true)
 Default constructor.
void set_clID (const string &clID)
 Sets Client ID.
void set_pw (const string &pw)
 Sets password.
void set_new_pw (const string &new_pw)
 Sets new password.
void set_version (const string &version)
 Sets protocol version.
void set_lang (const string &lang)
 Sets text language.
string get_clID () const
 Returns Client ID.
string get_pw () const
 Returns password.
string get_new_pw () const
 Returns new password.
string get_version () const
 Returns protocol version.
string get_lang () const
 Returns text language.
void reset ()
 Reset attributes.

Protected Attributes

string _clID
 Client ID.
string _pw
 Password.
string _new_pw
 New Password (optional).
string _version
 Protocol version.
string _lang
 Text language.


Detailed Description

EPP LoginCmd Class.

Member Function Documentation

string LoginCmd::get_clID (  )  const [inline]

Returns Client ID.

Returns:
Client ID

References _clID.

string LoginCmd::get_lang (  )  const [inline]

Returns text language.

Returns:
Text language

References _lang.

string LoginCmd::get_new_pw (  )  const [inline]

Returns new password.

Returns:
New password

References _new_pw.

string LoginCmd::get_pw (  )  const [inline]

Returns password.

Returns:
Password

References _pw.

string LoginCmd::get_version (  )  const [inline]

Returns protocol version.

Returns:
Protocol version

References _version.

void LoginCmd::reset (  )  [inline]

Reset attributes.

reset attributes

Reimplemented from Command.

References _clID, _lang, _new_pw, _pw, and _version.

Referenced by LoginCmd().

void LoginCmd::set_clID ( const string &  clID  )  [inline]

Sets Client ID.

Parameters:
clID Client ID

References _clID.

Referenced by cmd_login().

void LoginCmd::set_lang ( const string &  lang  )  [inline]

Sets text language.

Parameters:
lang Text language

References _lang.

Referenced by cmd_login().

void LoginCmd::set_new_pw ( const string &  new_pw  )  [inline]

Sets new password.

Parameters:
new_pw New password

References _new_pw.

Referenced by cmd_login().

void LoginCmd::set_pw ( const string &  pw  )  [inline]

Sets password.

Parameters:
pw Password

References _pw.

Referenced by cmd_login().

void LoginCmd::set_version ( const string &  version  )  [inline]

Sets protocol version.

Parameters:
version Protocol version

References _version.


The documentation for this class was generated from the following file:

Generated on Thu Jan 21 14:44:04 2010 for libepp_nicbr by  doxygen 1.5.9