com.konakart.wsapp
Class MqResponse

java.lang.Object
  extended by com.konakart.wsapp.MqResponse
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MqResponse()
           
MqResponse(java.lang.String JMSCorrelationId, java.lang.String JMSMessageId, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, int customInt1, java.lang.String msgText, boolean timedout)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this MqResponse.
 java.lang.String getCustom2()
          Gets the custom2 value for this MqResponse.
 java.lang.String getCustom3()
          Gets the custom3 value for this MqResponse.
 int getCustomInt1()
          Gets the customInt1 value for this MqResponse.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getJMSCorrelationId()
          Gets the JMSCorrelationId value for this MqResponse.
 java.lang.String getJMSMessageId()
          Gets the JMSMessageId value for this MqResponse.
 java.lang.String getMsgText()
          Gets the msgText value for this MqResponse.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isTimedout()
          Gets the timedout value for this MqResponse.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this MqResponse.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this MqResponse.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this MqResponse.
 void setCustomInt1(int customInt1)
          Sets the customInt1 value for this MqResponse.
 void setJMSCorrelationId(java.lang.String JMSCorrelationId)
          Sets the JMSCorrelationId value for this MqResponse.
 void setJMSMessageId(java.lang.String JMSMessageId)
          Sets the JMSMessageId value for this MqResponse.
 void setMsgText(java.lang.String msgText)
          Sets the msgText value for this MqResponse.
 void setTimedout(boolean timedout)
          Sets the timedout value for this MqResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MqResponse

public MqResponse()

MqResponse

public MqResponse(java.lang.String JMSCorrelationId,
                  java.lang.String JMSMessageId,
                  java.lang.String custom1,
                  java.lang.String custom2,
                  java.lang.String custom3,
                  int customInt1,
                  java.lang.String msgText,
                  boolean timedout)
Method Detail

getJMSCorrelationId

public java.lang.String getJMSCorrelationId()
Gets the JMSCorrelationId value for this MqResponse.

Returns:
JMSCorrelationId

setJMSCorrelationId

public void setJMSCorrelationId(java.lang.String JMSCorrelationId)
Sets the JMSCorrelationId value for this MqResponse.

Parameters:
JMSCorrelationId -

getJMSMessageId

public java.lang.String getJMSMessageId()
Gets the JMSMessageId value for this MqResponse.

Returns:
JMSMessageId

setJMSMessageId

public void setJMSMessageId(java.lang.String JMSMessageId)
Sets the JMSMessageId value for this MqResponse.

Parameters:
JMSMessageId -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this MqResponse.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this MqResponse.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this MqResponse.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this MqResponse.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this MqResponse.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this MqResponse.

Parameters:
custom3 -

getCustomInt1

public int getCustomInt1()
Gets the customInt1 value for this MqResponse.

Returns:
customInt1

setCustomInt1

public void setCustomInt1(int customInt1)
Sets the customInt1 value for this MqResponse.

Parameters:
customInt1 -

getMsgText

public java.lang.String getMsgText()
Gets the msgText value for this MqResponse.

Returns:
msgText

setMsgText

public void setMsgText(java.lang.String msgText)
Sets the msgText value for this MqResponse.

Parameters:
msgText -

isTimedout

public boolean isTimedout()
Gets the timedout value for this MqResponse.

Returns:
timedout

setTimedout

public void setTimedout(boolean timedout)
Sets the timedout value for this MqResponse.

Parameters:
timedout -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.