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

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Identifiable
          extended by uk.ac.ebi.jmzidml.model.mzidml.Measure
All Implemented Interfaces:
Serializable, CvParamListCapable

public class Measure
extends Identifiable
implements Serializable, CvParamListCapable

References to CV terms defining the measures about product ions to be reported in SpectrumIdentificationItem

Java class for MeasureType complex type.

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

 <complexType name="MeasureType">
   <complexContent>
     <extension base="{http://psidev.info/psi/pi/mzIdentML/1.1}IdentifiableType">
       <sequence>
         <element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.1}CVParamType" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<CvParam> cvParam
           
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
id, name
 
Constructor Summary
Measure()
           
 
Method Summary
 List<CvParam> getCvParam()
          Gets the value of the cvParam property.
 
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
getId, getName, setId, setName
 
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

cvParam

protected List<CvParam> cvParam
Constructor Detail

Measure

public Measure()
Method Detail

getCvParam

public List<CvParam> getCvParam()
Gets the value of the cvParam 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 cvParam property.

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

    getCvParam().add(newItem);
 

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

Specified by:
getCvParam in interface CvParamListCapable
Returns:
A List of CvParam objects.


Copyright © 2012. All Rights Reserved.