public class ValueCount extends Object
Java class for valueCount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="valueCount"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="count" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
count |
protected String |
facetLabel |
protected String |
fullValue |
protected String |
value |
Constructor and Description |
---|
ValueCount() |
Modifier and Type | Method and Description |
---|---|
String |
getCount()
Gets the value of the count property.
|
String |
getFacetLabel() |
String |
getFullValue() |
String |
getValue()
Gets the value of the value property.
|
void |
setCount(String value)
Sets the value of the count property.
|
void |
setFacetLabel(String facetLabel) |
void |
setFullValue(String fullValue) |
void |
setValue(String value)
Sets the value of the value property.
|
protected String facetLabel
public ValueCount()
public String getFullValue()
public void setFullValue(String fullValue)
public String getCount()
String
public void setCount(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getFacetLabel()
public void setFacetLabel(String facetLabel)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.