public class PeptideprophetResult 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">
<sequence>
<element name="search_score_summary" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://regis-web.systemsbiology.net/pepXML}nameValueType" maxOccurs="unbounded" minOccurs="2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="probability" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="all_ntt_prob" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="analysis" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
allNttProb |
protected String |
analysis |
protected float |
probability |
protected SearchScoreSummary |
searchScoreSummary |
| Constructor and Description |
|---|
PeptideprophetResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllNttProb()
Gets the value of the allNttProb property.
|
String |
getAnalysis()
Gets the value of the analysis property.
|
float |
getProbability()
Gets the value of the probability property.
|
SearchScoreSummary |
getSearchScoreSummary()
Gets the value of the searchScoreSummary property.
|
void |
setAllNttProb(String value)
Sets the value of the allNttProb property.
|
void |
setAnalysis(String value)
Sets the value of the analysis property.
|
void |
setProbability(float value)
Sets the value of the probability property.
|
void |
setSearchScoreSummary(SearchScoreSummary value)
Sets the value of the searchScoreSummary property.
|
protected SearchScoreSummary searchScoreSummary
protected float probability
protected String allNttProb
protected String analysis
public SearchScoreSummary getSearchScoreSummary()
SearchScoreSummarypublic void setSearchScoreSummary(SearchScoreSummary value)
value - allowed object is
SearchScoreSummarypublic float getProbability()
public void setProbability(float value)
public String getAllNttProb()
Stringpublic void setAllNttProb(String value)
value - allowed object is
Stringpublic String getAnalysis()
StringCopyright © 2017. All rights reserved.