|
EPP RTK for Java v 0.7.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp0402.epp_CheckResult
Class that contains the elements generic to all the check command responses.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/epp_CheckResult.java,v 1.1 2003/03/21 16:35:38 tubadanm Exp $
epp_DomainCheckRsp.getResults()
,
epp_HostCheckRsp.getResults()
,
epp_ContactCheckRsp.getResults()
,
Serialized FormField Summary | |
boolean |
m_exists
The boolean value indicating whether an object exists in the registry or not. |
java.lang.String |
m_value
The identifier or name of the object checked in the registry. |
Constructor Summary | |
epp_CheckResult()
Empty constructor |
|
epp_CheckResult(boolean _m_exists,
java.lang.String _m_value)
The constructor with initializing variables. |
Method Summary | |
boolean |
getExists()
Accessor method for the boolean value indicating whether an object exists in the registry or not |
java.lang.String |
getValue()
Accessor method for the identifier or name of the object checked in the registry |
void |
setExists(boolean value)
Accessor method for the boolean value indicating whether an object exists in the registry or not |
void |
setValue(java.lang.String value)
Accessor method for the identifier or name of the object checked in the registry |
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 boolean m_exists
setExists(boolean)
,
getExists()
public java.lang.String m_value
setValue(String)
,
getValue()
Constructor Detail |
public epp_CheckResult()
public epp_CheckResult(boolean _m_exists, java.lang.String _m_value)
_m_exists
- The boolean value indicating whether an object exists in the registry or not_m_value
- The identifier or name of the object checked in the registryMethod Detail |
public void setExists(boolean value)
value
- The boolean value indicating whether an object exists in the registry or notm_exists
public boolean getExists()
m_exists
public void setValue(java.lang.String value)
value
- The identifier or name of the objectm_value
public java.lang.String getValue()
m_value
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.7.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |