org.openrtk.idl.epprtk
Class epp_Result
java.lang.Object
org.openrtk.idl.epprtk.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/epprtk/epp_Result.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
short | m_code - The decimal number that describes the success or failure of an EPP command.
|
epp_ExtResultValue[] | m_ext_values - The array of values that provide server error details.
|
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.
If null, m_ext_values should be checked.
|
short | getCode() - Accessor method for the decimal number that describes the success or failure of an EPP command
|
epp_ExtResultValue[] | getExtValues() - Accessor method for the array of extended messages that provide server error details
|
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 | setExtValues(epp_ExtResultValue[] value) - Accessor method for the array of extended messages that provide server error details
|
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_ext_values
public epp_ExtResultValue[] m_ext_values
The array of values that provide server error details.
Can provide slightly more information than m_values (ie. reason for error).
If null, m_values should be checked.
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.
If null, m_ext_values should be checked.
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,
epp_ResultValue[] _m_values,
epp_ExtResultValue[] _m_ext_values,
String _m_msg,
String _m_lang)
The constructor with initializing variables.
_m_code
- The decimal number that describes the success or failure of an EPP command_m_values
- The array of messages that provide server error details_m_msg
- The human-readable description of the response code_m_lang
- The language used to express the response message
getCode
public short getCode()
Accessor method for the decimal number that describes the success or failure of an EPP command
getExtValues
public epp_ExtResultValue[] getExtValues()
Accessor method for the array of extended messages that provide server error details
- The array of error details
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
setExtValues
public void setExtValues(epp_ExtResultValue[] value)
Accessor method for the array of extended messages that provide server error details
value
- The array of error details
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