public class FacetResult extends Object
Java class for facetResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="facetResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="facetFields" type="{}facetField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FacetResultField> |
facetResultFields |
| Constructor and Description |
|---|
FacetResult() |
protected List<FacetResultField> facetResultFields
public FacetResult()
public List<FacetResultField> getFacetResultFields()
set method for the facetFields property.
For example, to add a new item, do as follows:
getFacetFields().add(newItem);
Objects of the following type(s) are allowed in the list
FacetResultFieldCopyright © 2004–2015 The Kuali Foundation. All rights reserved.