public class SpectrumIdentificationType extends ProtocolApplicationType
Java class for SpectrumIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpectrumIdentificationType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}ProtocolApplicationType">
<sequence>
<element name="InputSpectra" type="{http://psidev.info/psi/pi/mzIdentML/1.2}InputSpectraType" maxOccurs="unbounded"/>
<element name="SearchDatabaseRef" type="{http://psidev.info/psi/pi/mzIdentML/1.2}SearchDatabaseRefType" maxOccurs="unbounded"/>
</sequence>
<attribute name="spectrumIdentificationProtocol_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="spectrumIdentificationList_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<InputSpectraType> |
inputSpectra |
protected List<SearchDatabaseRefType> |
searchDatabaseRef |
protected String |
spectrumIdentificationListRef |
protected String |
spectrumIdentificationProtocolRef |
activityDateid, name| Constructor and Description |
|---|
SpectrumIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
List<InputSpectraType> |
getInputSpectra()
Gets the value of the inputSpectra property.
|
List<SearchDatabaseRefType> |
getSearchDatabaseRef()
Gets the value of the searchDatabaseRef property.
|
String |
getSpectrumIdentificationListRef()
Gets the value of the spectrumIdentificationListRef property.
|
String |
getSpectrumIdentificationProtocolRef()
Gets the value of the spectrumIdentificationProtocolRef property.
|
void |
setSpectrumIdentificationListRef(String value)
Sets the value of the spectrumIdentificationListRef property.
|
void |
setSpectrumIdentificationProtocolRef(String value)
Sets the value of the spectrumIdentificationProtocolRef property.
|
getActivityDate, setActivityDategetId, getName, setId, setNameprotected List<InputSpectraType> inputSpectra
protected List<SearchDatabaseRefType> searchDatabaseRef
protected String spectrumIdentificationProtocolRef
protected String spectrumIdentificationListRef
public List<InputSpectraType> getInputSpectra()
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 inputSpectra property.
For example, to add a new item, do as follows:
getInputSpectra().add(newItem);
Objects of the following type(s) are allowed in the list
InputSpectraType
public List<SearchDatabaseRefType> getSearchDatabaseRef()
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 searchDatabaseRef property.
For example, to add a new item, do as follows:
getSearchDatabaseRef().add(newItem);
Objects of the following type(s) are allowed in the list
SearchDatabaseRefType
public String getSpectrumIdentificationProtocolRef()
Stringpublic void setSpectrumIdentificationProtocolRef(String value)
value - allowed object is
Stringpublic String getSpectrumIdentificationListRef()
StringCopyright © 2017. All rights reserved.