EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604
Class epp_Service

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

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/epp0604/epp_Service.java,v 1.1 2003/03/21 15:54:28 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:28 $

See Also:
epp_LoginReq, epp_Greeting, Serialized Form

Field Summary
 java.lang.String m_name
          The name of the object to be managed by the server.
 java.lang.String m_schema_location
          The xml schema location of the object.
 java.lang.String m_xmlns
          The xml namespace of the object.
 
Constructor Summary
epp_Service()
          Empty constructor
epp_Service(java.lang.String _m_name, java.lang.String _m_xmlns, java.lang.String _m_schema_location)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getName()
          Accessor method for the name of the object to be managed by the server
 java.lang.String getSchemaLocation()
          Accessor method for the xml schema location of the object
 java.lang.String getXmlns()
          Accessor method for the xml namespace of the object
 void setName(java.lang.String value)
          Accessor method for the name of the object to be managed by the server
 void setSchemaLocation(java.lang.String value)
          Accessor method for the xml schema location of the object
 void setXmlns(java.lang.String value)
          Accessor method for the xml namespace of the object
 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_name

public java.lang.String m_name
The name of the object to be managed by the server.

See Also:
setName(String), getName()

m_xmlns

public java.lang.String m_xmlns
The xml namespace of the object.

See Also:
setXmlns(String), getXmlns()

m_schema_location

public java.lang.String m_schema_location
The xml schema location of the object.

See Also:
setSchemaLocation(String), getSchemaLocation()
Constructor Detail

epp_Service

public epp_Service()
Empty constructor


epp_Service

public epp_Service(java.lang.String _m_name,
                   java.lang.String _m_xmlns,
                   java.lang.String _m_schema_location)
The constructor with initializing variables.

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

setName

public void setName(java.lang.String value)
Accessor method for the name of the object to be managed by the server

Parameters:
value - The object name
See Also:
m_name

getName

public java.lang.String getName()
Accessor method for the name of the object to be managed by the server

Returns:
The object name
See Also:
m_name

setXmlns

public void setXmlns(java.lang.String value)
Accessor method for the xml namespace of the object

Parameters:
value - The xml namespace of the object
See Also:
m_xmlns

getXmlns

public java.lang.String getXmlns()
Accessor method for the xml namespace of the object

Returns:
The xml namespace of the object
See Also:
m_xmlns

setSchemaLocation

public void setSchemaLocation(java.lang.String value)
Accessor method for the xml schema location of the object

Parameters:
value - The xml schema location
See Also:
m_schema_location

getSchemaLocation

public java.lang.String getSchemaLocation()
Accessor method for the xml schema location of the object

Returns:
The xml schema location
See Also:
m_schema_location

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