EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp.domain
Class epp_DomainCheckRsp

java.lang.Object
  |
  +--org.openrtk.idl.epp.domain.epp_DomainCheckRsp
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp/domain/epp_DomainCheckRsp.java,v 1.8 2001/11/07 20:55:09 tubadanm Exp $
$Revision: 1.8 $
$Date: 2001/11/07 20:55:09 $

See Also:
EPPDomainCheck, epp_DomainCheckReq, Serialized Form

Field Summary
 epp_CheckResult[] m_results
          The generic check response array.
 epp_Response m_rsp
          The common and generic response element.
 
Constructor Summary
epp_DomainCheckRsp()
          Empty constructor
epp_DomainCheckRsp(epp_Response _m_rsp, epp_CheckResult[] _m_results)
          The constructor with initializing variables.
 
Method Summary
 epp_CheckResult[] getResults()
          Accessor method for the domain check results
 epp_Response getRsp()
          Accessor method for the common and generic response element.
 void setResults(epp_CheckResult[] value)
          Accessor method for the domain check results
 void setRsp(epp_Response value)
          Accessor method for the common and generic response element.
 java.lang.String toString()
          Converts this class into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_rsp

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

m_results

public epp_CheckResult[] m_results
The generic check response array.
See Also:
getResults(), EPPXMLBase.getCheckResultFor(epp_CheckResult[], String)
Constructor Detail

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.
Parameters:
_m_rsp - The common and generic response element
_m_results - The array of domain check results
Method Detail

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

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

setResults

public void setResults(epp_CheckResult[] value)
Accessor method for the domain check results
Parameters:
value - The new value for the domain check results array
See Also:
m_results

getResults

public epp_CheckResult[] getResults()
Accessor method for the domain check results
Returns:
The value for the domain check results array
See Also:
m_results

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

EPP RTK
for Java v 0.5.0

Copyright © 2001 - Tucows, Inc.