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