| EPP RTK for Java v 0.9.5 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.openrtk.idl.epp0604.epp_CheckResultpublic class epp_CheckResultextends java.lang.Objectimplements org.omg.CORBA.portable.IDLEntityField Summary | |
boolean |
|
String |
|
String |
|
String |
|
Constructor Summary | |
| |
| |
| |
Method Summary | |
boolean |
|
boolean |
|
String |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
public boolean m_avail
The boolean value indicating whether an object is available in the registry or not.
- See Also:
setAvail(boolean),getAvail()
public String m_lang
The language for the reason text, default "en"
- See Also:
setLang(String),getLang()
public String m_reason
Server-specific text to explain why the object is unavailable Max length 32 by the XSD specifications
- See Also:
setReason(String),getReason()
public String m_value
The identifier or name of the object checked in the registry.
- See Also:
setValue(String),getValue()
public epp_CheckResult()
Empty constructor
public epp_CheckResult(String _m_value,
boolean _m_avail,
String _m_reason,
String _m_lang)The constructor with initializing variables.
- Parameters:
_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 text
public epp_CheckResult(boolean _m_exists,
String _m_value)Deprecated. Please use epp_CheckResult(String _m_value, boolean _m_exists, String _m_reason, String _m_lang) instead
The constructor with initializing variables.
- Parameters:
_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 registry
public boolean getAvail()
Accessor method for the boolean value indicating whether an object is available or not
- Returns:
- The boolean value indicating whether an object is available or not
- See Also:
m_avail
public boolean getExists()
Deprecated. Please use getAvail() instead
Accessor method for the boolean value indicating whether an object exists in the registry or not
- Returns:
- The boolean value indicating whether an object exists in the registry or not
public String getLang()
Accessor method for the language of the reason text
- Returns:
- The language of the reason text
- See Also:
m_lang
public String getReason()
Accessor method for the reason text
- Returns:
- The reason text
- See Also:
m_reason
public String getValue()
Accessor method for the identifier or name of the object checked in the registry
- Returns:
- The identifier or name of the object
- See Also:
m_value
public void setAvail(boolean value)
Accessor method for the boolean value indicating whether an object is available or not
- Parameters:
value- The boolean value indicating whether an object is available or not
- See Also:
m_avail
public void setExists(boolean value)
Deprecated. Please use setAvail() instead
Accessor method for the boolean value indicating whether an object exists in the registry or not
- Parameters:
value- The boolean value indicating whether an object exists in the registry or not
public void setLang(String value)
Accessor method for the language of the reason text
- Parameters:
value- The language of the reason text
- See Also:
m_lang
public void setReason(String value)
Accessor method for the reason text
- Parameters:
value- The reason text
- See Also:
m_reason
public void setValue(String value)
Accessor method for the identifier or name of the object checked in the registry
- Parameters:
value- The identifier or name of the object
- See Also:
m_value
public String toString()
Converts this class into a string. Typically used to view the object in debug output.
- Returns:
- The string representation of this object instance