org.openrtk.idl.epp0402

Class epp_LogoutReq

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

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/epp0402/epp_LogoutReq.java,v 1.2 2003/09/10 21:29:55 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:55 $
See Also:
EPPLogout, epp_LogoutRsp

Field Summary

String
m_client_trid
The client transaction identifier assigned by the client to the command.
epp_Unspec
m_unspec
The optional command extensions.

Constructor Summary

epp_LogoutReq()
Empty constructor
epp_LogoutReq(epp_Unspec _m_unspec, String _m_client_trid)
The constructor with initializing variables.

Method Summary

String
getClientTrid()
Accessor method for the client transaction identifier assigned by the client to the command
epp_Unspec
getUnspec()
Accessor method for the optional command extensions
void
setClientTrid(String value)
Accessor method for the client transaction identifier assigned by the client to the command
void
setUnspec(epp_Unspec value)
Accessor method for the optional command extensions
String
toString()
Converts this class into a string.

Field Details

m_client_trid

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

m_unspec

public epp_Unspec m_unspec
The optional command extensions.

Constructor Details

epp_LogoutReq

public epp_LogoutReq()
Empty constructor

epp_LogoutReq

public epp_LogoutReq(epp_Unspec _m_unspec,
                     String _m_client_trid)
The constructor with initializing variables.
Parameters:
_m_unspec - The optional command extensions
_m_client_trid - The client transaction identifier assigned by the client to the command

Method Details

getClientTrid

public String getClientTrid()
Accessor method for the client transaction identifier assigned by the client to the command
Returns:
The client transaction identifier

getUnspec

public epp_Unspec getUnspec()
Accessor method for the optional command extensions
Returns:
The optional command extensions
See Also:
m_unspec

setClientTrid

public void setClientTrid(String value)
Accessor method for the client transaction identifier assigned by the client to the command
Parameters:
value - The client transaction identifier

setUnspec

public void setUnspec(epp_Unspec value)
Accessor method for the optional command extensions
Parameters:
value - The optional command extensions
See Also:
m_unspec

toString

public String toString()
Converts this class into a string. Typically used to view the object in debug output.
Returns:
The string representation of this object instance

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