com.mirth.match.ejb.inex
Class SimpleExpressionBuilderFilter

java.lang.Object
  extended by com.mirth.match.ejb.inex.Filter
      extended by com.mirth.match.ejb.inex.ExpressionBuilderFilter
          extended by com.mirth.match.ejb.inex.SimpleExpressionBuilderFilter
Direct Known Subclasses:
EntityFilter

public abstract class SimpleExpressionBuilderFilter
extends ExpressionBuilderFilter

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

isAutocomplete

protected boolean isAutocomplete

simpleKeyword

protected java.lang.String simpleKeyword

simpleType

protected java.lang.String simpleType
Constructor Detail

SimpleExpressionBuilderFilter

public SimpleExpressionBuilderFilter()
Method Detail

isIsAutocomplete

public boolean isIsAutocomplete()
Gets the value of the isAutocomplete property.


setIsAutocomplete

public void setIsAutocomplete(boolean value)
Sets the value of the isAutocomplete property.


getSimpleKeyword

public java.lang.String getSimpleKeyword()
Gets the value of the simpleKeyword property.

Returns:
possible object is String

setSimpleKeyword

public void setSimpleKeyword(java.lang.String value)
Sets the value of the simpleKeyword property.

Parameters:
value - allowed object is String

getSimpleType

public java.lang.String getSimpleType()
Gets the value of the simpleType property.

Returns:
possible object is String

setSimpleType

public void setSimpleType(java.lang.String value)
Sets the value of the simpleType property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.