public class FacetCondition extends Object
Java class for facetCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="facetCondition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="facetField" type="{}facetField" minOccurs="0"/> <element name="facetFieldPageSize" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
docType |
protected String |
fieldName |
protected String |
fieldValue |
protected String |
shortValue |
Constructor and Description |
---|
FacetCondition() |
Modifier and Type | Method and Description |
---|---|
String |
getDocType() |
String |
getFieldName() |
String |
getFieldValue()
Gets the value of the fieldValue property.
|
String |
getShortValue() |
void |
setDocType(String docType) |
void |
setFieldName(String fieldName) |
void |
setFieldValue(String value)
Sets the value of the fieldValue property.
|
void |
setShortValue(String shortValue) |
protected String fieldValue
protected String shortValue
public FacetCondition()
public String getDocType()
public void setDocType(String docType)
public String getFieldName()
public void setFieldName(String fieldName)
public String getFieldValue()
String
public void setFieldValue(String value)
value
- allowed object is
String
public String getShortValue()
public void setShortValue(String shortValue)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.