|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Identifiable
uk.ac.ebi.jmzidml.model.mzidml.ProteinDetectionProtocol
public class ProteinDetectionProtocol
The parameters and settings of a ProteinDetection process.
Java class for ProteinDetectionProtocolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProteinDetectionProtocolType"> <complexContent> <extension base="{http://psidev.info/psi/pi/mzIdentML/1.1}IdentifiableType"> <sequence> <element name="AnalysisParams" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ParamListType" minOccurs="0"/> <element name="Threshold" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ParamListType"/> </sequence> <attribute name="analysisSoftware_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected ParamList |
analysisParams
|
protected AnalysisSoftware |
analysisSoftware
|
protected String |
analysisSoftwareRef
|
protected ParamList |
threshold
|
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable |
---|
id, name |
Constructor Summary | |
---|---|
ProteinDetectionProtocol()
|
Method Summary | |
---|---|
ParamList |
getAnalysisParams()
Gets the value of the analysisParams property. |
AnalysisSoftware |
getAnalysisSoftware()
|
String |
getAnalysisSoftwareRef()
Gets the value of the analysisSoftwareRef property. |
ParamList |
getThreshold()
Gets the value of the threshold property. |
void |
setAnalysisParams(ParamList value)
Sets the value of the analysisParams property. |
void |
setAnalysisSoftware(AnalysisSoftware analysisSoftware)
|
void |
setThreshold(ParamList value)
Sets the value of the threshold property. |
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable |
---|
getId, getName, setId, setName |
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject |
---|
getHid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ParamList analysisParams
protected ParamList threshold
protected String analysisSoftwareRef
protected AnalysisSoftware analysisSoftware
Constructor Detail |
---|
public ProteinDetectionProtocol()
Method Detail |
---|
public ParamList getAnalysisParams()
ParamList
public void setAnalysisParams(ParamList value)
value
- allowed object is
ParamList
public ParamList getThreshold()
ParamList
public void setThreshold(ParamList value)
value
- allowed object is
ParamList
public String getAnalysisSoftwareRef()
String
public AnalysisSoftware getAnalysisSoftware()
public void setAnalysisSoftware(AnalysisSoftware analysisSoftware)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |