public class ReferenceableParamGroupType extends Object
Java class for ReferenceableParamGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceableParamGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CVParamType> |
cvParam |
protected String |
id |
protected List<UserParamType> |
userParam |
| Constructor and Description |
|---|
ReferenceableParamGroupType() |
| Modifier and Type | Method and Description |
|---|---|
List<CVParamType> |
getCvParam()
Gets the value of the cvParam property.
|
String |
getId()
Gets the value of the id property.
|
List<UserParamType> |
getUserParam()
Gets the value of the userParam property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected List<CVParamType> cvParam
protected List<UserParamType> userParam
protected String id
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.