public class MeasureType extends IdentifiableType
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.2}IdentifiableType">
<sequence>
<element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.2}CVParamType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CVParamType> |
cvParam |
id, name| Constructor and Description |
|---|
MeasureType() |
| Modifier and Type | Method and Description |
|---|---|
List<CVParamType> |
getCvParam()
Gets the value of the cvParam property.
|
getId, getName, setId, setNameprotected List<CVParamType> cvParam
public List<CVParamType> getCvParam()
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
CVParamType
Copyright © 2017. All rights reserved.