org.openrtk.idl.epp0503.host
Class epp_HostCheckReq
java.lang.Object
org.openrtk.idl.epp0503.host.epp_HostCheckReq
- org.omg.CORBA.portable.IDLEntity
public class epp_HostCheckReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements necessary to check to see if
a host is available in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/host/epp_HostCheckReq.java,v 1.2 2003/09/10 21:29:57 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:57 $
epp_Command | m_cmd - The common and generic command element.
|
String[] | m_names - The array of host names to check in the registry.
|
epp_Command | getCmd() - Accessor method for the common and generic command element
|
String[] | getNames() - Accessor method for the array of host names to check in the registry
|
void | setCmd(epp_Command value) - Accessor method for the common and generic command element
|
void | setNames(String[] value) - Accessor method for the array of host names to check in the registry
|
String | toString() - Converts this class into a string.
|
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_names
public String[] m_names
The array of host names to check in the registry.
epp_HostCheckReq
public epp_HostCheckReq()
Empty constructor
epp_HostCheckReq
public epp_HostCheckReq(epp_Command _m_cmd,
String[] _m_names)
The constructor with initializing variables.
_m_cmd
- The common and generic command element_m_names
- The array of host names to check
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
getNames
public String[] getNames()
Accessor method for the array of host names to check in the registry
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
setNames
public void setNames(String[] value)
Accessor method for the array of host names to check in the registry
value
- The array of host names
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