Class AdvancedSearch
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.advancedsearch.AdvancedSearch
-
public class AdvancedSearch extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field-list" type="{http://www.hybris.com/cockpitng/config/advancedsearch}FieldListType"/> <element name="sort-field" type="{http://www.hybris.com/cockpitng/config/advancedsearch}SortFieldType" minOccurs="0"/> </sequence> <attribute name="connection-operator" type="{http://www.hybris.com/cockpitng/config/advancedsearch}ConnectionOperatorType" default="AND" /> <attribute name="disable-auto-search" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="disable-simple-search" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectionOperatorTypeconnectionOperatorprotected java.lang.BooleandisableAutoSearchprotected java.lang.BooleandisableSimpleSearchprotected FieldListTypefieldListprotected SortFieldTypesortField
-
Constructor Summary
Constructors Constructor Description AdvancedSearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionOperatorTypegetConnectionOperator()Gets the value of the connectionOperator property.FieldListTypegetFieldList()Gets the value of the fieldList property.SortFieldTypegetSortField()Gets the value of the sortField property.booleanisDisableAutoSearch()Gets the value of the autoSearch property.booleanisDisableSimpleSearch()Gets the value of the disableSimpleSearch property.voidsetConnectionOperator(ConnectionOperatorType value)Sets the value of the connectionOperator property.voidsetDisableAutoSearch(java.lang.Boolean value)Sets the value of the autoSearch property.voidsetDisableSimpleSearch(java.lang.Boolean value)Sets the value of the disableSimpleSearch property.voidsetFieldList(FieldListType value)Sets the value of the fieldList property.voidsetSortField(SortFieldType value)Sets the value of the sortField property.
-
-
-
Field Detail
-
fieldList
protected FieldListType fieldList
-
sortField
protected SortFieldType sortField
-
connectionOperator
protected ConnectionOperatorType connectionOperator
-
disableAutoSearch
protected java.lang.Boolean disableAutoSearch
-
disableSimpleSearch
protected java.lang.Boolean disableSimpleSearch
-
-
Method Detail
-
getFieldList
public FieldListType getFieldList()
Gets the value of the fieldList property.- Returns:
- possible object is
FieldListType
-
setFieldList
public void setFieldList(FieldListType value)
Sets the value of the fieldList property.- Parameters:
value- allowed object isFieldListType
-
getSortField
public SortFieldType getSortField()
Gets the value of the sortField property.- Returns:
- possible object is
SortFieldType
-
setSortField
public void setSortField(SortFieldType value)
Sets the value of the sortField property.- Parameters:
value- allowed object isSortFieldType
-
getConnectionOperator
public ConnectionOperatorType getConnectionOperator()
Gets the value of the connectionOperator property.- Returns:
- possible object is
ConnectionOperatorType
-
setConnectionOperator
public void setConnectionOperator(ConnectionOperatorType value)
Sets the value of the connectionOperator property.- Parameters:
value- allowed object isConnectionOperatorType
-
isDisableAutoSearch
public boolean isDisableAutoSearch()
Gets the value of the autoSearch property.- Returns:
- possible object is
Boolean
-
setDisableAutoSearch
public void setDisableAutoSearch(java.lang.Boolean value)
Sets the value of the autoSearch property.- Parameters:
value- allowed object isBoolean
-
isDisableSimpleSearch
public boolean isDisableSimpleSearch()
Gets the value of the disableSimpleSearch property.- Returns:
- possible object is
Boolean
-
setDisableSimpleSearch
public void setDisableSimpleSearch(java.lang.Boolean value)
Sets the value of the disableSimpleSearch property.- Parameters:
value- allowed object isBoolean
-
-