Uses of Class
com.genologics.ri.artifact.DemuxDetails
Packages that use DemuxDetails
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
-
Uses of DemuxDetails in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact declared as DemuxDetailsModifier and TypeFieldDescriptionprotected DemuxDetailsDemuxArtifact.demuxThe demux details of this demux artifact.protected DemuxDetailsDemux.demuxDetailsThe demux details of this demux.Methods in com.genologics.ri.artifact that return DemuxDetailsModifier and TypeMethodDescriptionObjectFactory.createDemuxDetails()Creates a new DemuxDetails instance.DemuxArtifact.getDemux()Gets the demux details.Demux.getDemuxDetails()Gets the demux details.Methods in com.genologics.ri.artifact that return types with arguments of type DemuxDetailsModifier and TypeMethodDescriptionObjectFactory.createDemuxDetails(DemuxDetails value) Creates a JAXBElement for DemuxDetails.Methods in com.genologics.ri.artifact with parameters of type DemuxDetailsModifier and TypeMethodDescriptionObjectFactory.createDemuxDetails(DemuxDetails value) Creates a JAXBElement for DemuxDetails.voidDemuxArtifact.setDemux(DemuxDetails demux) Sets the demux details.voidDemux.setDemuxDetails(DemuxDetails demuxDetails) Sets the demux details.