org.openrtk.idl.epp0503
Class epp_Result
java.lang.Object
org.openrtk.idl.epp0503.epp_Result
- org.omg.CORBA.portable.IDLEntity
public class epp_Result
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements necessary to document the success or
failure of an EPP command execution.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_Result.java,v 1.1 2003/03/21 16:18:26 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:26 $
short | m_code - The decimal number that describes the success or failure of an EPP command.
|
epp_ResultData | m_data - The generic Result data.
|
String | m_id - The identifier of the service message dequeued from the server by the client.
|
String | m_lang - The language used to express the response message.
|
String | m_msg - The human-readable description of the response code.
|
String[] | m_values - The array of messages that provide server error details.
|
epp_Result() - Empty constructor
|
epp_Result(short _m_code, String _m_msg, String _m_lang, String _m_id, String[] _m_values) - The constructor with initializing variables.
|
epp_Result(short _m_code, String _m_msg, String _m_lang, String _m_id, String[] _m_values, epp_ResultData _m_data) - The constructor with initializing variables.
|
short | getCode() - Accessor method for the decimal number that describes the success or failure of an EPP command
|
epp_ResultData | getData() - Accessor method for the result data
|
String | getId() - Accessor method for the identifier of the service message dequeued from the server by the client
|
String | getLang() - Accessor method for the language used to express the response message
|
String | getMsg() - Accessor method for the human-readable description of the response code
|
String[] | getValues() - Accessor method for the array of messages that provide server error details
|
void | setCode(short value) - Accessor method for the decimal number that describes the success or failure of an EPP command
|
void | setData(epp_ResultData value) - Accessor method for the result data
|
void | setId(String value) - Accessor method for the identifier of the service message dequeued from the server by the client
|
void | setLang(String value) - Accessor method for the language used to express the response message
|
void | setMsg(String value) - Accessor method for the human-readable description of the response code
|
void | setValues(String[] value) - Accessor method for the array of messages that provide server error details
|
String | toString() - Converts this class into a string.
|
m_code
public short m_code
The decimal number that describes the success or failure of an EPP command.
m_id
public String m_id
The identifier of the service message dequeued from the server by the client.
Normally be present when responding to an EPP poll command.
m_lang
public String m_lang
The language used to express the response message.
m_msg
public String m_msg
The human-readable description of the response code.
m_values
public String[] m_values
The array of messages that provide server error details.
epp_Result
public epp_Result()
Empty constructor
epp_Result
public epp_Result(short _m_code,
String _m_msg,
String _m_lang,
String _m_id,
String[] _m_values)
The constructor with initializing variables.
_m_code
- The decimal number that describes the success or failure of an EPP command_m_msg
- The human-readable description of the response code_m_lang
- The language used to express the response message_m_id
- The identifier of the service message dequeued from the server by the client_m_values
- The array of messages that provide server error details
epp_Result
public epp_Result(short _m_code,
String _m_msg,
String _m_lang,
String _m_id,
String[] _m_values,
epp_ResultData _m_data)
The constructor with initializing variables.
_m_code
- The decimal number that describes the success or failure of an EPP command_m_msg
- The human-readable description of the response code_m_lang
- The language used to express the response message_m_id
- The identifier of the service message dequeued from the server by the client_m_values
- The array of messages that provide server error details_m_data
- The generic result data.
getCode
public short getCode()
Accessor method for the decimal number that describes the success or failure of an EPP command
getData
public epp_ResultData getData()
Accessor method for the result data
getId
public String getId()
Accessor method for the identifier of the service message dequeued from the server by the client
- The service message identifier
getLang
public String getLang()
Accessor method for the language used to express the response message
- The language of the response message
getMsg
public String getMsg()
Accessor method for the human-readable description of the response code
- The response code description
getValues
public String[] getValues()
Accessor method for the array of messages that provide server error details
- The array of error details
setCode
public void setCode(short value)
Accessor method for the decimal number that describes the success or failure of an EPP command
value
- The response code
setData
public void setData(epp_ResultData value)
Accessor method for the result data
value
- The generic result data
setId
public void setId(String value)
Accessor method for the identifier of the service message dequeued from the server by the client
value
- The service message identifier
setLang
public void setLang(String value)
Accessor method for the language used to express the response message
value
- The language of the response message
setMsg
public void setMsg(String value)
Accessor method for the human-readable description of the response code
value
- The reponse code description
setValues
public void setValues(String[] value)
Accessor method for the array of messages that provide server error details
value
- The array of error details
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