EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604
Class epp_StatusResultData

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

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/epp0604/epp_StatusResultData.java,v 1.1 2003/03/21 15:54:34 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:34 $

See Also:
epp_ResultData, Serialized Form

Field Summary
 boolean m_ack
           
 java.lang.String m_cltrid
           
 
Constructor Summary
epp_StatusResultData()
          Empty constructor.
epp_StatusResultData(boolean _m_ack, java.lang.String _m_cltrid)
          Constructor with initializers
 
Method Summary
 boolean getAck()
          Accessor method for the transaction's acknowledge flag
 java.lang.String getCltrid()
          Accessor method for the client transaction id
 void setAck(boolean value)
          Accessor method for the transaction's acknowledge flag
 void setCltrid(java.lang.String value)
          Accessor method for the client transaction id
 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_ack

public boolean m_ack

m_cltrid

public java.lang.String m_cltrid
Constructor Detail

epp_StatusResultData

public epp_StatusResultData()
Empty constructor.


epp_StatusResultData

public epp_StatusResultData(boolean _m_ack,
                            java.lang.String _m_cltrid)
Constructor with initializers

Parameters:
_m_ack - The acknowledge flag
_m_cltrid - The client TRID
Method Detail

setAck

public void setAck(boolean value)
Accessor method for the transaction's acknowledge flag

Parameters:
value - The Ack flag
See Also:
m_ack

getAck

public boolean getAck()
Accessor method for the transaction's acknowledge flag

Returns:
The Ack flag
See Also:
m_ack

setCltrid

public void setCltrid(java.lang.String value)
Accessor method for the client transaction id

Parameters:
value - The client TRID
See Also:
m_cltrid

getCltrid

public java.lang.String getCltrid()
Accessor method for the client transaction id

Returns:
The client TRID
See Also:
m_cltrid

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