|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_PollReq
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/epp/epp_PollReq.java,v 1.7 2001/12/04 22:32:50 lyin Exp $
EPPPoll
,
epp_PollRsp
, Serialized FormField Summary | |
epp_Command |
m_cmd
The common and generic command element. |
java.lang.String |
m_msgID
The response message id from the EPP server. |
epp_PollOpType |
m_op
The poll operation type. |
Constructor Summary | |
epp_PollReq()
Empty constructor |
|
epp_PollReq(epp_Command _m_cmd,
epp_PollOpType _m_op,
java.lang.String _m_msgID)
The constructor with initializing variables. |
Method Summary | |
epp_Command |
getCmd()
Accessor method for the common and generic command element |
java.lang.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(java.lang.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 |
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.epp.epp_Command)
,
getCmd()
public epp_PollOpType m_op
setOp(org.openrtk.idl.epp.epp_PollOpType)
,
getOp()
public java.lang.String m_msgID
setMsgID(String)
,
getMsgID()
Constructor Detail |
public epp_PollReq()
public epp_PollReq(epp_Command _m_cmd, epp_PollOpType _m_op, java.lang.String _m_msgID)
_m_cmd
- The common and generic command element_m_op
- The poll operation type_m_msgID
- The response message id from the EPP serverMethod Detail |
public void setCmd(epp_Command value)
value
- The command elementm_cmd
public epp_Command getCmd()
m_cmd
public void setOp(epp_PollOpType value)
value
- The poll operation typem_op
public epp_PollOpType getOp()
m_op
public void setMsgID(java.lang.String value)
value
- The response message idm_msgID
public java.lang.String getMsgID()
m_msgID
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |