|
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.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/epp/epp_CheckResult.java,v 1.8 2002/03/13 16:24:13 lyin Exp $
epp_DomainCheckRsp.getResults()
,
epp_HostCheckRsp.getResults()
,
epp_ContactCheckRsp.getResults()
, Serialized FormField Summary | |
boolean |
m_avail
The boolean value indicating whether an object is available in the registry or not. |
java.lang.String |
m_lang
The language for the reason text, default "en" |
java.lang.String |
m_reason
Server-specific text to explain why the object is unavailable Max length 32 by the XSD specifications |
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)
Deprecated. Please use epp_CheckResult(String _m_value, boolean _m_exists, String _m_reason, String _m_lang) instead |
|
epp_CheckResult(java.lang.String _m_value,
boolean _m_avail,
java.lang.String _m_reason,
java.lang.String _m_lang)
The constructor with initializing variables. |
Method Summary | |
boolean |
getAvail()
Accessor method for the boolean value indicating whether an object is available or not |
boolean |
getExists()
Deprecated. Please use getAvail() instead |
java.lang.String |
getLang()
Accessor method for the language of the reason text |
java.lang.String |
getReason()
Accessor method for the reason text |
java.lang.String |
getValue()
Accessor method for the identifier or name of the object checked in the registry |
void |
setAvail(boolean value)
Accessor method for the boolean value indicating whether an object is available or not |
void |
setExists(boolean value)
Deprecated. Please use setAvail() instead |
void |
setLang(java.lang.String value)
Accessor method for the language of the reason text |
void |
setReason(java.lang.String value)
Accessor method for the reason text |
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_avail
setAvail(boolean)
,
getAvail()
public java.lang.String m_value
setValue(String)
,
getValue()
public java.lang.String m_reason
setReason(String)
,
getReason()
public java.lang.String m_lang
setLang(String)
,
getLang()
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 registrypublic epp_CheckResult(java.lang.String _m_value, boolean _m_avail, java.lang.String _m_reason, java.lang.String _m_lang)
_m_value
- The identifier or name of the object checked in the registry_m_avail
- The boolean value indicating whether an object is available or not_m_reason
- The Server-specific text to explain why the object is unavailable_m_lang
- The language of the reason textMethod Detail |
public void setExists(boolean value)
value
- The boolean value indicating whether an object exists in the registry or notpublic boolean getExists()
public void setAvail(boolean value)
value
- The boolean value indicating whether an object is available or notm_avail
public boolean getAvail()
m_avail
public void setValue(java.lang.String value)
value
- The identifier or name of the objectm_value
public java.lang.String getValue()
m_value
public void setReason(java.lang.String value)
value
- The reason textm_reason
public java.lang.String getReason()
m_reason
public void setLang(java.lang.String value)
value
- The language of the reason textm_lang
public java.lang.String getLang()
m_lang
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 |