org.openrtk.idl.epp0503
Class epp_TransID
java.lang.Object
org.openrtk.idl.epp0503.epp_TransID
- org.omg.CORBA.portable.IDLEntity
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/epp0503/epp_TransID.java,v 1.1 2003/03/21 16:18:26 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:26 $
String | m_client_trid - The transaction identifier assigned by the client.
|
String | m_server_trid - The transaction identifier assigned by the server.
|
epp_TransID() - Empty constructor
|
epp_TransID(String _m_client_trid, String _m_server_trid) - The constructor with initializing variables.
|
String | getClientTrid() - Accessor method for the transaction identifier assigned by the client
|
String | getServerTrid() - Accessor method for the transaction identifier assigned by the server
|
void | setClientTrid(String value) - Accessor method for the transaction identifier assigned by the client
|
void | setServerTrid(String value) - Accessor method for the transaction identifier assigned by the server
|
String | toString() - Converts this class into a string.
|
m_client_trid
public String m_client_trid
The transaction identifier assigned by the client.
m_server_trid
public String m_server_trid
The transaction identifier assigned by the server.
epp_TransID
public epp_TransID()
Empty constructor
epp_TransID
public epp_TransID(String _m_client_trid,
String _m_server_trid)
The constructor with initializing variables.
_m_client_trid
- The transaction identifier assigned by the client_m_server_trid
- The transaction identifier assigned by the server
getClientTrid
public String getClientTrid()
Accessor method for the transaction identifier assigned by the client
- The client transaction id
getServerTrid
public String getServerTrid()
Accessor method for the transaction identifier assigned by the server
- The server transaction id
setClientTrid
public void setClientTrid(String value)
Accessor method for the transaction identifier assigned by the client
value
- The client transaction id
setServerTrid
public void setServerTrid(String value)
Accessor method for the transaction identifier assigned by the server
value
- The server transaction id
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS