|
EPP RTK for Java v 0.7.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp0705.epp_LoginReq
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.1 2003/03/20 22:42:18 tubadanm Exp $
com.tucows.oxrs.epp.rtk.xml.EPPLogin
,
epp_LoginRsp
,
Serialized FormField Summary | |
java.lang.String |
m_client_id
The client identifier created on the server. |
epp_Command |
m_cmd
The common and generic command element. |
java.lang.String[] |
m_extensions
The array of service extensions. |
java.lang.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 |
java.lang.String |
m_password
The client password. |
java.lang.String[] |
m_services
The array of service URIs. |
Constructor Summary | |
epp_LoginReq()
Empty constructor |
|
epp_LoginReq(epp_Command _m_cmd,
java.lang.String _m_client_id,
java.lang.String _m_password,
java.lang.String _m_new_password,
epp_Options _m_options,
java.lang.String[] _m_services,
java.lang.String[] _m_extensions)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getClientId()
Accessor method for the client identifier created on the server |
epp_Command |
getCmd()
Accessor method for the common and generic command element |
java.lang.String[] |
getExtensions()
Accessor method for the array of service extensions supported by the server |
java.lang.String |
getNewPassword()
Accessor method for the new client password |
epp_Options |
getOptions()
Accessor method for the options element that contains client's choices |
java.lang.String |
getPassword()
Accessor method for the client password |
java.lang.String[] |
getServices()
Accessor method for the array of services supported by the server |
void |
setClientId(java.lang.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(java.lang.String[] value)
Accessor method for the array of service extensions supported by the server |
void |
setNewPassword(java.lang.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(java.lang.String value)
Accessor method for the client password |
void |
setServices(java.lang.String[] value)
Accessor method for the array of services supported by the server |
java.lang.String |
toString()
Converts this class into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public epp_Command m_cmd
setCmd(org.openrtk.idl.epp0705.epp_Command)
,
getCmd()
public java.lang.String m_client_id
setClientId(String)
,
getClientId()
public java.lang.String m_password
setPassword(String)
,
getPassword()
public java.lang.String m_new_password
setNewPassword(String)
,
getNewPassword()
public epp_Options m_options
setOptions(org.openrtk.idl.epp0705.epp_Options)
,
getOptions()
public java.lang.String[] m_services
setServices(String[])
,
getServices()
public java.lang.String[] m_extensions
setExtensions(String[])
,
getExtensions()
Constructor Detail |
public epp_LoginReq()
public epp_LoginReq(epp_Command _m_cmd, java.lang.String _m_client_id, java.lang.String _m_password, java.lang.String _m_new_password, epp_Options _m_options, java.lang.String[] _m_services, java.lang.String[] _m_extensions)
_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 serverMethod Detail |
public void setCmd(epp_Command value)
value
- The command elementm_cmd
public epp_Command getCmd()
m_cmd
public void setClientId(java.lang.String value)
value
- The client identifierm_client_id
public java.lang.String getClientId()
m_client_id
public void setPassword(java.lang.String value)
value
- The passwordm_password
public java.lang.String getPassword()
m_password
public void setNewPassword(java.lang.String value)
value
- The new passwordm_new_password
public java.lang.String getNewPassword()
m_new_password
public void setOptions(epp_Options value)
value
- The options elementm_options
public epp_Options getOptions()
m_options
public void setServices(java.lang.String[] value)
value
- The array of service URIsm_services
public java.lang.String[] getServices()
m_services
public void setExtensions(java.lang.String[] value)
value
- The array of service extensionsm_extensions
public java.lang.String[] getExtensions()
m_extensions
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.7.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |