org.openrtk.idl.epp0503

Class epp_StatusRsp

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

public class epp_StatusRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains the elements used to represent the status response from the EPP server. Not usually instantiated by the RTK user, but rather by EPPStatus and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_StatusRsp.java,v 1.2 2003/09/10 21:29:56 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:56 $
See Also:
EPPStatus

Field Summary

epp_Response
m_rsp
The common and generic response element.

Constructor Summary

epp_StatusRsp()
Empty constructor
epp_StatusRsp(epp_Response _m_rsp)
The constructor with initializing variables.

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.
String
toString()
Converts this class into a string.

Field Details

m_rsp

public epp_Response m_rsp
The common and generic response element.
See Also:
getRsp()

Constructor Details

epp_StatusRsp

public epp_StatusRsp()
Empty constructor

epp_StatusRsp

public epp_StatusRsp(epp_Response _m_rsp)
The constructor with initializing variables.
Parameters:
_m_rsp - The common and generic response element

Method Details

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

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

toString

public String toString()
Converts this class into a string. Typically used to view the object in debug output.
Returns:
The string representation of this object instance

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS