com.konakart.json.app
Class J_MqResponse

java.lang.Object
  extended by com.konakart.json.app.J_MqResponse
All Implemented Interfaces:
java.io.Serializable

public class J_MqResponse
extends java.lang.Object
implements java.io.Serializable

The object used as a return object from the MQ API calls

See Also:
Serialized Form

Constructor Summary
J_MqResponse()
           
 
Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 int getCustomInt1()
           
 java.lang.String getJMSCorrelationId()
           
 java.lang.String getJMSMessageId()
           
 java.lang.String getMsgText()
           
 boolean isTimedout()
           
 void setCustom1(java.lang.String _custom1)
           
 void setCustom2(java.lang.String _custom2)
           
 void setCustom3(java.lang.String _custom3)
           
 void setCustomInt1(int _customInt1)
           
 void setJMSCorrelationId(java.lang.String _jMSCorrelationId)
           
 void setJMSMessageId(java.lang.String _jMSMessageId)
           
 void setMsgText(java.lang.String _msgText)
           
 void setTimedout(boolean _timedout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_MqResponse

public J_MqResponse()
Method Detail

getCustom1

public java.lang.String getCustom1()
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String _custom1)
Parameters:
_custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String _custom2)
Parameters:
_custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String _custom3)
Parameters:
_custom3 - the custom3 to set

getMsgText

public java.lang.String getMsgText()
Returns:
the msgText

setMsgText

public void setMsgText(java.lang.String _msgText)
Parameters:
_msgText - the msgText to set

isTimedout

public boolean isTimedout()
Returns:
whether or not a timeout occurred

setTimedout

public void setTimedout(boolean _timedout)
Parameters:
_timedout - the timedout to set

getJMSCorrelationId

public java.lang.String getJMSCorrelationId()
Returns:
the jMSCorrelationId

setJMSCorrelationId

public void setJMSCorrelationId(java.lang.String _jMSCorrelationId)
Parameters:
_jMSCorrelationId - the jMSCorrelationId to set

getJMSMessageId

public java.lang.String getJMSMessageId()
Returns:
the jMSMessageId

setJMSMessageId

public void setJMSMessageId(java.lang.String _jMSMessageId)
Parameters:
_jMSMessageId - the jMSMessageId to set

getCustomInt1

public int getCustomInt1()
Returns:
the customInt1

setCustomInt1

public void setCustomInt1(int _customInt1)
Parameters:
_customInt1 - the customInt1 to set


Copyright © 2011 DS Data Systems UK Ltd.