public class AnalysisSampleCollectionType extends Object
Java class for AnalysisSampleCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalysisSampleCollectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Sample" type="{http://psidev.info/psi/pi/mzIdentML/1.2}SampleType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SampleType> |
sample |
| Constructor and Description |
|---|
AnalysisSampleCollectionType() |
protected List<SampleType> sample
public List<SampleType> getSample()
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 sample property.
For example, to add a new item, do as follows:
getSample().add(newItem);
Objects of the following type(s) are allowed in the list
SampleType
Copyright © 2017. All rights reserved.