public static class MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit 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="alternative_protein" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="protein" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="protein_descr" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="num_tol_term" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="protein_mw" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="peptide_prev_aa" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="peptide_next_aa" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="modification_info" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mod_aminoacid_mass" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="position" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="mod_nterm_mass" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="mod_cterm_mass" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="modified_peptide" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="search_score" type="{http://regis-web.systemsbiology.net/pepXML}nameValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="analysis_result" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax'/>
</sequence>
<attribute name="analysis" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://regis-web.systemsbiology.net/pepXML}positiveInt" default="1" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="parameter" type="{http://regis-web.systemsbiology.net/pepXML}nameValueType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="hit_rank" use="required" type="{http://regis-web.systemsbiology.net/pepXML}positiveInt" />
<attribute name="peptide" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="peptide_prev_aa" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="peptide_next_aa" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="protein" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="num_tot_proteins" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="num_matched_ions" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="tot_num_ions" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="calc_neutral_pep_mass" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="massdiff" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="num_tol_term" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="num_missed_cleavages" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="is_rejected" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="protein_descr" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="calc_pI" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="protein_mw" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AlternativeProtein
Java class for anonymous complex type.
|
static class |
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AnalysisResult
Java class for anonymous complex type.
|
static class |
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AlternativeProtein> |
alternativeProtein |
protected List<MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AnalysisResult> |
analysisResult |
protected float |
calcNeutralPepMass |
protected String |
calcPI |
protected long |
hitRank |
protected BigInteger |
isRejected |
protected String |
massdiff |
protected MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo |
modificationInfo |
protected BigInteger |
numMatchedIons |
protected BigInteger |
numMissedCleavages |
protected BigInteger |
numTolTerm |
protected long |
numTotProteins |
protected List<NameValueType> |
parameter |
protected String |
peptide |
protected String |
peptideNextAa |
protected String |
peptidePrevAa |
protected String |
protein |
protected String |
proteinDescr |
protected Double |
proteinMw |
protected List<NameValueType> |
searchScore |
protected BigInteger |
totNumIons |
| Constructor and Description |
|---|
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit() |
| Modifier and Type | Method and Description |
|---|---|
List<MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AlternativeProtein> |
getAlternativeProtein()
Gets the value of the alternativeProtein property.
|
List<MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AnalysisResult> |
getAnalysisResult()
Gets the value of the analysisResult property.
|
float |
getCalcNeutralPepMass()
Gets the value of the calcNeutralPepMass property.
|
String |
getCalcPI()
Gets the value of the calcPI property.
|
long |
getHitRank()
Gets the value of the hitRank property.
|
BigInteger |
getIsRejected()
Gets the value of the isRejected property.
|
String |
getMassdiff()
Gets the value of the massdiff property.
|
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo |
getModificationInfo()
Gets the value of the modificationInfo property.
|
BigInteger |
getNumMatchedIons()
Gets the value of the numMatchedIons property.
|
BigInteger |
getNumMissedCleavages()
Gets the value of the numMissedCleavages property.
|
BigInteger |
getNumTolTerm()
Gets the value of the numTolTerm property.
|
long |
getNumTotProteins()
Gets the value of the numTotProteins property.
|
List<NameValueType> |
getParameter()
Gets the value of the parameter property.
|
String |
getPeptide()
Gets the value of the peptide property.
|
String |
getPeptideNextAa()
Gets the value of the peptideNextAa property.
|
String |
getPeptidePrevAa()
Gets the value of the peptidePrevAa property.
|
String |
getProtein()
Gets the value of the protein property.
|
String |
getProteinDescr()
Gets the value of the proteinDescr property.
|
Double |
getProteinMw()
Gets the value of the proteinMw property.
|
List<NameValueType> |
getSearchScore()
Gets the value of the searchScore property.
|
BigInteger |
getTotNumIons()
Gets the value of the totNumIons property.
|
void |
setCalcNeutralPepMass(float value)
Sets the value of the calcNeutralPepMass property.
|
void |
setCalcPI(String value)
Sets the value of the calcPI property.
|
void |
setHitRank(long value)
Sets the value of the hitRank property.
|
void |
setIsRejected(BigInteger value)
Sets the value of the isRejected property.
|
void |
setMassdiff(String value)
Sets the value of the massdiff property.
|
void |
setModificationInfo(MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo value)
Sets the value of the modificationInfo property.
|
void |
setNumMatchedIons(BigInteger value)
Sets the value of the numMatchedIons property.
|
void |
setNumMissedCleavages(BigInteger value)
Sets the value of the numMissedCleavages property.
|
void |
setNumTolTerm(BigInteger value)
Sets the value of the numTolTerm property.
|
void |
setNumTotProteins(long value)
Sets the value of the numTotProteins property.
|
void |
setPeptide(String value)
Sets the value of the peptide property.
|
void |
setPeptideNextAa(String value)
Sets the value of the peptideNextAa property.
|
void |
setPeptidePrevAa(String value)
Sets the value of the peptidePrevAa property.
|
void |
setProtein(String value)
Sets the value of the protein property.
|
void |
setProteinDescr(String value)
Sets the value of the proteinDescr property.
|
void |
setProteinMw(Double value)
Sets the value of the proteinMw property.
|
void |
setTotNumIons(BigInteger value)
Sets the value of the totNumIons property.
|
protected List<MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AlternativeProtein> alternativeProtein
protected MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo modificationInfo
protected List<NameValueType> searchScore
protected List<MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AnalysisResult> analysisResult
protected List<NameValueType> parameter
protected long hitRank
protected String peptide
protected String peptidePrevAa
protected String peptideNextAa
protected String protein
protected long numTotProteins
protected BigInteger numMatchedIons
protected BigInteger totNumIons
protected float calcNeutralPepMass
protected String massdiff
protected BigInteger numTolTerm
protected BigInteger numMissedCleavages
protected BigInteger isRejected
protected String proteinDescr
protected String calcPI
protected Double proteinMw
public MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit()
public List<MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AlternativeProtein> getAlternativeProtein()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the alternativeProtein property.
For example, to add a new item, do as follows:
getAlternativeProtein().add(newItem);
Objects of the following type(s) are allowed in the list
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AlternativeProtein
public MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo getModificationInfo()
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfopublic void setModificationInfo(MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo value)
value - allowed object is
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfopublic List<NameValueType> getSearchScore()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the searchScore property.
For example, to add a new item, do as follows:
getSearchScore().add(newItem);
Objects of the following type(s) are allowed in the list
NameValueType
public List<MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AnalysisResult> getAnalysisResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the analysisResult property.
For example, to add a new item, do as follows:
getAnalysisResult().add(newItem);
Objects of the following type(s) are allowed in the list
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.AnalysisResult
public List<NameValueType> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NameValueType
public long getHitRank()
public void setHitRank(long value)
public String getPeptide()
Stringpublic void setPeptide(String value)
value - allowed object is
Stringpublic String getPeptidePrevAa()
Stringpublic void setPeptidePrevAa(String value)
value - allowed object is
Stringpublic String getPeptideNextAa()
Stringpublic void setPeptideNextAa(String value)
value - allowed object is
Stringpublic String getProtein()
Stringpublic void setProtein(String value)
value - allowed object is
Stringpublic long getNumTotProteins()
public void setNumTotProteins(long value)
public BigInteger getNumMatchedIons()
BigIntegerpublic void setNumMatchedIons(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTotNumIons()
BigIntegerpublic void setTotNumIons(BigInteger value)
value - allowed object is
BigIntegerpublic float getCalcNeutralPepMass()
public void setCalcNeutralPepMass(float value)
public String getMassdiff()
Stringpublic void setMassdiff(String value)
value - allowed object is
Stringpublic BigInteger getNumTolTerm()
BigIntegerpublic void setNumTolTerm(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNumMissedCleavages()
BigIntegerpublic void setNumMissedCleavages(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getIsRejected()
BigIntegerpublic void setIsRejected(BigInteger value)
value - allowed object is
BigIntegerpublic String getProteinDescr()
Stringpublic void setProteinDescr(String value)
value - allowed object is
Stringpublic String getCalcPI()
Stringpublic void setCalcPI(String value)
value - allowed object is
Stringpublic Double getProteinMw()
DoubleCopyright © 2016. All Rights Reserved.