EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604
Class epp_ServiceMenu

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

public class epp_ServiceMenu
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains elements used to describe the services supported by the EPP registry server.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/epp_ServiceMenu.java,v 1.1 2003/03/21 15:54:29 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:29 $

See Also:
epp_Greeting, com.tucows.oxrs.epp.rtk.xml.EPPGreeting, Serialized Form

Field Summary
 java.lang.String[] m_extensions
          The array of object extensions supported by the server.
 java.lang.String[] m_langs
          The array of languages supported by the server.
 java.lang.String[] m_services
          The array of services offered by the server.
 java.lang.String[] m_versions
          The array of protocol versions supported by the server.
 
Constructor Summary
epp_ServiceMenu()
          Empty constructor
epp_ServiceMenu(java.lang.String[] _m_versions, java.lang.String[] _m_langs, java.lang.String[] _m_services, java.lang.String[] _m_extensions)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String[] getExtensions()
          Accessor method for the array of object extensions supported by the server
 java.lang.String[] getLangs()
          Accessor method for the array of languages supported by the server
 java.lang.String[] getServices()
          Accessor method for the array of services offered by the server
 java.lang.String[] getVersions()
          Accessor method for the array of protocol versions supported by the server
 void setExtensions(java.lang.String[] value)
          Accessor method for the array of object extensions supported by the server
 void setLangs(java.lang.String[] value)
          Accessor method for the array of languages supported by the server
 void setServices(java.lang.String[] value)
          Accessor method for the array of services offered by the server
 void setVersions(java.lang.String[] value)
          Accessor method for the array of protocol versions 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

m_versions

public java.lang.String[] m_versions
The array of protocol versions supported by the server.

See Also:
setVersions(String[]), getVersions()

m_langs

public java.lang.String[] m_langs
The array of languages supported by the server.

See Also:
setLangs(String[]), getLangs()

m_services

public java.lang.String[] m_services
The array of services offered by the server.

See Also:
setServices(String[]), getServices()

m_extensions

public java.lang.String[] m_extensions
The array of object extensions supported by the server.

See Also:
setExtensions(String[]), getExtensions()
Constructor Detail

epp_ServiceMenu

public epp_ServiceMenu()
Empty constructor


epp_ServiceMenu

public epp_ServiceMenu(java.lang.String[] _m_versions,
                       java.lang.String[] _m_langs,
                       java.lang.String[] _m_services,
                       java.lang.String[] _m_extensions)
The constructor with initializing variables.

Parameters:
_m_versions - The array of protocol versions supported by the server
_m_langs - The array of languages supported by the server
_m_services - The array of services offered by the server
_m_extensions - The array of object extensions supported by the server
Method Detail

setVersions

public void setVersions(java.lang.String[] value)
Accessor method for the array of protocol versions supported by the server

Parameters:
value - The array of protocol versions
See Also:
m_versions

getVersions

public java.lang.String[] getVersions()
Accessor method for the array of protocol versions supported by the server

Returns:
The array of protocol versions
See Also:
m_versions

setLangs

public void setLangs(java.lang.String[] value)
Accessor method for the array of languages supported by the server

Parameters:
value - The array of languages supported by the server
See Also:
m_langs

getLangs

public java.lang.String[] getLangs()
Accessor method for the array of languages supported by the server

Returns:
The array of languages supported by the server
See Also:
m_langs

setServices

public void setServices(java.lang.String[] value)
Accessor method for the array of services offered by the server

Parameters:
value - The array of services
See Also:
m_services

getServices

public java.lang.String[] getServices()
Accessor method for the array of services offered by the server

Returns:
The array of services
See Also:
m_services

setExtensions

public void setExtensions(java.lang.String[] value)
Accessor method for the array of object extensions supported by the server

Parameters:
value - The array of service extensions
See Also:
m_extensions

getExtensions

public java.lang.String[] getExtensions()
Accessor method for the array of object extensions supported by the server

Returns:
The array of service extensions
See Also:
m_extensions

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