org.openrtk.idl.epp.host
Class epp_HostDeleteRsp
java.lang.Object
|
+--org.openrtk.idl.epp.host.epp_HostDeleteRsp
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public class epp_HostDeleteRsp
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to represent the host delete
response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPHostDelete
and retrieved using that class' getResponseData() method.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostDeleteRsp.java,v 1.7 2001/12/04 22:32:09 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:32:09 $
- See Also:
EPPHostDelete
,
epp_HostDeleteReq
, Serialized Form
Method Summary |
epp_Response |
getRsp()
Accessor method for the common and generic response element. |
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 |
m_rsp
public epp_Response m_rsp
- The common and generic response element.
- See Also:
getRsp()
epp_HostDeleteRsp
public epp_HostDeleteRsp()
- Empty constructor
epp_HostDeleteRsp
public epp_HostDeleteRsp(epp_Response _m_rsp)
- The constructor with initializing variables.
- Parameters:
_m_rsp
- The common and generic response element
setRsp
public void setRsp(epp_Response value)
- Accessor method for the common and generic response element.
- Parameters:
value
- The new value for the response element- See Also:
m_rsp
getRsp
public epp_Response getRsp()
- Accessor method for the common and generic response element.
- Returns:
- The value for the response element
- See Also:
m_rsp
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
Copyright © 2001 - Tucows, Inc.