com.mirth.match.ejb.inex
Class ExpressionBuilderFilter

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

public abstract class ExpressionBuilderFilter
extends Filter

Java class for expressionBuilderFilter complex type.

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

 <complexType name="expressionBuilderFilter">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}filter">
       <sequence>
         <element name="expressions" type="{http://inex.ejb.match.mirth.com/}expression" maxOccurs="unbounded" minOccurs="0"/>
         <element name="orderBy" type="{http://inex.ejb.match.mirth.com/}expression" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Expression> expressions
           
protected  java.util.List<Expression> orderBy
           
 
Fields inherited from class com.mirth.match.ejb.inex.Filter
ascending, blank, empty, filterSet, numRows, offset, primaryKeyName, resultRows, sortColumn, unlimited
 
Constructor Summary
ExpressionBuilderFilter()
           
 
Method Summary
 java.util.List<Expression> getExpressions()
          Gets the value of the expressions property.
 java.util.List<Expression> getOrderBy()
          Gets the value of the orderBy property.
 
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

expressions

protected java.util.List<Expression> expressions

orderBy

protected java.util.List<Expression> orderBy
Constructor Detail

ExpressionBuilderFilter

public ExpressionBuilderFilter()
Method Detail

getExpressions

public java.util.List<Expression> getExpressions()
Gets the value of the expressions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the expressions property.

For example, to add a new item, do as follows:

    getExpressions().add(newItem);
 

Objects of the following type(s) are allowed in the list Expression


getOrderBy

public java.util.List<Expression> getOrderBy()
Gets the value of the orderBy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orderBy property.

For example, to add a new item, do as follows:

    getOrderBy().add(newItem);
 

Objects of the following type(s) are allowed in the list Expression



Copyright © 2011 Mirth Corp. All Rights Reserved.