Uses of Class
de.isas.mztab2.model.MsRun
- 
Packages that use MsRun Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. - 
- 
Uses of MsRun in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return MsRun Modifier and Type Method Description MsRunMsRun. addFragmentationMethodItem(Parameter fragmentationMethodItem)Add a single fragmentationMethodItem to the fragmentationMethod collection.MsRunMsRun. addScanPolarityItem(Parameter scanPolarityItem)Add a single scanPolarityItem to the scanPolarity collection.MsRunMsRun. format(Parameter format)Builder method for format.MsRunMsRun. fragmentationMethod(List<Parameter> fragmentationMethod)Builder method for fragmentationMethod.@NotNull @Valid MsRunSpectraRef. getMsRun()The ms run object reference by this spectral reference.MsRunMsRun. hash(String hash)Builder method for hash.MsRunMsRun. hashMethod(Parameter hashMethod)Builder method for hashMethod.MsRunMsRun. id(Integer id)Builder method for id.MsRunMsRun. idFormat(Parameter idFormat)Builder method for idFormat.MsRunMsRun. instrumentRef(Instrument instrumentRef)Builder method for instrumentRef.MsRunMsRun. location(String location)Builder method for location.MsRunMsRun. name(String name)Builder method for name.MsRunMsRun. scanPolarity(List<Parameter> scanPolarity)Builder method for scanPolarity.Methods in de.isas.mztab2.model that return types with arguments of type MsRun Modifier and Type Method Description @NotNull @Valid List<MsRun>Metadata. getMsRun()Specification of ms_run.Optional<MsRun>MzTabAccess. getMsRunFor(Integer id, Metadata metadata)Tries to locate the ms run referenced by id from the metadata section.@NotNull @Valid @Size(min=1) List<MsRun>Assay. getMsRunRef()The ms run(s) referenced by this assay.Methods in de.isas.mztab2.model with parameters of type MsRun Modifier and Type Method Description MetadataMetadata. addMsRunItem(MsRun msRunItem)Add a single msRunItem to the msRun collection.AssayAssay. addMsRunRefItem(MsRun msRunRefItem)Add a single msRunRefItem to the msRunRef collection.SpectraRefSpectraRef. msRun(MsRun msRun)Builder method for msRun.voidSpectraRef. setMsRun(MsRun msRun)Set msRun.Method parameters in de.isas.mztab2.model with type arguments of type MsRun Modifier and Type Method Description MetadataMetadata. msRun(List<MsRun> msRun)Builder method for msRun.AssayAssay. msRunRef(List<MsRun> msRunRef)Builder method for msRunRef.voidMetadata. setMsRun(List<MsRun> msRun)Set msRun.voidAssay. setMsRunRef(List<MsRun> msRunRef)Set msRunRef. 
 -