org.openrtk.idl.epp
Class epp_ResultData
java.lang.Object
|
+--org.openrtk.idl.epp.epp_ResultData
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public class epp_ResultData
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Class that contains the generic, non-object specific EPP result data.
Used in epp_Result. Contains data for the results to the Status command.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_ResultData.java,v 1.1 2002/03/13 18:33:22 tubadanm Exp $
$Revision: 1.1 $
$Date: 2002/03/13 18:33:22 $
- See Also:
epp_Result
,
epp_Status
, Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_status
public epp_StatusResultData m_status
- Placeholder for the result data to the EPP Status command
- See Also:
setStatus(org.openrtk.idl.epp.epp_StatusResultData)
,
getStatus()
epp_ResultData
public epp_ResultData()
- Empty constructor
epp_ResultData
public epp_ResultData(epp_StatusResultData _m_status)
- The constructor with initializing variables.
- Parameters:
_m_status
- The result data for the status command
setStatus
public void setStatus(epp_StatusResultData value)
- Accessor method for the status result data
- Parameters:
value
- The status result data- See Also:
m_status
getStatus
public epp_StatusResultData getStatus()
- Accessor method for the status result data
- Returns:
- The status result data
- See Also:
m_status
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.