Class AdvancedSearch


  • public class AdvancedSearch
    extends java.lang.Object

    Java 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 Detail

      • disableAutoSearch

        protected java.lang.Boolean disableAutoSearch
      • disableSimpleSearch

        protected java.lang.Boolean disableSimpleSearch
    • Constructor Detail

      • AdvancedSearch

        public AdvancedSearch()
    • 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 is FieldListType
      • 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 is SortFieldType
      • 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 is Boolean
      • 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 is Boolean