|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.MqOptions
public class MqOptions
Constructor Summary | |
---|---|
MqOptions()
|
|
MqOptions(java.lang.String brokerUrl,
java.lang.String custom1,
java.lang.String custom2,
java.lang.String custom3,
java.lang.String customInt1,
java.lang.String msgText,
java.lang.String password,
java.lang.String queueName,
long timeoutMS,
java.lang.String username)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getBrokerUrl()
Gets the brokerUrl value for this MqOptions. |
java.lang.String |
getCustom1()
Gets the custom1 value for this MqOptions. |
java.lang.String |
getCustom2()
Gets the custom2 value for this MqOptions. |
java.lang.String |
getCustom3()
Gets the custom3 value for this MqOptions. |
java.lang.String |
getCustomInt1()
Gets the customInt1 value for this MqOptions. |
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 |
getMsgText()
Gets the msgText value for this MqOptions. |
java.lang.String |
getPassword()
Gets the password value for this MqOptions. |
java.lang.String |
getQueueName()
Gets the queueName value for this MqOptions. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
long |
getTimeoutMS()
Gets the timeoutMS value for this MqOptions. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getUsername()
Gets the username value for this MqOptions. |
int |
hashCode()
|
void |
setBrokerUrl(java.lang.String brokerUrl)
Sets the brokerUrl value for this MqOptions. |
void |
setCustom1(java.lang.String custom1)
Sets the custom1 value for this MqOptions. |
void |
setCustom2(java.lang.String custom2)
Sets the custom2 value for this MqOptions. |
void |
setCustom3(java.lang.String custom3)
Sets the custom3 value for this MqOptions. |
void |
setCustomInt1(java.lang.String customInt1)
Sets the customInt1 value for this MqOptions. |
void |
setMsgText(java.lang.String msgText)
Sets the msgText value for this MqOptions. |
void |
setPassword(java.lang.String password)
Sets the password value for this MqOptions. |
void |
setQueueName(java.lang.String queueName)
Sets the queueName value for this MqOptions. |
void |
setTimeoutMS(long timeoutMS)
Sets the timeoutMS value for this MqOptions. |
void |
setUsername(java.lang.String username)
Sets the username value for this MqOptions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MqOptions()
public MqOptions(java.lang.String brokerUrl, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String customInt1, java.lang.String msgText, java.lang.String password, java.lang.String queueName, long timeoutMS, java.lang.String username)
Method Detail |
---|
public java.lang.String getBrokerUrl()
public void setBrokerUrl(java.lang.String brokerUrl)
brokerUrl
- 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 java.lang.String getCustomInt1()
public void setCustomInt1(java.lang.String customInt1)
customInt1
- public java.lang.String getMsgText()
public void setMsgText(java.lang.String msgText)
msgText
- public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- public java.lang.String getQueueName()
public void setQueueName(java.lang.String queueName)
queueName
- public long getTimeoutMS()
public void setTimeoutMS(long timeoutMS)
timeoutMS
- public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |