Class SearchResults
java.lang.Object
com.emc.d2fs.models.search_results.SearchResults
- All Implemented Interfaces:
Serializable
Java class for searchResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchResults"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="docItems" type="{http://www.emc.com/d2fs/models/item}docItems" minOccurs="0"/> <element name="facetNode" type="{http://www.emc.com/d2fs/models/node}node" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the docItems property.Gets the value of the facetNode property.void
setDocItems
(DocItems value) Sets the value of the docItems property.void
setFacetNode
(Node value) Sets the value of the facetNode property.
-
Constructor Details
-
SearchResults
public SearchResults()
-
-
Method Details
-
getDocItems
Gets the value of the docItems property.- Returns:
- possible object is
DocItems
-
setDocItems
Sets the value of the docItems property.- Parameters:
value
- allowed object isDocItems
-
getFacetNode
Gets the value of the facetNode property.- Returns:
- possible object is
Node
-
setFacetNode
Sets the value of the facetNode property.- Parameters:
value
- allowed object isNode
-