public class MzIdentMLType extends IdentifiableType
Java class for MzIdentMLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MzIdentMLType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="cvList" type="{http://psidev.info/psi/pi/mzIdentML/1.2}CVListType"/>
<element name="AnalysisSoftwareList" type="{http://psidev.info/psi/pi/mzIdentML/1.2}AnalysisSoftwareListType" minOccurs="0"/>
<element name="Provider" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ProviderType" minOccurs="0"/>
<element name="AuditCollection" type="{http://psidev.info/psi/pi/mzIdentML/1.2}AuditCollectionType" minOccurs="0"/>
<element name="AnalysisSampleCollection" type="{http://psidev.info/psi/pi/mzIdentML/1.2}AnalysisSampleCollectionType" minOccurs="0"/>
<element name="SequenceCollection" type="{http://psidev.info/psi/pi/mzIdentML/1.2}SequenceCollectionType" minOccurs="0"/>
<element name="AnalysisCollection" type="{http://psidev.info/psi/pi/mzIdentML/1.2}AnalysisCollectionType"/>
<element name="AnalysisProtocolCollection" type="{http://psidev.info/psi/pi/mzIdentML/1.2}AnalysisProtocolCollectionType"/>
<element name="DataCollection" type="{http://psidev.info/psi/pi/mzIdentML/1.2}DataCollectionType"/>
<element name="BibliographicReference" type="{http://psidev.info/psi/pi/mzIdentML/1.2}BibliographicReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="version" use="required" type="{http://psidev.info/psi/pi/mzIdentML/1.2}versionRegex" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnalysisCollectionType |
analysisCollection |
protected AnalysisProtocolCollectionType |
analysisProtocolCollection |
protected AnalysisSampleCollectionType |
analysisSampleCollection |
protected AnalysisSoftwareListType |
analysisSoftwareList |
protected AuditCollectionType |
auditCollection |
protected List<BibliographicReferenceType> |
bibliographicReference |
protected XMLGregorianCalendar |
creationDate |
protected CVListType |
cvList |
protected DataCollectionType |
dataCollection |
protected ProviderType |
provider |
protected SequenceCollectionType |
sequenceCollection |
protected String |
version |
id, name| Constructor and Description |
|---|
MzIdentMLType() |
| Modifier and Type | Method and Description |
|---|---|
AnalysisCollectionType |
getAnalysisCollection()
Gets the value of the analysisCollection property.
|
AnalysisProtocolCollectionType |
getAnalysisProtocolCollection()
Gets the value of the analysisProtocolCollection property.
|
AnalysisSampleCollectionType |
getAnalysisSampleCollection()
Gets the value of the analysisSampleCollection property.
|
AnalysisSoftwareListType |
getAnalysisSoftwareList()
Gets the value of the analysisSoftwareList property.
|
AuditCollectionType |
getAuditCollection()
Gets the value of the auditCollection property.
|
List<BibliographicReferenceType> |
getBibliographicReference()
Gets the value of the bibliographicReference property.
|
XMLGregorianCalendar |
getCreationDate()
Gets the value of the creationDate property.
|
CVListType |
getCvList()
Gets the value of the cvList property.
|
DataCollectionType |
getDataCollection()
Gets the value of the dataCollection property.
|
ProviderType |
getProvider()
Gets the value of the provider property.
|
SequenceCollectionType |
getSequenceCollection()
Gets the value of the sequenceCollection property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAnalysisCollection(AnalysisCollectionType value)
Sets the value of the analysisCollection property.
|
void |
setAnalysisProtocolCollection(AnalysisProtocolCollectionType value)
Sets the value of the analysisProtocolCollection property.
|
void |
setAnalysisSampleCollection(AnalysisSampleCollectionType value)
Sets the value of the analysisSampleCollection property.
|
void |
setAnalysisSoftwareList(AnalysisSoftwareListType value)
Sets the value of the analysisSoftwareList property.
|
void |
setAuditCollection(AuditCollectionType value)
Sets the value of the auditCollection property.
|
void |
setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
|
void |
setCvList(CVListType value)
Sets the value of the cvList property.
|
void |
setDataCollection(DataCollectionType value)
Sets the value of the dataCollection property.
|
void |
setProvider(ProviderType value)
Sets the value of the provider property.
|
void |
setSequenceCollection(SequenceCollectionType value)
Sets the value of the sequenceCollection property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getId, getName, setId, setNameprotected CVListType cvList
protected AnalysisSoftwareListType analysisSoftwareList
protected ProviderType provider
protected AuditCollectionType auditCollection
protected AnalysisSampleCollectionType analysisSampleCollection
protected SequenceCollectionType sequenceCollection
protected AnalysisCollectionType analysisCollection
protected AnalysisProtocolCollectionType analysisProtocolCollection
protected DataCollectionType dataCollection
protected List<BibliographicReferenceType> bibliographicReference
protected XMLGregorianCalendar creationDate
protected String version
public CVListType getCvList()
CVListTypepublic void setCvList(CVListType value)
value - allowed object is
CVListTypepublic AnalysisSoftwareListType getAnalysisSoftwareList()
AnalysisSoftwareListTypepublic void setAnalysisSoftwareList(AnalysisSoftwareListType value)
value - allowed object is
AnalysisSoftwareListTypepublic ProviderType getProvider()
ProviderTypepublic void setProvider(ProviderType value)
value - allowed object is
ProviderTypepublic AuditCollectionType getAuditCollection()
AuditCollectionTypepublic void setAuditCollection(AuditCollectionType value)
value - allowed object is
AuditCollectionTypepublic AnalysisSampleCollectionType getAnalysisSampleCollection()
AnalysisSampleCollectionTypepublic void setAnalysisSampleCollection(AnalysisSampleCollectionType value)
value - allowed object is
AnalysisSampleCollectionTypepublic SequenceCollectionType getSequenceCollection()
SequenceCollectionTypepublic void setSequenceCollection(SequenceCollectionType value)
value - allowed object is
SequenceCollectionTypepublic AnalysisCollectionType getAnalysisCollection()
AnalysisCollectionTypepublic void setAnalysisCollection(AnalysisCollectionType value)
value - allowed object is
AnalysisCollectionTypepublic AnalysisProtocolCollectionType getAnalysisProtocolCollection()
AnalysisProtocolCollectionTypepublic void setAnalysisProtocolCollection(AnalysisProtocolCollectionType value)
value - allowed object is
AnalysisProtocolCollectionTypepublic DataCollectionType getDataCollection()
DataCollectionTypepublic void setDataCollection(DataCollectionType value)
value - allowed object is
DataCollectionTypepublic List<BibliographicReferenceType> getBibliographicReference()
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 bibliographicReference property.
For example, to add a new item, do as follows:
getBibliographicReference().add(newItem);
Objects of the following type(s) are allowed in the list
BibliographicReferenceType
public XMLGregorianCalendar getCreationDate()
XMLGregorianCalendarpublic void setCreationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getVersion()
StringCopyright © 2017. All rights reserved.