java.lang.Object
com.genologics.ri.sample.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.sample package.
This class is required by JAXB (Java Architecture for XML Binding) and provides factory methods for instantiating JAXB-managed classes and elements within this package. Each factory method constructs new instances of schema-derived classes that represent XML content structures.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.sample -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofArtifactLink.Deprecated.Biosource is not supported in Clarity.Create an instance ofControlTypeLink.Create an instance ofSampleBatchFetchResult.Create an instance ofProjectLink.Create an instance ofSample.createSample(Sample value) Create an instance ofSampleBase.Create an instance ofSampleCreation.Create an instance ofSampleLink.Create an instance ofSamples.createSamples(Samples value) Create an instance ofSubmitter.
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.sample
-
-
Method Details
-
createSamplecreation
Create an instance ofSampleCreation.- Returns:
- The new SampleCreation instance.
-
createSample
Create an instance ofSample.- Returns:
- The new Sample instance.
-
createDetails
Create an instance ofSampleBatchFetchResult.- Returns:
- The new SampleBatchFetchResult instance.
-
createArtifact
Create an instance ofArtifactLink.- Returns:
- The new ArtifactLink instance.
-
createSamples
Create an instance ofSamples.- Returns:
- The new Samples instance.
-
createSamplebase
Create an instance ofSampleBase.- Returns:
- The new SampleBase instance.
-
createBiosource
Deprecated.Biosource is not supported in Clarity.Create an instance ofBioSource.- Returns:
- The new BioSource instance.
-
createSubmitter
Create an instance ofSubmitter.- Returns:
- The new Submitter instance.
-
createSampleLink
Create an instance ofSampleLink.- Returns:
- The new SampleLink instance.
-
createProject
Create an instance ofProjectLink.- Returns:
- The new ProjectLink instance.
-
createControlTypeLink
Create an instance ofControlTypeLink.- Returns:
- The new ControlTypeLink instance.
-
createSample
- Parameters:
value- The Sample instance value.- Returns:
- The JAXBElement wrapper for the Sample.
-
createSamplecreation
- Parameters:
value- The SampleCreation instance value.- Returns:
- The JAXBElement wrapper for the SampleCreation.
-
createSamples
- Parameters:
value- The Samples instance value.- Returns:
- The JAXBElement wrapper for the Samples.
-
createDetails
- Parameters:
value- The SampleBatchFetchResult instance value.- Returns:
- The JAXBElement wrapper for the SampleBatchFetchResult.
-