public class SearchResultField extends Object
Java class for searchResultField complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="searchResultField">
   <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="fieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fieldValue" 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 | 
| Constructor and Description | 
|---|
| SearchResultField() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDocType()Gets the value of the docType property. | 
| String | getFieldName()Gets the value of the fieldName property. | 
| String | getFieldValue()Gets the value of the fieldValue property. | 
| void | setDocType(String value)Sets the value of the docType property. | 
| void | setFieldName(String value)Sets the value of the fieldName property. | 
| void | setFieldValue(String value)Sets the value of the fieldValue property. | 
protected String fieldValue
public SearchResultField()
public String getDocType()
Stringpublic void setDocType(String value)
value - allowed object is
              Stringpublic String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
              Stringpublic String getFieldValue()
Stringpublic void setFieldValue(String value)
value - allowed object is
              StringCopyright © 2004–2015 The Kuali Foundation. All rights reserved.