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()
String
public void setOperator(String value)
value
- allowed object is
String
public SearchField getSearchField()
SearchField
public void setSearchField(SearchField value)
value
- allowed object is
SearchField
public String getSearchScope()
String
public void setSearchScope(String value)
value
- allowed object is
String
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.