org.openrtk.idl.epp0705
Class epp_LoginReq
java.lang.Object
org.openrtk.idl.epp0705.epp_LoginReq
- org.omg.CORBA.portable.IDLEntity
public class epp_LoginReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements necessary to establish a session with
an EPP server.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/epp_LoginReq.java,v 1.2 2003/09/10 21:29:58 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:58 $
String | m_client_id - The client identifier created on the server.
|
epp_Command | m_cmd - The common and generic command element.
|
String[] | m_extensions - The array of service extensions.
|
String | m_new_password - The new client password to be used for the future session establishment.
|
epp_Options | m_options - The options element that contains client's choices on the protocol version and response language
|
String | m_password - The client password.
|
String[] | m_services - The array of service URIs.
|
epp_LoginReq() - Empty constructor
|
epp_LoginReq(epp_Command _m_cmd, String _m_client_id, String _m_password, String _m_new_password, epp_Options _m_options, String[] _m_services, String[] _m_extensions) - The constructor with initializing variables.
|
String | getClientId() - Accessor method for the client identifier created on the server
|
epp_Command | getCmd() - Accessor method for the common and generic command element
|
String[] | getExtensions() - Accessor method for the array of service extensions supported by the server
|
String | getNewPassword() - Accessor method for the new client password
|
epp_Options | getOptions() - Accessor method for the options element that contains client's choices
|
String | getPassword() - Accessor method for the client password
|
String[] | getServices() - Accessor method for the array of services supported by the server
|
void | setClientId(String value) - Accessor method for the client identifier created on the server
|
void | setCmd(epp_Command value) - Accessor method for the common and generic command element
|
void | setExtensions(String[] value) - Accessor method for the array of service extensions supported by the server
|
void | setNewPassword(String value) - Accessor method for the new client password
|
void | setOptions(epp_Options value) - Accessor method for the options element that contains client's choices
|
void | setPassword(String value) - Accessor method for the client password
|
void | setServices(String[] value) - Accessor method for the array of services supported by the server
|
String | toString() - Converts this class into a string.
|
m_client_id
public String m_client_id
The client identifier created on the server.
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_extensions
public String[] m_extensions
The array of service extensions.
Each element identifies a custom object extensions supported by the server.
m_new_password
public String m_new_password
The new client password to be used for the future session establishment.
m_options
public epp_Options m_options
The options element that contains client's choices on the protocol version and response language
m_password
public String m_password
The client password.
m_services
public String[] m_services
The array of service URIs.
Each URI identifies an object to be managed during the session.
epp_LoginReq
public epp_LoginReq()
Empty constructor
epp_LoginReq
public epp_LoginReq(epp_Command _m_cmd,
String _m_client_id,
String _m_password,
String _m_new_password,
epp_Options _m_options,
String[] _m_services,
String[] _m_extensions)
The constructor with initializing variables.
_m_cmd
- The common and generic command element_m_client_id
- The client identifier created on the server_m_password
- The client password_m_new_password
- The new client password_m_options
- The options element that contains client's choices_m_services
- The array of services supported by the server_m_extensions
- The array of service extensions supported by the server
getClientId
public String getClientId()
Accessor method for the client identifier created on the server
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
getExtensions
public String[] getExtensions()
Accessor method for the array of service extensions supported by the server
- The array of service extensions
getNewPassword
public String getNewPassword()
Accessor method for the new client password
getOptions
public epp_Options getOptions()
Accessor method for the options element that contains client's choices
getPassword
public String getPassword()
Accessor method for the client password
getServices
public String[] getServices()
Accessor method for the array of services supported by the server
- The array of service URIs
setClientId
public void setClientId(String value)
Accessor method for the client identifier created on the server
value
- The client identifier
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
setExtensions
public void setExtensions(String[] value)
Accessor method for the array of service extensions supported by the server
value
- The array of service extensions
setNewPassword
public void setNewPassword(String value)
Accessor method for the new client password
setOptions
public void setOptions(epp_Options value)
Accessor method for the options element that contains client's choices
value
- The options element
setPassword
public void setPassword(String value)
Accessor method for the client password
setServices
public void setServices(String[] value)
Accessor method for the array of services supported by the server
value
- The array of service URIs
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS