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