public class ASAPProtAnalysisSummary 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="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="binary_ref_files" type="{http://www.w3.org/2001/XMLSchema}string" />
<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 String |
binaryRefFiles |
protected double |
minPeptideProbability |
protected double |
minPeptideWeight |
protected double |
minProteinProbability |
protected String |
referenceIsotope |
protected String |
version |
| Constructor and Description |
|---|
ASAPProtAnalysisSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinaryRefFiles()
Gets the value of the binaryRefFiles property.
|
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.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setBinaryRefFiles(String value)
Sets the value of the binaryRefFiles 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.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String binaryRefFiles
protected double minPeptideProbability
protected double minPeptideWeight
protected double minProteinProbability
protected String referenceIsotope
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getBinaryRefFiles()
Stringpublic void setBinaryRefFiles(String value)
value - allowed object is
Stringpublic 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.