org.openrtk.idl.epp0604
Class epp_PollReq
java.lang.Object
org.openrtk.idl.epp0604.epp_PollReq
- org.omg.CORBA.portable.IDLEntity
public class epp_PollReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to discover and retrieve client
service messages from the EPP server
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/epp_PollReq.java,v 1.2 2003/09/10 21:29:57 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:57 $
epp_Command | getCmd() - Accessor method for the common and generic command element
|
String | getMsgID() - Accessor method for the response message id from the EPP server
|
epp_PollOpType | getOp() - Accessor method for the poll operation type
|
void | setCmd(epp_Command value) - Accessor method for the common and generic command element
|
void | setMsgID(String value) - Accessor method for the response message id from the EPP server
|
void | setOp(epp_PollOpType value) - Accessor method for the poll operation type
|
String | toString() - Converts this class into a string.
|
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_msgID
public String m_msgID
The response message id from the EPP server.
epp_PollReq
public epp_PollReq()
Empty constructor
epp_PollReq
public epp_PollReq(epp_Command _m_cmd,
epp_PollOpType _m_op,
String _m_msgID)
The constructor with initializing variables.
_m_cmd
- The common and generic command element_m_op
- The poll operation type_m_msgID
- The response message id from the EPP server
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
getMsgID
public String getMsgID()
Accessor method for the response message id from the EPP server
getOp
public epp_PollOpType getOp()
Accessor method for the poll operation type
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
setMsgID
public void setMsgID(String value)
Accessor method for the response message id from the EPP server
value
- The response message id
setOp
public void setOp(epp_PollOpType value)
Accessor method for the poll operation type
value
- The poll operation type
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