|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.xml.Message
public class Message
Contains information about the results of the request.
| Method Summary | |
|---|---|
static Message |
createMessage()
|
String |
getCode()
Message code (ie. |
String |
getResultCode()
Message result code. |
String |
getText()
Text description of the status. |
void |
setCode(String code)
Set the message code. |
void |
setResultCode(String result_code)
Set the result code. |
void |
setText(String text)
Sets the text description. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Message createMessage()
public String getCode()
public void setCode(String code)
code - public String getResultCode()
public void setResultCode(String result_code)
result_code - public String getText()
public void setText(String text)
text -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||