org.openrtk.idl.epprtk
Class epp_PollRsp
java.lang.Object
org.openrtk.idl.epprtk.epp_PollRsp
- org.omg.CORBA.portable.IDLEntity
public class epp_PollRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to represent the poll
response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPPoll
and retrieved using that class' getResponseData() method.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/epp_PollRsp.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
m_rsp
public epp_Response m_rsp
The common and generic response element.
epp_PollRsp
public epp_PollRsp()
Empty constructor
epp_PollRsp
public epp_PollRsp(epp_Response _m_rsp,
epp_PollResData _m_res_data)
The constructor with initializing variables.
_m_rsp
- The common and generic response element_m_res_data
- The retrieved message data
getResData
public epp_PollResData getResData()
Accessor method for the retrieved message data
- The retrieved message data
getRsp
public epp_Response getRsp()
Accessor method for the common and generic response element.
- The value for the response element
setResData
public void setResData(epp_PollResData value)
Accessor method for the retrieved message data
value
- The retrieved message data
setRsp
public void setRsp(epp_Response value)
Accessor method for the common and generic response element.
value
- The new value for the response element
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