org.openrtk.idl.epp0604
Class epp_ServiceMenu
java.lang.Object
org.openrtk.idl.epp0604.epp_ServiceMenu
- org.omg.CORBA.portable.IDLEntity
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.2 2003/09/10 21:29:57 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:57 $
String[] | m_extensions - The array of object extensions supported by the server.
|
String[] | m_langs - The array of languages supported by the server.
|
String[] | m_services - The array of services offered by the server.
|
String[] | m_versions - The array of protocol versions supported by the server.
|
epp_ServiceMenu() - Empty constructor
|
epp_ServiceMenu(String[] _m_versions, String[] _m_langs, String[] _m_services, String[] _m_extensions) - The constructor with initializing variables.
|
String[] | getExtensions() - Accessor method for the array of object extensions supported by the server
|
String[] | getLangs() - Accessor method for the array of languages supported by the server
|
String[] | getServices() - Accessor method for the array of services offered by the server
|
String[] | getVersions() - Accessor method for the array of protocol versions supported by the server
|
void | setExtensions(String[] value) - Accessor method for the array of object extensions supported by the server
|
void | setLangs(String[] value) - Accessor method for the array of languages supported by the server
|
void | setServices(String[] value) - Accessor method for the array of services offered by the server
|
void | setVersions(String[] value) - Accessor method for the array of protocol versions supported by the server
|
String | toString() - Converts this class into a string.
|
m_extensions
public String[] m_extensions
The array of object extensions supported by the server.
m_langs
public String[] m_langs
The array of languages supported by the server.
m_services
public String[] m_services
The array of services offered by the server.
m_versions
public String[] m_versions
The array of protocol versions supported by the server.
epp_ServiceMenu
public epp_ServiceMenu()
Empty constructor
epp_ServiceMenu
public epp_ServiceMenu(String[] _m_versions,
String[] _m_langs,
String[] _m_services,
String[] _m_extensions)
The constructor with initializing variables.
_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
getExtensions
public String[] getExtensions()
Accessor method for the array of object extensions supported by the server
- The array of service extensions
getLangs
public String[] getLangs()
Accessor method for the array of languages supported by the server
- The array of languages supported by the server
getServices
public String[] getServices()
Accessor method for the array of services offered by the server
getVersions
public String[] getVersions()
Accessor method for the array of protocol versions supported by the server
- The array of protocol versions
setExtensions
public void setExtensions(String[] value)
Accessor method for the array of object extensions supported by the server
value
- The array of service extensions
setLangs
public void setLangs(String[] value)
Accessor method for the array of languages supported by the server
value
- The array of languages supported by the server
setServices
public void setServices(String[] value)
Accessor method for the array of services offered by the server
value
- The array of services
setVersions
public void setVersions(String[] value)
Accessor method for the array of protocol versions supported by the server
value
- The array of protocol versions
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