uk.ac.ebi.jmzidml.model.mzidml
Class InputSpectrumIdentifications

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by 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

Field Summary
protected  SpectrumIdentificationList spectrumIdentificationList
           
protected  String spectrumIdentificationListRef
           
 
Constructor Summary
InputSpectrumIdentifications()
           
 
Method Summary
 SpectrumIdentificationList getSpectrumIdentificationList()
           
 String getSpectrumIdentificationListRef()
          Gets the value of the spectrumIdentificationListRef property.
 void setSpectrumIdentificationList(SpectrumIdentificationList spectrumIdentificationList)
           
 
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

spectrumIdentificationListRef

protected String spectrumIdentificationListRef

spectrumIdentificationList

protected SpectrumIdentificationList spectrumIdentificationList
Constructor Detail

InputSpectrumIdentifications

public InputSpectrumIdentifications()
Method Detail

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.