|
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_LogoutReq
Class that contains the elements necessary to end a session with the EPP server.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_LogoutReq.java,v 1.8 2002/03/13 02:40:48 tubadanm Exp $
EPPLogout
,
epp_LogoutRsp
, Serialized FormField Summary | |
java.lang.String |
m_client_trid
The client transaction identifier assigned by the client to the command. |
epp_Extension |
m_extension
The optional command extensions. |
Constructor Summary | |
epp_LogoutReq()
Empty constructor |
|
epp_LogoutReq(epp_Extension _m_extension,
java.lang.String _m_client_trid)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getClientTrid()
Accessor method for the client transaction identifier assigned by the client to the command |
epp_Extension |
getExtension()
Accessor method for the optional command extensions |
epp_Unspec |
getUnspec()
Deprecated. Please use getExtension() intead. |
void |
setClientTrid(java.lang.String value)
Accessor method for the client transaction identifier assigned by the client to the command |
void |
setExtension(epp_Extension value)
Accessor method for the optional command extensions |
void |
setUnspec(epp_Unspec value)
Deprecated. Please use setExtension() instead. |
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_Extension m_extension
setExtension(org.openrtk.idl.epp.epp_Extension)
,
getExtension()
public java.lang.String m_client_trid
setClientTrid(String)
,
getClientTrid()
Constructor Detail |
public epp_LogoutReq()
public epp_LogoutReq(epp_Extension _m_extension, java.lang.String _m_client_trid)
_m_extension
- The optional command extensions_m_client_trid
- The client transaction identifier assigned by the client to the commandMethod Detail |
public void setExtension(epp_Extension value)
value
- The optional command extensionsm_extension
public epp_Extension getExtension()
m_extension
public void setUnspec(epp_Unspec value)
value
- The optional command extensionsm_extension
public epp_Unspec getUnspec()
m_extension
public void setClientTrid(java.lang.String value)
value
- The client transaction identifierm_client_trid
public java.lang.String getClientTrid()
m_client_trid
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 |