org.openrtk.idl.epp0402
Class epp_Service
java.lang.Object
org.openrtk.idl.epp0402.epp_Service
- org.omg.CORBA.portable.IDLEntity
public class epp_Service
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains service object or custom service object extensions
supported by the server.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/epp_Service.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:39 $
String | m_name - The name of the object to be managed by the server.
|
String | m_schema_location - The xml schema location of the object.
|
String | m_xmlns - The xml namespace of the object.
|
epp_Service() - Empty constructor
|
epp_Service(String _m_name, String _m_xmlns, String _m_schema_location) - The constructor with initializing variables.
|
String | getName() - Accessor method for the name of the object to be managed by the server
|
String | getSchemaLocation() - Accessor method for the xml schema location of the object
|
String | getXmlns() - Accessor method for the xml namespace of the object
|
void | setName(String value) - Accessor method for the name of the object to be managed by the server
|
void | setSchemaLocation(String value) - Accessor method for the xml schema location of the object
|
void | setXmlns(String value) - Accessor method for the xml namespace of the object
|
String | toString() - Converts this class into a string.
|
m_name
public String m_name
The name of the object to be managed by the server.
m_schema_location
public String m_schema_location
The xml schema location of the object.
m_xmlns
public String m_xmlns
The xml namespace of the object.
epp_Service
public epp_Service()
Empty constructor
epp_Service
public epp_Service(String _m_name,
String _m_xmlns,
String _m_schema_location)
The constructor with initializing variables.
_m_name
- The name of the object to be managed by the server_m_xmlns
- The xml namespace of the object_m_schema_location
- The xml schema location of the object
getName
public String getName()
Accessor method for the name of the object to be managed by the server
getSchemaLocation
public String getSchemaLocation()
Accessor method for the xml schema location of the object
getXmlns
public String getXmlns()
Accessor method for the xml namespace of the object
- The xml namespace of the object
setName
public void setName(String value)
Accessor method for the name of the object to be managed by the server
setSchemaLocation
public void setSchemaLocation(String value)
Accessor method for the xml schema location of the object
value
- The xml schema location
setXmlns
public void setXmlns(String value)
Accessor method for the xml namespace of the object
value
- The xml namespace of the object
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