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

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.FragmentationTable
All Implemented Interfaces:
Serializable

public class FragmentationTable
extends MzIdentMLObject
implements Serializable

Contains the types of measures that will be reported in generic arrays for each SpectrumIdentificationItem e.g. product ion m/z, product ion intensity, product ion m/z error

Java class for FragmentationTableType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FragmentationTableType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Measure" type="{http://psidev.info/psi/pi/mzIdentML/1.1}MeasureType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Measure> measure
           
 
Constructor Summary
FragmentationTable()
           
 
Method Summary
 List<Measure> getMeasure()
          Gets the value of the measure property.
 
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

measure

protected List<Measure> measure
Constructor Detail

FragmentationTable

public FragmentationTable()
Method Detail

getMeasure

public List<Measure> getMeasure()
Gets the value of the measure property.

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 measure property.

For example, to add a new item, do as follows:

    getMeasure().add(newItem);
 

Objects of the following type(s) are allowed in the list Measure



Copyright © 2012. All Rights Reserved.