public class SpectrumListType extends Object
Java class for SpectrumListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpectrumListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="spectrumRef" type="{http://psi.hupo.org/ms/mzml}SpectrumType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="defaultDataProcessingRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
count |
protected Object |
defaultDataProcessingRef |
protected List<SpectrumType> |
spectrum |
| Constructor and Description |
|---|
SpectrumListType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCount()
Gets the value of the count property.
|
Object |
getDefaultDataProcessingRef()
Gets the value of the defaultDataProcessingRef property.
|
List<SpectrumType> |
getSpectrum()
Gets the value of the spectrumRef property.
|
void |
setCount(BigInteger value)
Sets the value of the count property.
|
void |
setDefaultDataProcessingRef(Object value)
Sets the value of the defaultDataProcessingRef property.
|
protected List<SpectrumType> spectrum
protected BigInteger count
protected Object defaultDataProcessingRef
public List<SpectrumType> getSpectrum()
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 spectrumRef property.
For example, to add a new item, do as follows:
getSpectrum().add(newItem);
Objects of the following type(s) are allowed in the list
SpectrumType
public BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic Object getDefaultDataProcessingRef()
ObjectCopyright © 2017. All rights reserved.