Uses of Class
com.genologics.ri.artifact.DemuxSourceArtifact
Packages that use DemuxSourceArtifact
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
-
Uses of DemuxSourceArtifact in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact declared as DemuxSourceArtifactModifier and TypeFieldDescriptionprotected DemuxSourceArtifactDemux.artifactThe source artifact being demultiplexed.Methods in com.genologics.ri.artifact that return DemuxSourceArtifactModifier and TypeMethodDescriptionObjectFactory.createDemuxSourceArtifact()Creates a new DemuxSourceArtifact instance.Demux.getArtifact()Gets the artifact.Methods in com.genologics.ri.artifact with parameters of type DemuxSourceArtifactModifier and TypeMethodDescriptionvoidDemux.setArtifact(DemuxSourceArtifact artifact) Sets the artifact.