public static class MsmsPipelineAnalysis.DatasetDerivation.DataFilter extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="parent_file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="windows_parent" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Integer |
number |
protected String |
parentFile |
protected String |
windowsParent |
| Constructor and Description |
|---|
MsmsPipelineAnalysis.DatasetDerivation.DataFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getNumber()
Gets the value of the number property.
|
String |
getParentFile()
Gets the value of the parentFile property.
|
String |
getWindowsParent()
Gets the value of the windowsParent property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setParentFile(String value)
Sets the value of the parentFile property.
|
void |
setWindowsParent(String value)
Sets the value of the windowsParent property.
|
protected Integer number
protected String parentFile
protected String windowsParent
protected String description
public MsmsPipelineAnalysis.DatasetDerivation.DataFilter()
public Integer getNumber()
Stringpublic void setNumber(Integer value)
value - allowed object is
Stringpublic String getParentFile()
Stringpublic void setParentFile(String value)
value - allowed object is
Stringpublic String getWindowsParent()
Stringpublic void setWindowsParent(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2017. All rights reserved.