|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.wsapp.MqResponse
public class MqResponse
| 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 |
|---|
public 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 |
|---|
public java.lang.String getJMSCorrelationId()
public void setJMSCorrelationId(java.lang.String JMSCorrelationId)
JMSCorrelationId - public java.lang.String getJMSMessageId()
public void setJMSMessageId(java.lang.String JMSMessageId)
JMSMessageId - public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1 - public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2 - public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3 - public int getCustomInt1()
public void setCustomInt1(int customInt1)
customInt1 - public java.lang.String getMsgText()
public void setMsgText(java.lang.String msgText)
msgText - public boolean isTimedout()
public void setTimedout(boolean timedout)
timedout - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||