Uses of Class
com.genologics.ri.artifact.ReagentLabel
Packages that use ReagentLabel
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
-
Uses of ReagentLabel in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact with type parameters of type ReagentLabelModifier and TypeFieldDescriptionprotected List<ReagentLabel>Artifact.reagentLabelsThe list of reagent labels applied to this artifact.protected List<ReagentLabel>DemuxArtifact.reagentLabelsThe reagent labels in this demux artifact.Methods in com.genologics.ri.artifact that return ReagentLabelModifier and TypeMethodDescriptionArtifact.addReagentLabel(ReagentLabel label) Adds a reagent label to this artifact.Artifact.addReagentLabel(String labelName) Adds a reagent label to this artifact.ObjectFactory.createReagentLabel()Creates a new ReagentLabel instance.Methods in com.genologics.ri.artifact that return types with arguments of type ReagentLabelModifier and TypeMethodDescriptionArtifact.getReagentLabels()Gets the list of reagent labels applied to this artifact.DemuxArtifact.getReagentLabels()Gets the list of reagent labels.Methods in com.genologics.ri.artifact with parameters of type ReagentLabelModifier and TypeMethodDescriptionArtifact.addReagentLabel(ReagentLabel label) Adds a reagent label to this artifact.