|
EPP RTK for Java v 0.7.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp0402.host.epp_HostCreateRsp
Class that contains the elements used to represent the host create response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPHostCreate and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/host/epp_HostCreateRsp.java,v 1.1 2003/03/21 16:35:42 tubadanm Exp $
com.tucows.oxrs.epp.rtk.xml.EPPHostCreate
,
epp_HostCreateReq
,
Serialized FormField Summary | |
java.lang.String |
m_name
The name of the host object in the registry. |
epp_Response |
m_rsp
The common and generic response element. |
Constructor Summary | |
epp_HostCreateRsp()
Empty constructor |
|
epp_HostCreateRsp(epp_Response _m_rsp,
java.lang.String _m_name)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getName()
Accessor method for the name of the host object in the registry |
epp_Response |
getRsp()
Accessor method for the common and generic response element. |
void |
setName(java.lang.String value)
Accessor method for the name of the host object in the registry |
void |
setRsp(epp_Response value)
Accessor method for the common and generic response element. |
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 epp_Response m_rsp
getRsp()
public java.lang.String m_name
setName(String)
,
getName()
Constructor Detail |
public epp_HostCreateRsp()
public epp_HostCreateRsp(epp_Response _m_rsp, java.lang.String _m_name)
_m_rsp
- The common and generic response element_m_name
- The name of the host object in the registryMethod Detail |
public void setRsp(epp_Response value)
value
- The new value for the response elementm_rsp
public epp_Response getRsp()
m_rsp
public void setName(java.lang.String value)
value
- The host namem_name
public java.lang.String getName()
m_name
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.7.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |