public class AmbiguousResidueType extends Object
Java class for AmbiguousResidueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmbiguousResidueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamGroup" maxOccurs="unbounded"/>
</sequence>
<attribute name="code" use="required" type="{http://psidev.info/psi/pi/mzIdentML/1.2}chars" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected List<AbstractParamType> |
paramGroup |
| Constructor and Description |
|---|
AmbiguousResidueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
List<AbstractParamType> |
getParamGroup()
Parameters for capturing e.g.
|
void |
setCode(String value)
Sets the value of the code property.
|
protected List<AbstractParamType> paramGroup
protected String code
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 String getCode()
StringCopyright © 2017. All rights reserved.