|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Filter
public class Filter
Filters applied to the search database. The filter must include at least one of Include and Exclude. If both are used, it is assumed that inclusion is performed first.
Java class for FilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FilterType" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ParamType"/> <element name="Include" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ParamListType" minOccurs="0"/> <element name="Exclude" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ParamListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ParamList |
exclude
|
protected Param |
filterType
|
protected ParamList |
include
|
Constructor Summary | |
---|---|
Filter()
|
Method Summary | |
---|---|
ParamList |
getExclude()
Gets the value of the exclude property. |
Param |
getFilterType()
Gets the value of the filterType property. |
ParamList |
getInclude()
Gets the value of the include property. |
void |
setExclude(ParamList value)
Sets the value of the exclude property. |
void |
setFilterType(Param value)
Sets the value of the filterType property. |
void |
setInclude(ParamList value)
Sets the value of the include property. |
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject |
---|
getHid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Param filterType
protected ParamList include
protected ParamList exclude
Constructor Detail |
---|
public Filter()
Method Detail |
---|
public Param getFilterType()
Param
public void setFilterType(Param value)
value
- allowed object is
Param
public ParamList getInclude()
ParamList
public void setInclude(ParamList value)
value
- allowed object is
ParamList
public ParamList getExclude()
ParamList
public void setExclude(ParamList value)
value
- allowed object is
ParamList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |