Uses of Class
de.isas.mztab2.model.SpectraRef
- 
Packages that use SpectraRef Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. - 
- 
Uses of SpectraRef in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return SpectraRef Modifier and Type Method Description SpectraRefSpectraRef. msRun(MsRun msRun)Builder method for msRun.SpectraRefSpectraRef. reference(String reference)Builder method for reference.Methods in de.isas.mztab2.model that return types with arguments of type SpectraRef Modifier and Type Method Description @NotNull @Valid List<SpectraRef>SmallMoleculeEvidence. getSpectraRef()Reference to a spectrum in a spectrum file, for example a fragmentation spectrum has been used to support the identification.Methods in de.isas.mztab2.model with parameters of type SpectraRef Modifier and Type Method Description SmallMoleculeEvidenceSmallMoleculeEvidence. addSpectraRefItem(SpectraRef spectraRefItem)Add a single spectraRefItem to the spectraRef collection.Method parameters in de.isas.mztab2.model with type arguments of type SpectraRef Modifier and Type Method Description voidSmallMoleculeEvidence. setSpectraRef(List<SpectraRef> spectraRef)Set spectraRef.SmallMoleculeEvidenceSmallMoleculeEvidence. spectraRef(List<SpectraRef> spectraRef)Builder method for spectraRef. 
 -