public class SearchOptions
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
allowsDuplicates |
private boolean |
caseSensitive |
private boolean |
groupByType |
private boolean |
groupsOnly |
private boolean |
highlightExactMatches |
private boolean |
highlightStartsWithMatches |
private boolean |
includesGroupMembers |
private boolean |
includesUnmanagedSites |
private boolean |
isExactWord |
private boolean |
isRegex |
private boolean |
localOnly |
private int |
maxResults |
private java.lang.String[] |
order |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
SearchOptions() |
Modifier and Type | Method and Description |
---|---|
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
|
int |
getMaxResults() |
java.lang.String[] |
getOrder() |
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 |
isAllowsDuplicates() |
boolean |
isCaseSensitive() |
boolean |
isGroupByType() |
boolean |
isGroupsOnly() |
boolean |
isHighlightExactMatches() |
boolean |
isHighlightStartsWithMatches() |
boolean |
isIncludesGroupMembers() |
boolean |
isIncludesUnmanagedSites() |
boolean |
isIsExactWord() |
boolean |
isIsRegex() |
boolean |
isLocalOnly() |
void |
setAllowsDuplicates(boolean allowsDuplicates) |
void |
setCaseSensitive(boolean caseSensitive) |
void |
setGroupByType(boolean groupByType) |
void |
setGroupsOnly(boolean groupsOnly) |
void |
setHighlightExactMatches(boolean highlightExactMatches) |
void |
setHighlightStartsWithMatches(boolean highlightStartsWithMatches) |
void |
setIncludesGroupMembers(boolean includesGroupMembers) |
void |
setIncludesUnmanagedSites(boolean includesUnmanagedSites) |
void |
setIsExactWord(boolean isExactWord) |
void |
setIsRegex(boolean isRegex) |
void |
setLocalOnly(boolean localOnly) |
void |
setMaxResults(int maxResults) |
void |
setOrder(java.lang.String[] order) |
private boolean allowsDuplicates
private boolean caseSensitive
private boolean groupByType
private boolean groupsOnly
private boolean highlightExactMatches
private boolean highlightStartsWithMatches
private boolean includesGroupMembers
private boolean includesUnmanagedSites
private boolean isExactWord
private boolean isRegex
private boolean localOnly
private int maxResults
private java.lang.String[] order
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public boolean isAllowsDuplicates()
public void setAllowsDuplicates(boolean allowsDuplicates)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
public boolean isGroupByType()
public void setGroupByType(boolean groupByType)
public boolean isGroupsOnly()
public void setGroupsOnly(boolean groupsOnly)
public boolean isHighlightExactMatches()
public void setHighlightExactMatches(boolean highlightExactMatches)
public boolean isHighlightStartsWithMatches()
public void setHighlightStartsWithMatches(boolean highlightStartsWithMatches)
public boolean isIncludesGroupMembers()
public void setIncludesGroupMembers(boolean includesGroupMembers)
public boolean isIncludesUnmanagedSites()
public void setIncludesUnmanagedSites(boolean includesUnmanagedSites)
public boolean isIsExactWord()
public void setIsExactWord(boolean isExactWord)
public boolean isIsRegex()
public void setIsRegex(boolean isRegex)
public boolean isLocalOnly()
public void setLocalOnly(boolean localOnly)
public int getMaxResults()
public void setMaxResults(int maxResults)
public java.lang.String[] getOrder()
public void setOrder(java.lang.String[] order)
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)