net.authorize.xml
Class Message

java.lang.Object
  extended by net.authorize.xml.Message

public class Message
extends Object

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

createMessage

public static Message createMessage()

getCode

public String getCode()
Message code (ie. I00001)

Returns:
String

setCode

public void setCode(String code)
Set the message code.

Parameters:
code -

getResultCode

public String getResultCode()
Message result code. Contains additional information about the results of the request. An 'Ok' result code indicates that the request was processed and accepted without error.

Returns:
String

setResultCode

public void setResultCode(String result_code)
Set the result code.

Parameters:
result_code -

getText

public String getText()
Text description of the status.

Returns:
String

setText

public void setText(String text)
Sets the text description.

Parameters:
text -


Copyright © 2014. All Rights Reserved.