uk.ac.ebi.jmzidml.model.mzidml
Class InputSpectrumIdentifications
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.InputSpectrumIdentifications
- All Implemented Interfaces:
- Serializable
public class InputSpectrumIdentifications
- extends MzIdentMLObject
- implements Serializable
The lists of spectrum identifications that are input to the protein detection process.
TODO marshalling/ persistor add validation to check for case where someone gets SpectrumIdentificationList and changes its id without updating ref id in
InputSpectrumIdentifications and other such classes.
NOTE: There is no setter method for the spectrumIdentificationListRef. This simplifies keeping the measure object reference and
spectrumIdentificationListRef synchronized.
Java class for InputSpectrumIdentificationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputSpectrumIdentificationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="spectrumIdentificationList_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
spectrumIdentificationListRef
protected String spectrumIdentificationListRef
spectrumIdentificationList
protected SpectrumIdentificationList spectrumIdentificationList
InputSpectrumIdentifications
public InputSpectrumIdentifications()
getSpectrumIdentificationList
public SpectrumIdentificationList getSpectrumIdentificationList()
setSpectrumIdentificationList
public void setSpectrumIdentificationList(SpectrumIdentificationList spectrumIdentificationList)
getSpectrumIdentificationListRef
public String getSpectrumIdentificationListRef()
- Gets the value of the spectrumIdentificationListRef property.
- Returns:
- possible object is
String
Copyright © 2012. All Rights Reserved.