|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.Filter
com.mirth.match.ejb.inex.ExpressionBuilderFilter
com.mirth.match.ejb.inex.SimpleExpressionBuilderFilter
public abstract class SimpleExpressionBuilderFilter
Java class for simpleExpressionBuilderFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="simpleExpressionBuilderFilter">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}expressionBuilderFilter">
<sequence>
<element name="isAutocomplete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="simpleKeyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="simpleType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
isAutocomplete
|
protected java.lang.String |
simpleKeyword
|
protected java.lang.String |
simpleType
|
| Fields inherited from class com.mirth.match.ejb.inex.ExpressionBuilderFilter |
|---|
expressions, orderBy |
| Fields inherited from class com.mirth.match.ejb.inex.Filter |
|---|
ascending, blank, empty, filterSet, numRows, offset, primaryKeyName, resultRows, sortColumn, unlimited |
| Constructor Summary | |
|---|---|
SimpleExpressionBuilderFilter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSimpleKeyword()
Gets the value of the simpleKeyword property. |
java.lang.String |
getSimpleType()
Gets the value of the simpleType property. |
boolean |
isIsAutocomplete()
Gets the value of the isAutocomplete property. |
void |
setIsAutocomplete(boolean value)
Sets the value of the isAutocomplete property. |
void |
setSimpleKeyword(java.lang.String value)
Sets the value of the simpleKeyword property. |
void |
setSimpleType(java.lang.String value)
Sets the value of the simpleType property. |
| Methods inherited from class com.mirth.match.ejb.inex.ExpressionBuilderFilter |
|---|
getExpressions, getOrderBy |
| Methods inherited from class com.mirth.match.ejb.inex.Filter |
|---|
getNumRows, getOffset, getPrimaryKeyName, getResultRows, getSortColumn, isAscending, isBlank, isEmpty, isFilterSet, isUnlimited, setAscending, setBlank, setEmpty, setFilterSet, setNumRows, setOffset, setPrimaryKeyName, setResultRows, setSortColumn, setUnlimited |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean isAutocomplete
protected java.lang.String simpleKeyword
protected java.lang.String simpleType
| Constructor Detail |
|---|
public SimpleExpressionBuilderFilter()
| Method Detail |
|---|
public boolean isIsAutocomplete()
public void setIsAutocomplete(boolean value)
public java.lang.String getSimpleKeyword()
Stringpublic void setSimpleKeyword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSimpleType()
Stringpublic void setSimpleType(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||