org.openrtk.idl.epp0402

Class epp_CheckResult

Implemented Interfaces:
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 $
See Also:
epp_DomainCheckRsp.getResults(), epp_HostCheckRsp.getResults(), epp_ContactCheckRsp.getResults()

Field Summary

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.

Constructor Summary

epp_CheckResult()
Empty constructor
epp_CheckResult(boolean _m_exists, 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
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.

Field Details

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.

Constructor Details

epp_CheckResult

public epp_CheckResult()
Empty constructor

epp_CheckResult

public epp_CheckResult(boolean _m_exists,
                       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 Details

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

getValue

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

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

setValue

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

toString

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

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