org.openrtk.idl.epp0503

Class epp_Options

Implemented Interfaces:
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/epp0503/epp_Options.java,v 1.1 2003/03/21 16:18:25 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:25 $
See Also:
epp_Credentials

Field Summary

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.

Constructor Summary

epp_Options()
Empty constructor
epp_Options(String _m_version, String _m_lang)
The constructor with initializing variables.

Method Summary

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.

Field Details

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.

Constructor Details

epp_Options

public epp_Options()
Empty constructor

epp_Options

public epp_Options(String _m_version,
                   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 Details

getLang

public String getLang()
Accessor method for the text response language to be used during the EPP server session
Returns:
The text response language

getVersion

public String getVersion()
Accessor method for the protocol version to be used during the EPP server session
Returns:
The protocol version

setLang

public void setLang(String value)
Accessor method for the text response language to be used during the EPP server session
Parameters:
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
Parameters:
value - The protocol version

toString

public String toString()
Converts this class into a string. Typically used to view the object in debug output.
Returns:
The string representation of this object instance

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