|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.host.epp_HostCheckReq
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/epp/host/epp_HostCheckReq.java,v 1.7 2001/12/04 22:32:09 lyin Exp $
EPPHostCheck
,
epp_HostCheckRsp
, Serialized FormField Summary | |
epp_Command |
m_cmd
The common and generic command element. |
java.lang.String[] |
m_names
The array of host names to check in the registry. |
Constructor Summary | |
epp_HostCheckReq()
Empty constructor |
|
epp_HostCheckReq(epp_Command _m_cmd,
java.lang.String[] _m_names)
The constructor with initializing variables. |
Method Summary | |
epp_Command |
getCmd()
Accessor method for the common and generic command element |
java.lang.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(java.lang.String[] value)
Accessor method for the array of host names to check 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 |
public epp_Command m_cmd
setCmd(org.openrtk.idl.epp.epp_Command)
,
getCmd()
public java.lang.String[] m_names
setNames(String[])
,
getNames()
Constructor Detail |
public epp_HostCheckReq()
public epp_HostCheckReq(epp_Command _m_cmd, java.lang.String[] _m_names)
_m_cmd
- The common and generic command element_m_names
- The array of host names to checkMethod Detail |
public void setCmd(epp_Command value)
value
- The command elementm_cmd
public epp_Command getCmd()
m_cmd
public void setNames(java.lang.String[] value)
value
- The array of host namesm_names
public java.lang.String[] getNames()
m_names
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |