com.konakart.wsapp
Class MqOptions

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

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

See Also:
Serialized Form

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

MqOptions

public MqOptions()

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

getBrokerUrl

public java.lang.String getBrokerUrl()
Gets the brokerUrl value for this MqOptions.

Returns:
brokerUrl

setBrokerUrl

public void setBrokerUrl(java.lang.String brokerUrl)
Sets the brokerUrl value for this MqOptions.

Parameters:
brokerUrl -

getCustom1

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

Returns:
custom1

setCustom1

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

Parameters:
custom1 -

getCustom2

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

Returns:
custom2

setCustom2

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

Parameters:
custom2 -

getCustom3

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

Returns:
custom3

setCustom3

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

Parameters:
custom3 -

getCustomInt1

public java.lang.String getCustomInt1()
Gets the customInt1 value for this MqOptions.

Returns:
customInt1

setCustomInt1

public void setCustomInt1(java.lang.String customInt1)
Sets the customInt1 value for this MqOptions.

Parameters:
customInt1 -

getMsgText

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

Returns:
msgText

setMsgText

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

Parameters:
msgText -

getPassword

public java.lang.String getPassword()
Gets the password value for this MqOptions.

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this MqOptions.

Parameters:
password -

getQueueName

public java.lang.String getQueueName()
Gets the queueName value for this MqOptions.

Returns:
queueName

setQueueName

public void setQueueName(java.lang.String queueName)
Sets the queueName value for this MqOptions.

Parameters:
queueName -

getTimeoutMS

public long getTimeoutMS()
Gets the timeoutMS value for this MqOptions.

Returns:
timeoutMS

setTimeoutMS

public void setTimeoutMS(long timeoutMS)
Sets the timeoutMS value for this MqOptions.

Parameters:
timeoutMS -

getUsername

public java.lang.String getUsername()
Gets the username value for this MqOptions.

Returns:
username

setUsername

public void setUsername(java.lang.String username)
Sets the username value for this MqOptions.

Parameters:
username -

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.