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.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Filter
public Filter()
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)