Class Search
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.base.Search
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the searchProperties property.Gets the value of the sortProperties property.voidsetSearchProperties(PropertyList value) Sets the value of the searchProperties property.voidsetSortProperties(PropertyList value) Sets the value of the sortProperties property.
-
Field Details
-
searchProperties
-
sortProperties
-
-
Constructor Details
-
Search
public Search()
-
-
Method Details
-
getSearchProperties
Gets the value of the searchProperties property.- Returns:
- possible object is
PropertyList
-
setSearchProperties
Sets the value of the searchProperties property.- Parameters:
value- allowed object isPropertyList
-
getSortProperties
Gets the value of the sortProperties property.- Returns:
- possible object is
PropertyList
-
setSortProperties
Sets the value of the sortProperties property.- Parameters:
value- allowed object isPropertyList
-