public class FilterType extends Object
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.2}ParamType"/>
<element name="Include" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamListType" minOccurs="0"/>
<element name="Exclude" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParamListType |
exclude |
protected ParamType |
filterType |
protected ParamListType |
include |
| Constructor and Description |
|---|
FilterType() |
| Modifier and Type | Method and Description |
|---|---|
ParamListType |
getExclude()
Gets the value of the exclude property.
|
ParamType |
getFilterType()
Gets the value of the filterType property.
|
ParamListType |
getInclude()
Gets the value of the include property.
|
void |
setExclude(ParamListType value)
Sets the value of the exclude property.
|
void |
setFilterType(ParamType value)
Sets the value of the filterType property.
|
void |
setInclude(ParamListType value)
Sets the value of the include property.
|
protected ParamType filterType
protected ParamListType include
protected ParamListType exclude
public ParamType getFilterType()
ParamTypepublic void setFilterType(ParamType value)
value - allowed object is
ParamTypepublic ParamListType getInclude()
ParamListTypepublic void setInclude(ParamListType value)
value - allowed object is
ParamListTypepublic ParamListType getExclude()
ParamListTypepublic void setExclude(ParamListType value)
value - allowed object is
ParamListTypeCopyright © 2017. All rights reserved.