org.openrtk.idl.epp0402
Class epp_CheckResult
java.lang.Object
org.openrtk.idl.epp0402.epp_CheckResult
- org.omg.CORBA.portable.IDLEntity
public class epp_CheckResult
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
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 $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:38 $
boolean | m_exists - The boolean value indicating whether an object exists in the registry or not.
|
String | m_value - The identifier or name of the object checked in the registry.
|
boolean | getExists() - Accessor method for the boolean value indicating whether an object exists in the registry or not
|
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(String value) - Accessor method for the identifier or name of the object checked in the registry
|
String | toString() - Converts this class into a string.
|
m_exists
public boolean m_exists
The boolean value indicating whether an object exists in the registry or not.
m_value
public String m_value
The identifier or name of the object checked in the registry.
epp_CheckResult
public epp_CheckResult()
Empty constructor
epp_CheckResult
public epp_CheckResult(boolean _m_exists,
String _m_value)
The constructor with initializing variables.
_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
getExists
public boolean getExists()
Accessor method for the boolean value indicating whether an object exists in the registry or not
- The boolean value indicating whether an object exists in the registry or not
getValue
public String getValue()
Accessor method for the identifier or name of the object checked in the registry
- The identifier or name of the object
setExists
public void setExists(boolean value)
Accessor method for the boolean value indicating whether an object exists in the registry or not
value
- The boolean value indicating whether an object exists in the registry or not
setValue
public void setValue(String value)
Accessor method for the identifier or name of the object checked in the registry
value
- The identifier or name of the object
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS