|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_Options
Class that contains the client's choices on the protocol version and the text response language to be used during the ongoing server session.
It is used to establish a session with an EPP server. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Options.java,v 1.7 2001/12/04 22:32:50 lyin Exp $
epp_Credentials
, Serialized FormField Summary | |
java.lang.String |
m_lang
The text response language to be used for the command or ongoing server session. |
java.lang.String |
m_version
The protocol version to be used for the command or ongoing server session. |
Constructor Summary | |
epp_Options()
Empty constructor |
|
epp_Options(java.lang.String _m_version,
java.lang.String _m_lang)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getLang()
Accessor method for the text response language to be used during the EPP server session |
java.lang.String |
getVersion()
Accessor method for the protocol version to be used during the EPP server session |
void |
setLang(java.lang.String value)
Accessor method for the text response language to be used during the EPP server session |
void |
setVersion(java.lang.String value)
Accessor method for the protocol version to be used during the EPP server session |
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 java.lang.String m_version
setVersion(String)
,
getVersion()
public java.lang.String m_lang
setLang(String)
,
getLang()
Constructor Detail |
public epp_Options()
public epp_Options(java.lang.String _m_version, java.lang.String _m_lang)
_m_version
- The protocol version to be used during the EPP server session_m_lang
- The text response language to be used during the EPP server sessionMethod Detail |
public void setVersion(java.lang.String value)
value
- The protocol versionm_version
public java.lang.String getVersion()
m_version
public void setLang(java.lang.String value)
value
- The text response languagem_lang
public java.lang.String getLang()
m_lang
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |