public class SearchField extends Object
Java class for searchField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchField"> <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 |
---|
SearchField() |
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 SearchField()
public String getDocType()
String
public void setDocType(String value)
value
- allowed object is
String
public String getFieldName()
String
public void setFieldName(String value)
value
- allowed object is
String
public String getFieldValue()
String
public void setFieldValue(String value)
value
- allowed object is
String
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.