|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.ParamList
public class ParamList
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>
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 |
---|
protected List<AbstractParam> paramGroup
Constructor Detail |
---|
public ParamList()
Method Detail |
---|
public List<AbstractParam> getParamGroup()
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
public List<CvParam> getCvParam()
FacadeList
public List<UserParam> getUserParam()
FacadeList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |