org.openspml.message
Class Filter

java.lang.Object
  |
  +--org.openspml.message.Filter

public class Filter
extends java.lang.Object

Memory representation for the filter element found within a searchRequest message.

This is essentially just a list of filter expression terms represented by the FilterTerm class.


Constructor Summary
Filter()
           
 
Method Summary
 void addTerm(FilterTerm ft)
           
 java.util.List getTerms()
           
 void setTerms(java.util.List l)
           
 void toXml(SpmlBuffer b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()
Method Detail

setTerms

public void setTerms(java.util.List l)

addTerm

public void addTerm(FilterTerm ft)

getTerms

public java.util.List getTerms()

toXml

public void toXml(SpmlBuffer b)