|
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.domain.epp_DomainCheckReq
Class that contains the elements necessary to check to see if a domain is available in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCheckReq.java,v 1.7 2001/11/07 20:44:05 tubadanm Exp $
EPPDomainCheck
,
epp_DomainCheckRsp
, Serialized FormField Summary | |
epp_Command |
m_cmd
The common and generic command element. |
java.lang.String[] |
m_names
The array of domain names to check in the registry. |
Constructor Summary | |
epp_DomainCheckReq()
Empty constructor |
|
epp_DomainCheckReq(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 domain 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 domain 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_DomainCheckReq()
public epp_DomainCheckReq(epp_Command _m_cmd, java.lang.String[] _m_names)
_m_cmd
- The common and generic command element_m_names
- The array of domain 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 domain 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 |