com.konakart.wsapp
Class SuggestedSearchOptions

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

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

See Also:
Serialized Form

Constructor Summary
SuggestedSearchOptions()
           
SuggestedSearchOptions(java.lang.String endTag, java.lang.String languageCode, int languageId, int limit, boolean returnRawText, boolean returnRichText, java.lang.String searchText, java.lang.String startTag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getEndTag()
          Gets the endTag value for this SuggestedSearchOptions.
 java.lang.String getLanguageCode()
          Gets the languageCode value for this SuggestedSearchOptions.
 int getLanguageId()
          Gets the languageId value for this SuggestedSearchOptions.
 int getLimit()
          Gets the limit value for this SuggestedSearchOptions.
 java.lang.String getSearchText()
          Gets the searchText value for this SuggestedSearchOptions.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStartTag()
          Gets the startTag value for this SuggestedSearchOptions.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isReturnRawText()
          Gets the returnRawText value for this SuggestedSearchOptions.
 boolean isReturnRichText()
          Gets the returnRichText value for this SuggestedSearchOptions.
 void setEndTag(java.lang.String endTag)
          Sets the endTag value for this SuggestedSearchOptions.
 void setLanguageCode(java.lang.String languageCode)
          Sets the languageCode value for this SuggestedSearchOptions.
 void setLanguageId(int languageId)
          Sets the languageId value for this SuggestedSearchOptions.
 void setLimit(int limit)
          Sets the limit value for this SuggestedSearchOptions.
 void setReturnRawText(boolean returnRawText)
          Sets the returnRawText value for this SuggestedSearchOptions.
 void setReturnRichText(boolean returnRichText)
          Sets the returnRichText value for this SuggestedSearchOptions.
 void setSearchText(java.lang.String searchText)
          Sets the searchText value for this SuggestedSearchOptions.
 void setStartTag(java.lang.String startTag)
          Sets the startTag value for this SuggestedSearchOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestedSearchOptions

public SuggestedSearchOptions()

SuggestedSearchOptions

public SuggestedSearchOptions(java.lang.String endTag,
                              java.lang.String languageCode,
                              int languageId,
                              int limit,
                              boolean returnRawText,
                              boolean returnRichText,
                              java.lang.String searchText,
                              java.lang.String startTag)
Method Detail

getEndTag

public java.lang.String getEndTag()
Gets the endTag value for this SuggestedSearchOptions.

Returns:
endTag

setEndTag

public void setEndTag(java.lang.String endTag)
Sets the endTag value for this SuggestedSearchOptions.

Parameters:
endTag -

getLanguageCode

public java.lang.String getLanguageCode()
Gets the languageCode value for this SuggestedSearchOptions.

Returns:
languageCode

setLanguageCode

public void setLanguageCode(java.lang.String languageCode)
Sets the languageCode value for this SuggestedSearchOptions.

Parameters:
languageCode -

getLanguageId

public int getLanguageId()
Gets the languageId value for this SuggestedSearchOptions.

Returns:
languageId

setLanguageId

public void setLanguageId(int languageId)
Sets the languageId value for this SuggestedSearchOptions.

Parameters:
languageId -

getLimit

public int getLimit()
Gets the limit value for this SuggestedSearchOptions.

Returns:
limit

setLimit

public void setLimit(int limit)
Sets the limit value for this SuggestedSearchOptions.

Parameters:
limit -

isReturnRawText

public boolean isReturnRawText()
Gets the returnRawText value for this SuggestedSearchOptions.

Returns:
returnRawText

setReturnRawText

public void setReturnRawText(boolean returnRawText)
Sets the returnRawText value for this SuggestedSearchOptions.

Parameters:
returnRawText -

isReturnRichText

public boolean isReturnRichText()
Gets the returnRichText value for this SuggestedSearchOptions.

Returns:
returnRichText

setReturnRichText

public void setReturnRichText(boolean returnRichText)
Sets the returnRichText value for this SuggestedSearchOptions.

Parameters:
returnRichText -

getSearchText

public java.lang.String getSearchText()
Gets the searchText value for this SuggestedSearchOptions.

Returns:
searchText

setSearchText

public void setSearchText(java.lang.String searchText)
Sets the searchText value for this SuggestedSearchOptions.

Parameters:
searchText -

getStartTag

public java.lang.String getStartTag()
Gets the startTag value for this SuggestedSearchOptions.

Returns:
startTag

setStartTag

public void setStartTag(java.lang.String startTag)
Sets the startTag value for this SuggestedSearchOptions.

Parameters:
startTag -

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.