EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0402
Class epp_TransID

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

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

Class that contains elements necessary to represent the client transaction identifier and the server transaction identifier.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/epp_TransID.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:39 $

See Also:
epp_Response, Serialized Form

Field Summary
 java.lang.String m_client_trid
          The transaction identifier assigned by the client.
 java.lang.String m_server_trid
          The transaction identifier assigned by the server.
 
Constructor Summary
epp_TransID()
          Empty constructor
epp_TransID(java.lang.String _m_client_trid, java.lang.String _m_server_trid)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getClientTrid()
          Accessor method for the transaction identifier assigned by the client
 java.lang.String getServerTrid()
          Accessor method for the transaction identifier assigned by the server
 void setClientTrid(java.lang.String value)
          Accessor method for the transaction identifier assigned by the client
 void setServerTrid(java.lang.String value)
          Accessor method for the transaction identifier assigned by the server
 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_client_trid

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

See Also:
setClientTrid(String), getClientTrid()

m_server_trid

public java.lang.String m_server_trid
The transaction identifier assigned by the server.

See Also:
setServerTrid(String), getServerTrid()
Constructor Detail

epp_TransID

public epp_TransID()
Empty constructor


epp_TransID

public epp_TransID(java.lang.String _m_client_trid,
                   java.lang.String _m_server_trid)
The constructor with initializing variables.

Parameters:
_m_client_trid - The transaction identifier assigned by the client
_m_server_trid - The transaction identifier assigned by the server
Method Detail

setClientTrid

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

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

getClientTrid

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

Returns:
The client transaction id
See Also:
m_client_trid

setServerTrid

public void setServerTrid(java.lang.String value)
Accessor method for the transaction identifier assigned by the server

Parameters:
value - The server transaction id
See Also:
m_server_trid

getServerTrid

public java.lang.String getServerTrid()
Accessor method for the transaction identifier assigned by the server

Returns:
The server transaction id
See Also:
m_server_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