com.mirth.match.ejb.inex
Class Filter

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

public abstract class Filter
extends java.lang.Object

Java class for filter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="filter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ascending" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="blank" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="empty" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="filterSet" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="numRows" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="primaryKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resultRows" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="sortColumn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unlimited" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean ascending
           
protected  boolean blank
           
protected  boolean empty
           
protected  boolean filterSet
           
protected  int numRows
           
protected  int offset
           
protected  java.lang.String primaryKeyName
           
protected  int resultRows
           
protected  java.lang.String sortColumn
           
protected  boolean unlimited
           
 
Constructor Summary
Filter()
           
 
Method Summary
 int getNumRows()
          Gets the value of the numRows property.
 int getOffset()
          Gets the value of the offset property.
 java.lang.String getPrimaryKeyName()
          Gets the value of the primaryKeyName property.
 int getResultRows()
          Gets the value of the resultRows property.
 java.lang.String getSortColumn()
          Gets the value of the sortColumn property.
 boolean isAscending()
          Gets the value of the ascending property.
 boolean isBlank()
          Gets the value of the blank property.
 boolean isEmpty()
          Gets the value of the empty property.
 boolean isFilterSet()
          Gets the value of the filterSet property.
 boolean isUnlimited()
          Gets the value of the unlimited property.
 void setAscending(boolean value)
          Sets the value of the ascending property.
 void setBlank(boolean value)
          Sets the value of the blank property.
 void setEmpty(boolean value)
          Sets the value of the empty property.
 void setFilterSet(boolean value)
          Sets the value of the filterSet property.
 void setNumRows(int value)
          Sets the value of the numRows property.
 void setOffset(int value)
          Sets the value of the offset property.
 void setPrimaryKeyName(java.lang.String value)
          Sets the value of the primaryKeyName property.
 void setResultRows(int value)
          Sets the value of the resultRows property.
 void setSortColumn(java.lang.String value)
          Sets the value of the sortColumn property.
 void setUnlimited(boolean value)
          Sets the value of the unlimited property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ascending

protected boolean ascending

blank

protected boolean blank

empty

protected boolean empty

filterSet

protected boolean filterSet

numRows

protected int numRows

offset

protected int offset

primaryKeyName

protected java.lang.String primaryKeyName

resultRows

protected int resultRows

sortColumn

protected java.lang.String sortColumn

unlimited

protected boolean unlimited
Constructor Detail

Filter

public Filter()
Method Detail

isAscending

public boolean isAscending()
Gets the value of the ascending property.


setAscending

public void setAscending(boolean value)
Sets the value of the ascending property.


isBlank

public boolean isBlank()
Gets the value of the blank property.


setBlank

public void setBlank(boolean value)
Sets the value of the blank property.


isEmpty

public boolean isEmpty()
Gets the value of the empty property.


setEmpty

public void setEmpty(boolean value)
Sets the value of the empty property.


isFilterSet

public boolean isFilterSet()
Gets the value of the filterSet property.


setFilterSet

public void setFilterSet(boolean value)
Sets the value of the filterSet property.


getNumRows

public int getNumRows()
Gets the value of the numRows property.


setNumRows

public void setNumRows(int value)
Sets the value of the numRows property.


getOffset

public int getOffset()
Gets the value of the offset property.


setOffset

public void setOffset(int value)
Sets the value of the offset property.


getPrimaryKeyName

public java.lang.String getPrimaryKeyName()
Gets the value of the primaryKeyName property.

Returns:
possible object is String

setPrimaryKeyName

public void setPrimaryKeyName(java.lang.String value)
Sets the value of the primaryKeyName property.

Parameters:
value - allowed object is String

getResultRows

public int getResultRows()
Gets the value of the resultRows property.


setResultRows

public void setResultRows(int value)
Sets the value of the resultRows property.


getSortColumn

public java.lang.String getSortColumn()
Gets the value of the sortColumn property.

Returns:
possible object is String

setSortColumn

public void setSortColumn(java.lang.String value)
Sets the value of the sortColumn property.

Parameters:
value - allowed object is String

isUnlimited

public boolean isUnlimited()
Gets the value of the unlimited property.


setUnlimited

public void setUnlimited(boolean value)
Sets the value of the unlimited property.



Copyright © 2011 Mirth Corp. All Rights Reserved.