EPP RTK for Java v 0.9.5 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.openrtk.idl.epp0604.epp_Response
public class epp_Response
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
epp_LoginRsp.setRsp(epp_Response)
, org.openrtk.idl.epp0604.domain.epp_DomainCreateRsp.setRsp(epp_Response)
Field Summary | |
String[] |
|
epp_MessageQueue |
|
epp_Result[] |
|
epp_TransID |
|
Constructor Summary | |
| |
| |
|
Method Summary | |
String |
|
String[] |
|
epp_MessageQueue |
|
epp_Result[] |
|
epp_TransID |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
public String[] m_extension_strings
The optional response extensions from the registry.
public epp_MessageQueue m_message_queue
The element that indicates stauts of the messages queued in the EPP server for client retrieval.
public epp_Result[] m_results
The array of the results that document the success or failure of an EPP command execution.
- See Also:
setResults(epp_Result[])
,getResults()
public epp_TransID m_trans_id
The transaction identifiers assigned by the client and the server.
- See Also:
setTransId(epp_TransID)
,getTransId()
public epp_Response()
Empty constructor
public epp_Response(epp_Result[] _m_results, epp_MessageQueue _m_message_queue, 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
public epp_Response(epp_Result[] _m_results, epp_MessageQueue _m_message_queue, 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
public String getExtensionString()
Deprecated.
Accessor method for the response extensions from the registry
- Returns:
- The response extensions
- See Also:
m_extension_strings
public String[] getExtensionStrings()
Accessor method for the response extensions from the registry
- Returns:
- The response extensions
- See Also:
epp_Response
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
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
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
public String getUnspecString()
Deprecated. Please use getExtensionString() instead.
Accessor method for the response extensions from the registry
- Returns:
- The response extensions
- See Also:
epp_Response
public void setExtensionString(String value)
Deprecated.
Accessor method for the response extensions from the registry
- Parameters:
value
- The response extensions
- See Also:
m_extension_strings
public void setExtensionStrings(String[] value)
Accessor method for the response extensions from the registry
- Parameters:
value
- The response extensions
- See Also:
m_extension_strings
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
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
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
public void setUnspecString(String value)
Deprecated. Please use getExtensionString() instead.
Accessor method for the response extensions from the registry
- Parameters:
value
- The response extensions
- See Also:
epp_Response
public String toString()
Converts this class into a string. Typically used to view the object in debug output.
- Returns:
- The string representation of this object instance