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

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

public class Fragmentation
extends MzIdentMLObject
implements Serializable

The product ions identified in this result.

Java class for FragmentationType complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  List<IonType> ionType
           
 
Constructor Summary
Fragmentation()
           
 
Method Summary
 List<IonType> getIonType()
          Gets the value of the ionType 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

ionType

protected List<IonType> ionType
Constructor Detail

Fragmentation

public Fragmentation()
Method Detail

getIonType

public List<IonType> getIonType()
Gets the value of the ionType 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 ionType property.

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

    getIonType().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.