org.openrtk.idl.epp0503
Class epp_StatusResultData
java.lang.Object
org.openrtk.idl.epp0503.epp_StatusResultData
- org.omg.CORBA.portable.IDLEntity
public class epp_StatusResultData
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the status command result data.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_StatusResultData.java,v 1.1 2003/03/21 16:18:26 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:26 $
boolean | getAck() - Accessor method for the transaction's acknowledge flag
|
String | getCltrid() - Accessor method for the client transaction id
|
void | setAck(boolean value) - Accessor method for the transaction's acknowledge flag
|
void | setCltrid(String value) - Accessor method for the client transaction id
|
String | toString() - Converts this class into a string.
|
m_ack
public boolean m_ack
m_cltrid
public String m_cltrid
epp_StatusResultData
public epp_StatusResultData()
Empty constructor.
epp_StatusResultData
public epp_StatusResultData(boolean _m_ack,
String _m_cltrid)
Constructor with initializers
_m_ack
- The acknowledge flag_m_cltrid
- The client TRID
getAck
public boolean getAck()
Accessor method for the transaction's acknowledge flag
getCltrid
public String getCltrid()
Accessor method for the client transaction id
setAck
public void setAck(boolean value)
Accessor method for the transaction's acknowledge flag
setCltrid
public void setCltrid(String value)
Accessor method for the client 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