EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705
Class epp_LogoutReq

java.lang.Object
  |
  +--org.openrtk.idl.epp0705.epp_LogoutReq
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_LogoutReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

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/epp0705/epp_LogoutReq.java,v 1.1 2003/03/20 22:42:18 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:18 $

See Also:
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_extensions
          The optional command extensions.
 
Constructor Summary
epp_LogoutReq()
          Empty constructor
epp_LogoutReq(epp_Extension[] _m_extensions, java.lang.String _m_client_trid)
          The constructor with initializing variables.
epp_LogoutReq(epp_Extension _m_extension, java.lang.String _m_client_trid)
          Deprecated.  
 
Method Summary
 java.lang.String getClientTrid()
          Accessor method for the client transaction identifier assigned by the client to the command
 epp_Extension getExtension()
          Deprecated.  
 epp_Extension[] getExtensions()
          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)
          Deprecated.  
 void setExtensions(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

m_extensions

public epp_Extension[] m_extensions
The optional command extensions.

See Also:
setExtensions(org.openrtk.idl.epp0705.epp_Extension[]), getExtensions()

m_client_trid

public java.lang.String m_client_trid
The client transaction identifier assigned by the client to the command.

See Also:
setClientTrid(String), getClientTrid()
Constructor Detail

epp_LogoutReq

public epp_LogoutReq()
Empty constructor


epp_LogoutReq

public epp_LogoutReq(epp_Extension _m_extension,
                     java.lang.String _m_client_trid)
Deprecated.  

The constructor with initializing variables.

Parameters:
_m_extension - The optional command extensions
_m_client_trid - The client transaction identifier assigned by the client to the command

epp_LogoutReq

public epp_LogoutReq(epp_Extension[] _m_extensions,
                     java.lang.String _m_client_trid)
The constructor with initializing variables.

Parameters:
_m_extensions - The optional command extensions
_m_client_trid - The client transaction identifier assigned by the client to the command
Method Detail

setExtension

public void setExtension(epp_Extension value)
Deprecated.  

Accessor method for the optional command extensions

Parameters:
value - The optional command extensions
See Also:
m_extensions

getExtension

public epp_Extension getExtension()
Deprecated.  

Accessor method for the optional command extensions

Returns:
The optional command extensions
See Also:
m_extensions

setExtensions

public void setExtensions(epp_Extension[] value)
Accessor method for the optional command extensions

Parameters:
value - The optional command extensions
See Also:
m_extensions

getExtensions

public epp_Extension[] getExtensions()
Accessor method for the optional command extensions

Returns:
The optional command extensions
See Also:
m_extensions

setUnspec

public void setUnspec(epp_Unspec value)
Deprecated. Please use setExtension() instead.

Accessor method for the optional command extensions

Parameters:
value - The optional command extensions
See Also:
#m_extension

getUnspec

public epp_Unspec getUnspec()
Deprecated. Please use getExtension() intead.

Accessor method for the optional command extensions

Returns:
The optional command extensions
See Also:
#m_extension

setClientTrid

public void setClientTrid(java.lang.String value)
Accessor method for the client transaction identifier assigned by the client to the command

Parameters:
value - The client transaction identifier
See Also:
m_client_trid

getClientTrid

public java.lang.String getClientTrid()
Accessor method for the client transaction identifier assigned by the client to the command

Returns:
The client transaction identifier
See Also:
m_client_trid

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS