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

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

public class ModificationParams
extends MzIdentMLObject
implements Serializable

The specification of static/variable modifications (e.g. Oxidation of Methionine) that are to be considered in the spectra search.

Java class for ModificationParamsType complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  List<SearchModification> searchModification
           
 
Constructor Summary
ModificationParams()
           
 
Method Summary
 List<SearchModification> getSearchModification()
          Gets the value of the searchModification 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

searchModification

protected List<SearchModification> searchModification
Constructor Detail

ModificationParams

public ModificationParams()
Method Detail

getSearchModification

public List<SearchModification> getSearchModification()
Gets the value of the searchModification 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 searchModification property.

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

    getSearchModification().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.