|
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_StatusReq
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/epp/epp_StatusReq.java,v 1.3 2002/03/13 21:49:42 tubadanm Exp $
EPPStatus
,
epp_StatusRsp
, Serialized FormField 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 |
public epp_Command m_cmd
setCmd(org.openrtk.idl.epp.epp_Command)
,
getCmd()
public java.lang.String m_client_trid
setClientTrid(String)
,
getClientTrid()
public epp_StatusCommandType m_command
setCommand(org.openrtk.idl.epp.epp_StatusCommandType)
,
getCommand()
Constructor Detail |
public epp_StatusReq()
public epp_StatusReq(epp_Command _m_cmd, java.lang.String _m_client_trid, epp_StatusCommandType _m_command)
_m_cmd
- The common and generic command element_m_client_trid
- The client transaction id for the status command_m_command
- The status command typeMethod Detail |
public void setCmd(epp_Command value)
value
- The command elementm_cmd
public epp_Command getCmd()
m_cmd
public void setClientTrid(java.lang.String value)
value
- The client tridm_client_trid
public java.lang.String getClientTrid()
m_client_trid
public void setCommand(epp_StatusCommandType value)
value
- The command typem_command
public epp_StatusCommandType getCommand()
m_command
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 |