EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0402
Class epp_CheckResult

java.lang.Object
  |
  +--org.openrtk.idl.epp0402.epp_CheckResult
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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 $

See Also:
epp_DomainCheckRsp.getResults(), epp_HostCheckRsp.getResults(), epp_ContactCheckRsp.getResults(), Serialized Form

Field 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

m_exists

public boolean m_exists
The boolean value indicating whether an object exists in the registry or not.

See Also:
setExists(boolean), getExists()

m_value

public java.lang.String m_value
The identifier or name of the object checked in the registry.

See Also:
setValue(String), getValue()
Constructor Detail

epp_CheckResult

public epp_CheckResult()
Empty constructor


epp_CheckResult

public epp_CheckResult(boolean _m_exists,
                       java.lang.String _m_value)
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
Method Detail

setExists

public void setExists(boolean value)
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
See Also:
m_exists

getExists

public boolean getExists()
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
See Also:
m_exists

setValue

public void setValue(java.lang.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

getValue

public java.lang.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

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS