Uses of Class
de.isas.mztab2.model.Sample
-
Packages that use Sample Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of Sample in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Sample Modifier and Type Method Description Sample
Sample. addCellTypeItem(Parameter cellTypeItem)
Add a single cellTypeItem to the cellType collection.Sample
Sample. addCustomItem(Parameter customItem)
Add a single customItem to the custom collection.Sample
Sample. addDiseaseItem(Parameter diseaseItem)
Add a single diseaseItem to the disease collection.Sample
Sample. addSpeciesItem(Parameter speciesItem)
Add a single speciesItem to the species collection.Sample
Sample. addTissueItem(Parameter tissueItem)
Add a single tissueItem to the tissue collection.Sample
Sample. cellType(List<Parameter> cellType)
Builder method for cellType.Sample
Sample. custom(List<Parameter> custom)
Builder method for custom.Sample
Sample. description(String description)
Builder method for description.Sample
Sample. disease(List<Parameter> disease)
Builder method for disease.@Valid Sample
Assay. getSampleRef()
The sample referenced by this assay.Sample
Sample. id(Integer id)
Builder method for id.Sample
Sample. name(String name)
Builder method for name.Sample
Sample. species(List<Parameter> species)
Builder method for species.Sample
Sample. tissue(List<Parameter> tissue)
Builder method for tissue.Methods in de.isas.mztab2.model that return types with arguments of type Sample Modifier and Type Method Description @Valid List<Sample>
Metadata. getSample()
Specification of sample.Methods in de.isas.mztab2.model with parameters of type Sample Modifier and Type Method Description Metadata
Metadata. addSampleItem(Sample sampleItem)
Add a single sampleItem to the sample collection.Assay
Assay. sampleRef(Sample sampleRef)
Builder method for sampleRef.void
Assay. setSampleRef(Sample sampleRef)
Set sampleRef.Method parameters in de.isas.mztab2.model with type arguments of type Sample Modifier and Type Method Description Metadata
Metadata. sample(List<Sample> sample)
Builder method for sample.void
Metadata. setSample(List<Sample> sample)
Set sample.
-