|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_Service
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/epp/epp_Service.java,v 1.7 2001/12/04 22:32:50 lyin Exp $
epp_LoginReq
,
epp_Greeting
, Serialized FormField 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 |
public java.lang.String m_name
setName(String)
,
getName()
public java.lang.String m_xmlns
setXmlns(String)
,
getXmlns()
public java.lang.String m_schema_location
setSchemaLocation(String)
,
getSchemaLocation()
Constructor Detail |
public epp_Service()
public epp_Service(java.lang.String _m_name, java.lang.String _m_xmlns, java.lang.String _m_schema_location)
_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 objectMethod Detail |
public void setName(java.lang.String value)
value
- The object namem_name
public java.lang.String getName()
m_name
public void setXmlns(java.lang.String value)
value
- The xml namespace of the objectm_xmlns
public java.lang.String getXmlns()
m_xmlns
public void setSchemaLocation(java.lang.String value)
value
- The xml schema locationm_schema_location
public java.lang.String getSchemaLocation()
m_schema_location
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |