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>
| Modifier and Type | Field and Description |
|---|---|
protected PropertyList |
searchProperties |
protected PropertyList |
sortProperties |
| Constructor and Description |
|---|
Search() |
| Modifier and Type | Method and Description |
|---|---|
PropertyList |
getSearchProperties()
Gets the value of the searchProperties property.
|
PropertyList |
getSortProperties()
Gets the value of the sortProperties property.
|
void |
setSearchProperties(PropertyList value)
Sets the value of the searchProperties property.
|
void |
setSortProperties(PropertyList value)
Sets the value of the sortProperties property.
|
protected PropertyList searchProperties
protected PropertyList sortProperties
public PropertyList getSearchProperties()
PropertyListpublic void setSearchProperties(PropertyList value)
value - allowed object is PropertyListpublic PropertyList getSortProperties()
PropertyListpublic void setSortProperties(PropertyList value)
value - allowed object is PropertyListCopyright © 2017 SAP SE. All Rights Reserved.