public class XPressAnalysisSummary 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="min_peptide_probability" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="min_peptide_weight" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="min_protein_probability" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="reference_isotope" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
minPeptideProbability |
protected double |
minPeptideWeight |
protected double |
minProteinProbability |
protected String |
referenceIsotope |
| Constructor and Description |
|---|
XPressAnalysisSummary() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMinPeptideProbability()
Gets the value of the minPeptideProbability property.
|
double |
getMinPeptideWeight()
Gets the value of the minPeptideWeight property.
|
double |
getMinProteinProbability()
Gets the value of the minProteinProbability property.
|
String |
getReferenceIsotope()
Gets the value of the referenceIsotope property.
|
void |
setMinPeptideProbability(double value)
Sets the value of the minPeptideProbability property.
|
void |
setMinPeptideWeight(double value)
Sets the value of the minPeptideWeight property.
|
void |
setMinProteinProbability(double value)
Sets the value of the minProteinProbability property.
|
void |
setReferenceIsotope(String value)
Sets the value of the referenceIsotope property.
|
protected double minPeptideProbability
protected double minPeptideWeight
protected double minProteinProbability
protected String referenceIsotope
public double getMinPeptideProbability()
public void setMinPeptideProbability(double value)
public double getMinPeptideWeight()
public void setMinPeptideWeight(double value)
public double getMinProteinProbability()
public void setMinProteinProbability(double value)
public String getReferenceIsotope()
StringCopyright © 2017. All rights reserved.