uk.ac.ebi.jmzidml.model.mzidml
Class DatabaseFilters
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.DatabaseFilters
- All Implemented Interfaces:
- Serializable
public class DatabaseFilters
- extends MzIdentMLObject
- implements Serializable
The specification of filters applied to the database searched.
Java class for DatabaseFiltersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseFiltersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Filter" type="{http://psidev.info/psi/pi/mzIdentML/1.1}FilterType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filter
protected List<Filter> filter
DatabaseFilters
public DatabaseFilters()
getFilter
public List<Filter> getFilter()
- Gets the value of the filter 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 filter property.
For example, to add a new item, do as follows:
getFilter().add(newItem);
Objects of the following type(s) are allowed in the list
Filter
- Returns:
- filter A list of filters
Copyright © 2012. All Rights Reserved.