org.openrtk.idl.epp0604.domain
Class epp_DomainCheckRsp
java.lang.Object
org.openrtk.idl.epp0604.domain.epp_DomainCheckRsp
- org.omg.CORBA.portable.IDLEntity
public class epp_DomainCheckRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to represent the domain check
response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPDomainCheck
and retrieved using that class' getResponseData() method.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/domain/epp_DomainCheckRsp.java,v 1.2 2003/09/10 21:29:58 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:58 $
m_results
public epp_CheckResult[] m_results
The generic check response array.
m_rsp
public epp_Response m_rsp
The common and generic response element.
epp_DomainCheckRsp
public epp_DomainCheckRsp()
Empty constructor
epp_DomainCheckRsp
public epp_DomainCheckRsp(epp_Response _m_rsp,
epp_CheckResult[] _m_results)
The constructor with initializing variables.
_m_rsp
- The common and generic response element_m_results
- The array of domain check results
getResults
public epp_CheckResult[] getResults()
Accessor method for the domain check results
- The value for the domain check results array
getRsp
public epp_Response getRsp()
Accessor method for the common and generic response element.
- The value for the response element
setResults
public void setResults(epp_CheckResult[] value)
Accessor method for the domain check results
value
- The new value for the domain check results array
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