public class ProteinDetectionListType extends IdentifiableType
Java class for ProteinDetectionListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProteinDetectionListType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="ProteinAmbiguityGroup" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ProteinAmbiguityGroupType" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractParamType> |
paramGroup |
protected List<ProteinAmbiguityGroupType> |
proteinAmbiguityGroup |
id, name| Constructor and Description |
|---|
ProteinDetectionListType() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractParamType> |
getParamGroup()
Scores or output parameters associated with the whole ProteinDetectionList Gets the value of the paramGroup property.
|
List<ProteinAmbiguityGroupType> |
getProteinAmbiguityGroup()
Gets the value of the proteinAmbiguityGroup property.
|
getId, getName, setId, setNameprotected List<ProteinAmbiguityGroupType> proteinAmbiguityGroup
protected List<AbstractParamType> paramGroup
public List<ProteinAmbiguityGroupType> getProteinAmbiguityGroup()
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 proteinAmbiguityGroup property.
For example, to add a new item, do as follows:
getProteinAmbiguityGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ProteinAmbiguityGroupType
public List<AbstractParamType> 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
CVParamType
UserParamType
Copyright © 2017. All rights reserved.