EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503
Class epp_StatusReq

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

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

Class that contains the elements necessary to send the status command to an EPP server.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_StatusReq.java,v 1.1 2003/03/21 16:18:26 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:26 $

See Also:
com.tucows.oxrs.epp.rtk.xml.EPPStatus, epp_StatusRsp, Serialized Form

Field Summary
 java.lang.String m_client_trid
          The client transaction id upon the status command will be applied This is not the same as the client trid use in the generic command arguments.
 epp_Command m_cmd
          The common and generic command element.
 epp_StatusCommandType m_command
          The type of command upon the status command will be applied
 
Constructor Summary
epp_StatusReq()
          Empty constructor
epp_StatusReq(epp_Command _m_cmd, java.lang.String _m_client_trid, epp_StatusCommandType _m_command)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getClientTrid()
          Accessor method for the client transaction id
 epp_Command getCmd()
          Accessor method for the common and generic command element
 epp_StatusCommandType getCommand()
          Accessor method for the command type
 void setClientTrid(java.lang.String value)
          Accessor method for the client transaction id
 void setCmd(epp_Command value)
          Accessor method for the common and generic command element
 void setCommand(epp_StatusCommandType value)
          Accessor method for the command type
 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_client_trid

public java.lang.String m_client_trid
The client transaction id upon the status command will be applied This is not the same as the client trid use in the generic command arguments.

See Also:
setClientTrid(String), getClientTrid()

m_command

public epp_StatusCommandType m_command
The type of command upon the status command will be applied

See Also:
setCommand(org.openrtk.idl.epp0503.epp_StatusCommandType), getCommand()
Constructor Detail

epp_StatusReq

public epp_StatusReq()
Empty constructor


epp_StatusReq

public epp_StatusReq(epp_Command _m_cmd,
                     java.lang.String _m_client_trid,
                     epp_StatusCommandType _m_command)
The constructor with initializing variables.

Parameters:
_m_cmd - The common and generic command element
_m_client_trid - The client transaction id for the status command
_m_command - The status command type
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

setClientTrid

public void setClientTrid(java.lang.String value)
Accessor method for the client transaction id

Parameters:
value - The client trid
See Also:
m_client_trid

getClientTrid

public java.lang.String getClientTrid()
Accessor method for the client transaction id

Returns:
The client trid
See Also:
m_client_trid

setCommand

public void setCommand(epp_StatusCommandType value)
Accessor method for the command type

Parameters:
value - The command type
See Also:
m_command

getCommand

public epp_StatusCommandType getCommand()
Accessor method for the command type

Returns:
The command type
See Also:
m_command

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