public class ScanListType extends ParamGroupType
Java class for ScanListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanListType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<sequence>
<element name="scan" type="{http://psi.hupo.org/ms/mzml}ScanType" maxOccurs="unbounded"/>
</sequence>
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
count |
protected List<ScanType> |
scan |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
ScanListType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCount()
Gets the value of the count property.
|
List<ScanType> |
getScan()
Gets the value of the scan property.
|
void |
setCount(BigInteger value)
Sets the value of the count property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected BigInteger count
public List<ScanType> getScan()
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 scan property.
For example, to add a new item, do as follows:
getScan().add(newItem);
Objects of the following type(s) are allowed in the list
ScanType
public BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.