public class MassTableType extends IdentifiableType
Java class for MassTableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MassTableType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="Residue" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ResidueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AmbiguousResidue" type="{http://psidev.info/psi/pi/mzIdentML/1.2}AmbiguousResidueType" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="msLevel" use="required" type="{http://psidev.info/psi/pi/mzIdentML/1.2}listOfIntegers" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AmbiguousResidueType> |
ambiguousResidue |
protected List<String> |
msLevel |
protected List<AbstractParamType> |
paramGroup |
protected List<ResidueType> |
residue |
id, name| Constructor and Description |
|---|
MassTableType() |
| Modifier and Type | Method and Description |
|---|---|
List<AmbiguousResidueType> |
getAmbiguousResidue()
Gets the value of the ambiguousResidue property.
|
List<String> |
getMsLevel()
Gets the value of the msLevel property.
|
List<AbstractParamType> |
getParamGroup()
Additional parameters or descriptors for the MassTable.Gets the value of the paramGroup property.
|
List<ResidueType> |
getResidue()
Gets the value of the residue property.
|
getId, getName, setId, setNameprotected List<ResidueType> residue
protected List<AmbiguousResidueType> ambiguousResidue
protected List<AbstractParamType> paramGroup
public List<ResidueType> getResidue()
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 residue property.
For example, to add a new item, do as follows:
getResidue().add(newItem);
Objects of the following type(s) are allowed in the list
ResidueType
public List<AmbiguousResidueType> getAmbiguousResidue()
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 ambiguousResidue property.
For example, to add a new item, do as follows:
getAmbiguousResidue().add(newItem);
Objects of the following type(s) are allowed in the list
AmbiguousResidueType
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
public List<String> getMsLevel()
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 msLevel property.
For example, to add a new item, do as follows:
getMsLevel().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2017. All rights reserved.