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 ()
 Returns Client ID.
string get_pw ()
 Returns password.
string get_new_pw ()
 Returns new password.
string get_version ()
 Returns protocol version.
string get_lang ()
 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  )  [inline]
 

Returns Client ID.

Returns:
Client ID

string LoginCmd::get_lang  )  [inline]
 

Returns text language.

Returns:
Text language

string LoginCmd::get_new_pw  )  [inline]
 

Returns new password.

Returns:
New password

string LoginCmd::get_pw  )  [inline]
 

Returns password.

Returns:
Password

string LoginCmd::get_version  )  [inline]
 

Returns protocol version.

Returns:
Protocol version

void LoginCmd::reset  )  [inline]
 

Reset attributes.

reset attributes

Reimplemented from Command.

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

Sets Client ID.

Parameters:
clID Client ID

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

Sets text language.

Parameters:
lang Text language

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

Sets new password.

Parameters:
new_pw New password

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

Sets password.

Parameters:
pw Password

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

Sets protocol version.

Parameters:
version Protocol version


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