| 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openrtk.idl.epp0503.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/epp0503/epp_LogoutReq.java,v 1.1 2003/03/21 16:18:25 tubadanm Exp $
com.tucows.oxrs.epp.rtk.xml.EPPLogout, 
epp_LogoutRsp, 
Serialized Form| Field 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.epp0503.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 command| Method Detail | 
public void setExtension(epp_Extension value)
value - The optional command extensionsm_extensionpublic epp_Extension getExtension()
m_extensionpublic void setUnspec(epp_Unspec value)
value - The optional command extensionsm_extensionpublic epp_Unspec getUnspec()
m_extensionpublic void setClientTrid(java.lang.String value)
value - The client transaction identifierm_client_tridpublic java.lang.String getClientTrid()
m_client_tridpublic java.lang.String toString()
toString in class java.lang.Object
  | 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||