org.openrtk.idl.epp0402
Class epp_Options
java.lang.Object
org.openrtk.idl.epp0402.epp_Options
- org.omg.CORBA.portable.IDLEntity
public class epp_Options
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
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/epp0402/epp_Options.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:39 $
String | m_lang - The text response language to be used for the command or ongoing server session.
|
String | m_version - The protocol version to be used for the command or ongoing server session.
|
epp_Options() - Empty constructor
|
epp_Options(String _m_version, String _m_lang) - The constructor with initializing variables.
|
String | getLang() - Accessor method for the text response language to be used during the EPP server session
|
String | getVersion() - Accessor method for the protocol version to be used during the EPP server session
|
void | setLang(String value) - Accessor method for the text response language to be used during the EPP server session
|
void | setVersion(String value) - Accessor method for the protocol version to be used during the EPP server session
|
String | toString() - Converts this class into a string.
|
m_lang
public String m_lang
The text response language to be used for the command or ongoing server session.
The value of the language must exactly match one of the values presented in the EPP greeting.
m_version
public String m_version
The protocol version to be used for the command or ongoing server session.
The value of the version must exactly match one of the values presented in the EPP greeting.
epp_Options
public epp_Options()
Empty constructor
epp_Options
public epp_Options(String _m_version,
String _m_lang)
The constructor with initializing variables.
_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 session
getLang
public String getLang()
Accessor method for the text response language to be used during the EPP server session
- The text response language
getVersion
public String getVersion()
Accessor method for the protocol version to be used during the EPP server session
setLang
public void setLang(String value)
Accessor method for the text response language to be used during the EPP server session
value
- The text response language
setVersion
public void setVersion(String value)
Accessor method for the protocol version to be used during the EPP server session
value
- The protocol version
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