|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.SuggestedSearchOptions
public class SuggestedSearchOptions
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 |
---|
public 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 |
---|
public java.lang.String getEndTag()
public void setEndTag(java.lang.String endTag)
endTag
- public java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- public int getLanguageId()
public void setLanguageId(int languageId)
languageId
- public int getLimit()
public void setLimit(int limit)
limit
- public boolean isReturnRawText()
public void setReturnRawText(boolean returnRawText)
returnRawText
- public boolean isReturnRichText()
public void setReturnRichText(boolean returnRichText)
returnRichText
- public java.lang.String getSearchText()
public void setSearchText(java.lang.String searchText)
searchText
- public java.lang.String getStartTag()
public void setStartTag(java.lang.String startTag)
startTag
- 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 |