org.openrtk.idl.epp0503
Class epp_StatusReq
java.lang.Object
org.openrtk.idl.epp0503.epp_StatusReq
- org.omg.CORBA.portable.IDLEntity
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.2 2003/09/10 21:29:56 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:56 $
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
|
m_client_trid
public 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.
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_command
public epp_StatusCommandType m_command
The type of command upon the status command will be applied
epp_StatusReq
public epp_StatusReq()
Empty constructor
epp_StatusReq
public epp_StatusReq(epp_Command _m_cmd,
String _m_client_trid,
epp_StatusCommandType _m_command)
The constructor with initializing variables.
_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
getClientTrid
public String getClientTrid()
Accessor method for the client transaction id
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
setClientTrid
public void setClientTrid(String value)
Accessor method for the client transaction id
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS