public class ProteinDetectionType extends ProtocolApplicationType
Java class for ProteinDetectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProteinDetectionType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}ProtocolApplicationType">
<sequence>
<element name="InputSpectrumIdentifications" type="{http://psidev.info/psi/pi/mzIdentML/1.2}InputSpectrumIdentificationsType" maxOccurs="unbounded"/>
</sequence>
<attribute name="proteinDetectionList_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="proteinDetectionProtocol_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<InputSpectrumIdentificationsType> |
inputSpectrumIdentifications |
protected String |
proteinDetectionListRef |
protected String |
proteinDetectionProtocolRef |
activityDateid, name| Constructor and Description |
|---|
ProteinDetectionType() |
| Modifier and Type | Method and Description |
|---|---|
List<InputSpectrumIdentificationsType> |
getInputSpectrumIdentifications()
Gets the value of the inputSpectrumIdentifications property.
|
String |
getProteinDetectionListRef()
Gets the value of the proteinDetectionListRef property.
|
String |
getProteinDetectionProtocolRef()
Gets the value of the proteinDetectionProtocolRef property.
|
void |
setProteinDetectionListRef(String value)
Sets the value of the proteinDetectionListRef property.
|
void |
setProteinDetectionProtocolRef(String value)
Sets the value of the proteinDetectionProtocolRef property.
|
getActivityDate, setActivityDategetId, getName, setId, setNameprotected List<InputSpectrumIdentificationsType> inputSpectrumIdentifications
protected String proteinDetectionListRef
protected String proteinDetectionProtocolRef
public List<InputSpectrumIdentificationsType> getInputSpectrumIdentifications()
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 inputSpectrumIdentifications property.
For example, to add a new item, do as follows:
getInputSpectrumIdentifications().add(newItem);
Objects of the following type(s) are allowed in the list
InputSpectrumIdentificationsType
public String getProteinDetectionListRef()
Stringpublic void setProteinDetectionListRef(String value)
value - allowed object is
Stringpublic String getProteinDetectionProtocolRef()
StringCopyright © 2017. All rights reserved.