public class SearchCondition extends Object
Java class for searchCondition complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="searchCondition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="operator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="searchField" type="{}searchField" minOccurs="0"/>
         <element name="searchScope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
operator  | 
protected SearchField | 
searchField  | 
protected String | 
searchScope  | 
| Constructor and Description | 
|---|
SearchCondition()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getOperator()
Gets the value of the operator property. 
 | 
SearchField | 
getSearchField()
Gets the value of the searchField property. 
 | 
String | 
getSearchScope()
Gets the value of the searchScope property. 
 | 
void | 
setOperator(String value)
Sets the value of the operator property. 
 | 
void | 
setSearchField(SearchField value)
Sets the value of the searchField property. 
 | 
void | 
setSearchScope(String value)
Sets the value of the searchScope property. 
 | 
protected SearchField searchField
protected String searchScope
public SearchCondition()
public String getOperator()
Stringpublic void setOperator(String value)
value - allowed object is
     Stringpublic SearchField getSearchField()
SearchFieldpublic void setSearchField(SearchField value)
value - allowed object is
     SearchFieldpublic String getSearchScope()
Stringpublic void setSearchScope(String value)
value - allowed object is
     StringCopyright © 2004–2015 The Kuali Foundation. All rights reserved.