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

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

public class ParamList
extends MzIdentMLObject
implements Serializable

Helper type to allow multiple cvParams or userParams to be given for an element.

Java class for ParamListType complex type.

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

 <complexType name="ParamListType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://psidev.info/psi/pi/mzIdentML/1.1}ParamGroup" maxOccurs="unbounded"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<AbstractParam> paramGroup
           
 
Constructor Summary
ParamList()
           
 
Method Summary
 List<CvParam> getCvParam()
          Gets the enzyme name cvparams
 List<AbstractParam> getParamGroup()
          Gets the value of the paramGroup property.
 List<UserParam> getUserParam()
          Gets the enzymename userparams
 
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

paramGroup

protected List<AbstractParam> paramGroup
Constructor Detail

ParamList

public ParamList()
Method Detail

getParamGroup

public List<AbstractParam> getParamGroup()
Gets the value of the paramGroup 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 paramGroup property.

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

    getParamGroup().add(newItem);
 

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


getCvParam

public List<CvParam> getCvParam()
Gets the enzyme name cvparams

Returns:
possible object is FacadeList

getUserParam

public List<UserParam> getUserParam()
Gets the enzymename userparams

Returns:
possible object is FacadeList


Copyright © 2012. All Rights Reserved.