| 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openrtk.idl.epp0705.contact.epp_ContactCheckReq
Class that contains the elements necessary to check to see if a contact is available in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/contact/epp_ContactCheckReq.java,v 1.1 2003/03/20 22:42:23 tubadanm Exp $
com.tucows.oxrs.epp.rtk.xml.EPPContactCheck, 
epp_ContactCheckRsp, 
Serialized Form| Field Summary | |
 epp_Command | 
m_cmd
The common and generic command element.  | 
 java.lang.String[] | 
m_ids
The array of contact ids to check in the registry.  | 
| Constructor Summary | |
epp_ContactCheckReq()
Empty constructor  | 
|
epp_ContactCheckReq(epp_Command _m_cmd,
                    java.lang.String[] _m_ids)
The constructor with initializing variables.  | 
|
| Method Summary | |
 epp_Command | 
getCmd()
Accessor method for the common and generic command element  | 
 java.lang.String[] | 
getIds()
Accessor method for the array of contact ids to check in the registry  | 
 java.lang.String[] | 
getRoids()
Deprecated.  | 
 void | 
setCmd(epp_Command value)
Accessor method for the common and generic command element  | 
 void | 
setIds(java.lang.String[] value)
Accessor method for the array of contact ids to check in the registry  | 
 void | 
setRoids(java.lang.String[] value)
Deprecated.  | 
 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.epp0705.epp_Command), 
getCmd()public java.lang.String[] m_ids
setIds(String[]), 
getIds()| Constructor Detail | 
public epp_ContactCheckReq()
public epp_ContactCheckReq(epp_Command _m_cmd,
                           java.lang.String[] _m_ids)
_m_cmd - The common and generic command element_m_ids - The array of contact ids to check in the registry| Method Detail | 
public void setCmd(epp_Command value)
value - The command elementm_cmdpublic epp_Command getCmd()
m_cmdpublic void setRoids(java.lang.String[] value)
setIds(String[])public java.lang.String[] getRoids()
getIds()public void setIds(java.lang.String[] value)
value - The array of contact idsm_idspublic java.lang.String[] getIds()
m_idspublic java.lang.String toString()
toString in class java.lang.Object
  | 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||