EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705
Class epp_Response

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

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

Class that contains the common and generic elements returned by the EPP server in response to a client EPP command.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/epp_Response.java,v 1.1 2003/03/20 22:42:19 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:19 $

See Also:
epp_LoginRsp.setRsp(epp_Response), epp_DomainCreateRsp.setRsp(epp_Response), Serialized Form

Field Summary
 java.lang.String[] m_extension_strings
          The optional response extensions from the registry.
 epp_MessageQueue m_message_queue
          The element that indicates stauts of the messages queued in the EPP server for client retrieval.
 epp_Result[] m_results
          The array of the results that document the success or failure of an EPP command execution.
 epp_TransID m_trans_id
          The transaction identifiers assigned by the client and the server.
 
Constructor Summary
epp_Response()
          Empty constructor
epp_Response(epp_Result[] _m_results, epp_MessageQueue _m_message_queue, java.lang.String[] _m_extension_strings, epp_TransID _m_trans_id)
          The constructor with initializing variables.
epp_Response(epp_Result[] _m_results, epp_MessageQueue _m_message_queue, java.lang.String _m_extension_string, epp_TransID _m_trans_id)
          Deprecated.  
 
Method Summary
 java.lang.String getExtensionString()
          Deprecated.  
 java.lang.String[] getExtensionStrings()
          Accessor method for the response extensions from the registry
 epp_MessageQueue getMessageQueue()
          Accessor method for the element that indicates the status of the messages queued in the EPP server
 epp_Result[] getResults()
          Accessor method for the array of the results that document the success or failure of an EPP command execution
 epp_TransID getTransId()
          Accessor method for the transaction identifiers assigned by the client and the server
 java.lang.String getUnspecString()
          Deprecated. Please use getExtensionString() instead.
 void setExtensionString(java.lang.String value)
          Deprecated.  
 void setExtensionStrings(java.lang.String[] value)
          Accessor method for the response extensions from the registry
 void setMessageQueue(epp_MessageQueue value)
          Accessor method for the element that indicates the status of the messages queued in the EPP server
 void setResults(epp_Result[] value)
          Accessor method for the array of the results that document the success or failure of an EPP command execution
 void setTransId(epp_TransID value)
          Accessor method for the transaction identifiers assigned by the client and the server
 void setUnspecString(java.lang.String value)
          Deprecated. Please use getExtensionString() instead.
 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_results

public epp_Result[] m_results
The array of the results that document the success or failure of an EPP command execution.

See Also:
setResults(org.openrtk.idl.epp0705.epp_Result[]), getResults()

m_message_queue

public epp_MessageQueue m_message_queue
The element that indicates stauts of the messages queued in the EPP server for client retrieval.

See Also:
setMessageQueue(org.openrtk.idl.epp0705.epp_MessageQueue), getMessageQueue()

m_extension_strings

public java.lang.String[] m_extension_strings
The optional response extensions from the registry.

See Also:
setExtensionStrings(String[]), getExtensionStrings()

m_trans_id

public epp_TransID m_trans_id
The transaction identifiers assigned by the client and the server.

See Also:
setTransId(org.openrtk.idl.epp0705.epp_TransID), getTransId()
Constructor Detail

epp_Response

public epp_Response()
Empty constructor


epp_Response

public epp_Response(epp_Result[] _m_results,
                    epp_MessageQueue _m_message_queue,
                    java.lang.String _m_extension_string,
                    epp_TransID _m_trans_id)
Deprecated.  

The constructor with initializing variables.

Parameters:
_m_results - The array of the results that document the success or failure of an EPP command execution
_m_message_queue - The element that indicates the status of the messages queued in the EPP server
_m_extension_string - The response extensions from the registry
_m_trans_id - The transaction identifiers assigned by the client and the server

epp_Response

public epp_Response(epp_Result[] _m_results,
                    epp_MessageQueue _m_message_queue,
                    java.lang.String[] _m_extension_strings,
                    epp_TransID _m_trans_id)
The constructor with initializing variables.

Parameters:
_m_results - The array of the results that document the success or failure of an EPP command execution
_m_message_queue - The element that indicates the status of the messages queued in the EPP server
_m_extension_strings - The response extensions from the registry
_m_trans_id - The transaction identifiers assigned by the client and the server
Method Detail

setResults

public void setResults(epp_Result[] value)
Accessor method for the array of the results that document the success or failure of an EPP command execution

Parameters:
value - The array of the results
See Also:
m_results

getResults

public epp_Result[] getResults()
Accessor method for the array of the results that document the success or failure of an EPP command execution

Returns:
The array of the results
See Also:
m_results

setMessageQueue

public void setMessageQueue(epp_MessageQueue value)
Accessor method for the element that indicates the status of the messages queued in the EPP server

Parameters:
value - The messages queue element
See Also:
m_message_queue

getMessageQueue

public epp_MessageQueue getMessageQueue()
Accessor method for the element that indicates the status of the messages queued in the EPP server

Returns:
The messages queue element
See Also:
m_message_queue

setExtensionString

public void setExtensionString(java.lang.String value)
Deprecated.  

Accessor method for the response extensions from the registry

Parameters:
value - The response extensions
See Also:
m_extension_strings

getExtensionString

public java.lang.String getExtensionString()
Deprecated.  

Accessor method for the response extensions from the registry

Returns:
The response extensions
See Also:
m_extension_strings

setExtensionStrings

public void setExtensionStrings(java.lang.String[] value)
Accessor method for the response extensions from the registry

Parameters:
value - The response extensions
See Also:
m_extension_strings

getExtensionStrings

public java.lang.String[] getExtensionStrings()
Accessor method for the response extensions from the registry

Returns:
The response extensions
See Also:
#m_extension_string

setUnspecString

public void setUnspecString(java.lang.String value)
Deprecated. Please use getExtensionString() instead.

Accessor method for the response extensions from the registry

Parameters:
value - The response extensions
See Also:
#m_extension_string

getUnspecString

public java.lang.String getUnspecString()
Deprecated. Please use getExtensionString() instead.

Accessor method for the response extensions from the registry

Returns:
The response extensions
See Also:
#m_extension_string

setTransId

public void setTransId(epp_TransID value)
Accessor method for the transaction identifiers assigned by the client and the server

Parameters:
value - The transaction identifiers
See Also:
m_trans_id

getTransId

public epp_TransID getTransId()
Accessor method for the transaction identifiers assigned by the client and the server

Returns:
The transaction identifiers
See Also:
m_trans_id

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