|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_Result
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/epp/epp_Result.java,v 1.8 2002/03/13 18:33:22 tubadanm Exp $
epp_Exception
,
epp_Response
, Serialized FormField Summary | |
short |
m_code
The decimal number that describes the success or failure of an EPP command. |
epp_ResultData |
m_data
The generic Result data. |
java.lang.String |
m_id
The identifier of the service message dequeued from the server by the client. |
java.lang.String |
m_lang
The language used to express the response message. |
java.lang.String |
m_msg
The human-readable description of the response code. |
java.lang.String[] |
m_values
The array of messages that provide server error details. |
Constructor Summary | |
epp_Result()
Empty constructor |
|
epp_Result(short _m_code,
java.lang.String _m_msg,
java.lang.String _m_lang,
java.lang.String _m_id,
java.lang.String[] _m_values)
The constructor with initializing variables. |
|
epp_Result(short _m_code,
java.lang.String _m_msg,
java.lang.String _m_lang,
java.lang.String _m_id,
java.lang.String[] _m_values,
epp_ResultData _m_data)
The constructor with initializing variables. |
Method Summary | |
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 |
java.lang.String |
getId()
Accessor method for the identifier of the service message dequeued from the server by the client |
java.lang.String |
getLang()
Accessor method for the language used to express the response message |
java.lang.String |
getMsg()
Accessor method for the human-readable description of the response code |
java.lang.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(java.lang.String value)
Accessor method for the identifier of the service message dequeued from the server by the client |
void |
setLang(java.lang.String value)
Accessor method for the language used to express the response message |
void |
setMsg(java.lang.String value)
Accessor method for the human-readable description of the response code |
void |
setValues(java.lang.String[] value)
Accessor method for the array of messages that provide server error details |
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 |
public short m_code
setCode(short)
,
getCode()
public java.lang.String m_msg
setMsg(String)
,
getMsg()
public java.lang.String m_lang
setLang(String)
,
getLang()
public java.lang.String m_id
setId(String)
,
getId()
public java.lang.String[] m_values
setValues(String[])
,
getValues()
public epp_ResultData m_data
setData(org.openrtk.idl.epp.epp_ResultData)
,
getData()
Constructor Detail |
public epp_Result()
public epp_Result(short _m_code, java.lang.String _m_msg, java.lang.String _m_lang, java.lang.String _m_id, java.lang.String[] _m_values)
_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 detailspublic epp_Result(short _m_code, java.lang.String _m_msg, java.lang.String _m_lang, java.lang.String _m_id, java.lang.String[] _m_values, epp_ResultData _m_data)
_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.Method Detail |
public void setCode(short value)
value
- The response codem_code
public short getCode()
m_code
public void setMsg(java.lang.String value)
value
- The reponse code descriptionm_msg
public java.lang.String getMsg()
m_msg
public void setLang(java.lang.String value)
value
- The language of the response messagem_lang
public java.lang.String getLang()
m_lang
public void setId(java.lang.String value)
value
- The service message identifierm_id
public java.lang.String getId()
m_id
public void setValues(java.lang.String[] value)
value
- The array of error detailsm_values
public java.lang.String[] getValues()
m_values
public void setData(epp_ResultData value)
value
- The generic result datam_data
public epp_ResultData getData()
m_data
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |