public class FacetResultField extends Object
Java class for facetField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="facetField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="docType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filedNmae" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="valueCounts" type="{}valueCount" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldLabel |
protected String |
fieldName |
protected int |
totalCount |
protected List<ValueCount> |
valueCounts |
| Constructor and Description |
|---|
FacetResultField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldLabel() |
String |
getFieldName()
Gets the value of the fieldName property.
|
int |
getTotalCount() |
List<ValueCount> |
getValueCounts()
Gets the value of the valueCounts property.
|
void |
setFieldLabel(String fieldLabel) |
void |
setFieldName(String value)
Sets the value of the filedNmae property.
|
void |
setTotalCount(int totalCount) |
protected String fieldLabel
protected List<ValueCount> valueCounts
protected int totalCount
public FacetResultField()
public String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic String getFieldLabel()
public void setFieldLabel(String fieldLabel)
public List<ValueCount> getValueCounts()
set method for the valueCounts property.
For example, to add a new item, do as follows:
getValueCounts().add(newItem);
Objects of the following type(s) are allowed in the list
ValueCountpublic int getTotalCount()
public void setTotalCount(int totalCount)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.