EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503.contact
Class epp_ContactCheckReq

java.lang.Object
  |
  +--org.openrtk.idl.epp0503.contact.epp_ContactCheckReq
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_ContactCheckReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

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/epp0503/contact/epp_ContactCheckReq.java,v 1.1 2003/03/21 16:18:27 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:27 $

See Also:
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

m_cmd

public epp_Command m_cmd
The common and generic command element.

See Also:
setCmd(org.openrtk.idl.epp0503.epp_Command), getCmd()

m_ids

public java.lang.String[] m_ids
The array of contact ids to check in the registry.

See Also:
setIds(String[]), getIds()
Constructor Detail

epp_ContactCheckReq

public epp_ContactCheckReq()
Empty constructor


epp_ContactCheckReq

public epp_ContactCheckReq(epp_Command _m_cmd,
                           java.lang.String[] _m_ids)
The constructor with initializing variables.

Parameters:
_m_cmd - The common and generic command element
_m_ids - The array of contact ids to check in the registry
Method Detail

setCmd

public void setCmd(epp_Command value)
Accessor method for the common and generic command element

Parameters:
value - The command element
See Also:
m_cmd

getCmd

public epp_Command getCmd()
Accessor method for the common and generic command element

Returns:
The command element
See Also:
m_cmd

setRoids

public void setRoids(java.lang.String[] value)
Deprecated.  

See Also:
setIds(String[])

getRoids

public java.lang.String[] getRoids()
Deprecated.  

Accessor for the contact Id array. Deprecated. Internally calls getIds().

See Also:
getIds()

setIds

public void setIds(java.lang.String[] value)
Accessor method for the array of contact ids to check in the registry

Parameters:
value - The array of contact ids
See Also:
m_ids

getIds

public java.lang.String[] getIds()
Accessor method for the array of contact ids to check in the registry

Returns:
The array of contact ids
See Also:
m_ids

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

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