|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.domain.epp_DomainCheckRsp
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 $
EPPDomainCheck
,
epp_DomainCheckReq
, Serialized FormField 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 |
public epp_Response m_rsp
getRsp()
public epp_CheckResult[] m_results
getResults()
,
EPPXMLBase.getCheckResultFor(epp_CheckResult[], String)
Constructor Detail |
public epp_DomainCheckRsp()
public epp_DomainCheckRsp(epp_Response _m_rsp, epp_CheckResult[] _m_results)
_m_rsp
- The common and generic response element_m_results
- The array of domain check resultsMethod Detail |
public void setRsp(epp_Response value)
value
- The new value for the response elementm_rsp
public epp_Response getRsp()
m_rsp
public void setResults(epp_CheckResult[] value)
value
- The new value for the domain check results arraym_results
public epp_CheckResult[] getResults()
m_results
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |