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