java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.base.Search

public class Search extends Object

Java class for search complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="search">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="search-properties" type="{}property-list"/>
         <element name="sort-properties" type="{}property-list" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Search

      public Search()
  • Method Details

    • getSearchProperties

      public PropertyList getSearchProperties()
      Gets the value of the searchProperties property.
      Returns:
      possible object is PropertyList
    • setSearchProperties

      public void setSearchProperties(PropertyList value)
      Sets the value of the searchProperties property.
      Parameters:
      value - allowed object is PropertyList
    • getSortProperties

      public PropertyList getSortProperties()
      Gets the value of the sortProperties property.
      Returns:
      possible object is PropertyList
    • setSortProperties

      public void setSortProperties(PropertyList value)
      Sets the value of the sortProperties property.
      Parameters:
      value - allowed object is PropertyList