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