public class ParamGroupType extends Object
Java class for ParamGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParamGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="referenceableParamGroupRef" type="{http://psi.hupo.org/ms/mzml}ReferenceableParamGroupRefType" maxOccurs="unbounded" minOccurs="0"/>
<element name="cvParam" type="{http://psi.hupo.org/ms/mzml}CVParamType" maxOccurs="unbounded" minOccurs="0"/>
<element name="userParam" type="{http://psi.hupo.org/ms/mzml}UserParamType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CVParamType> |
cvParam |
protected List<ReferenceableParamGroupRefType> |
referenceableParamGroupRef |
protected List<UserParamType> |
userParam |
| Constructor and Description |
|---|
ParamGroupType() |
| Modifier and Type | Method and Description |
|---|---|
List<CVParamType> |
getCvParam()
Gets the value of the cvParam property.
|
List<ReferenceableParamGroupRefType> |
getReferenceableParamGroupRef()
Gets the value of the referenceableParamGroupRef property.
|
List<UserParamType> |
getUserParam()
Gets the value of the userParam property.
|
protected List<ReferenceableParamGroupRefType> referenceableParamGroupRef
protected List<CVParamType> cvParam
protected List<UserParamType> userParam
public List<ReferenceableParamGroupRefType> getReferenceableParamGroupRef()
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 referenceableParamGroupRef property.
For example, to add a new item, do as follows:
getReferenceableParamGroupRef().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceableParamGroupRefType
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
public List<UserParamType> getUserParam()
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 userParam property.
For example, to add a new item, do as follows:
getUserParam().add(newItem);
Objects of the following type(s) are allowed in the list
UserParamType
Copyright © 2017. All rights reserved.