| 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openrtk.idl.epp0402.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/epp0402/epp_Result.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
epp_Exception, 
epp_Response, 
Serialized Form| Field Summary | |
 short | 
m_code
The decimal number that describes the success or failure of an EPP command.  | 
 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.  | 
|
| Method Summary | |
 short | 
getCode()
Accessor method for the decimal number that describes the success or failure of an EPP command  | 
 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 | 
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()| 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 details| Method Detail | 
public void setCode(short value)
value - The response codem_codepublic short getCode()
m_codepublic void setMsg(java.lang.String value)
value - The reponse code descriptionm_msgpublic java.lang.String getMsg()
m_msgpublic void setLang(java.lang.String value)
value - The language of the response messagem_langpublic java.lang.String getLang()
m_langpublic void setId(java.lang.String value)
value - The service message identifierm_idpublic java.lang.String getId()
m_idpublic void setValues(java.lang.String[] value)
value - The array of error detailsm_valuespublic java.lang.String[] getValues()
m_valuespublic java.lang.String toString()
toString in class java.lang.Object
  | 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||