public class ProteinDetectionProtocolType extends IdentifiableType
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.2}IdentifiableType">
<sequence>
<element name="AnalysisParams" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamListType" minOccurs="0"/>
<element name="Threshold" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamListType"/>
</sequence>
<attribute name="analysisSoftware_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParamListType |
analysisParams |
protected String |
analysisSoftwareRef |
protected ParamListType |
threshold |
id, name| Constructor and Description |
|---|
ProteinDetectionProtocolType() |
| Modifier and Type | Method and Description |
|---|---|
ParamListType |
getAnalysisParams()
Gets the value of the analysisParams property.
|
String |
getAnalysisSoftwareRef()
Gets the value of the analysisSoftwareRef property.
|
ParamListType |
getThreshold()
Gets the value of the threshold property.
|
void |
setAnalysisParams(ParamListType value)
Sets the value of the analysisParams property.
|
void |
setAnalysisSoftwareRef(String value)
Sets the value of the analysisSoftwareRef property.
|
void |
setThreshold(ParamListType value)
Sets the value of the threshold property.
|
getId, getName, setId, setNameprotected ParamListType analysisParams
protected ParamListType threshold
protected String analysisSoftwareRef
public ParamListType getAnalysisParams()
ParamListTypepublic void setAnalysisParams(ParamListType value)
value - allowed object is
ParamListTypepublic ParamListType getThreshold()
ParamListTypepublic void setThreshold(ParamListType value)
value - allowed object is
ParamListTypepublic String getAnalysisSoftwareRef()
StringCopyright © 2017. All rights reserved.