org.openrtk.idl.epp0604
Class epp_Result
java.lang.Object
org.openrtk.idl.epp0604.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/epp0604/epp_Result.java,v 1.1 2003/03/21 15:54:24 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:24 $
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_lang - The language used to express the response message.
|
String | m_msg - The human-readable description of the response code.
|
epp_ResultValue[] | m_values - The array of values that provide server error details.
|
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 | 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
|
epp_ResultValue[] | 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 | 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(epp_ResultValue[] value) - Accessor method for the array of value 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_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 epp_ResultValue[] m_values
The array of values 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,
epp_ResultValue[] _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_values
- The array of messages that provide server error details
epp_Result
public epp_Result(short _m_code,
String _m_msg,
String _m_lang,
epp_ResultValue[] _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_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
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 epp_ResultValue[] 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
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(epp_ResultValue[] value)
Accessor method for the array of value 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