EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705
Class epp_Options

java.lang.Object
  |
  +--org.openrtk.idl.epp0705.epp_Options
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp0705/epp_Options.java,v 1.1 2003/03/20 22:42:18 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:18 $

See Also:
org.openrtk.idl.epp0705.epp_Credentials, Serialized Form

Field 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

m_version

public java.lang.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.

See Also:
setVersion(String), getVersion()

m_lang

public java.lang.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.

See Also:
setLang(String), getLang()
Constructor Detail

epp_Options

public epp_Options()
Empty constructor


epp_Options

public epp_Options(java.lang.String _m_version,
                   java.lang.String _m_lang)
The constructor with initializing variables.

Parameters:
_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
Method Detail

setVersion

public void setVersion(java.lang.String value)
Accessor method for the protocol version to be used during the EPP server session

Parameters:
value - The protocol version
See Also:
m_version

getVersion

public java.lang.String getVersion()
Accessor method for the protocol version to be used during the EPP server session

Returns:
The protocol version
See Also:
m_version

setLang

public void setLang(java.lang.String value)
Accessor method for the text response language to be used during the EPP server session

Parameters:
value - The text response language
See Also:
m_lang

getLang

public java.lang.String getLang()
Accessor method for the text response language to be used during the EPP server session

Returns:
The text response language
See Also:
m_lang

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS