Class ObjectFactory

java.lang.Object
com.genologics.ri.sample.ObjectFactory

public class ObjectFactory extends Object
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 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

      public SampleCreation createSamplecreation()
      Create an instance of SampleCreation.
      Returns:
      The new SampleCreation instance.
    • createSample

      public Sample createSample()
      Create an instance of Sample.
      Returns:
      The new Sample instance.
    • createDetails

      public SampleBatchFetchResult createDetails()
      Create an instance of SampleBatchFetchResult.
      Returns:
      The new SampleBatchFetchResult instance.
    • createArtifact

      public ArtifactLink createArtifact()
      Create an instance of ArtifactLink.
      Returns:
      The new ArtifactLink instance.
    • createSamples

      public Samples createSamples()
      Create an instance of Samples.
      Returns:
      The new Samples instance.
    • createSamplebase

      public SampleBase createSamplebase()
      Create an instance of SampleBase.
      Returns:
      The new SampleBase instance.
    • createBiosource

      @Deprecated public BioSource createBiosource()
      Deprecated.
      Biosource is not supported in Clarity.
      Create an instance of BioSource.
      Returns:
      The new BioSource instance.
    • createSubmitter

      public Submitter createSubmitter()
      Create an instance of Submitter.
      Returns:
      The new Submitter instance.
    • createSampleLink

      public SampleLink createSampleLink()
      Create an instance of SampleLink.
      Returns:
      The new SampleLink instance.
    • createProject

      public ProjectLink createProject()
      Create an instance of ProjectLink.
      Returns:
      The new ProjectLink instance.
    • createControlTypeLink

      public ControlTypeLink createControlTypeLink()
      Create an instance of ControlTypeLink.
      Returns:
      The new ControlTypeLink instance.
    • createSample

      public JAXBElement<Sample> createSample(Sample value)
      Create an instance of JAXBElement<Sample>.
      Parameters:
      value - The Sample instance value.
      Returns:
      The JAXBElement wrapper for the Sample.
    • createSamplecreation

      public JAXBElement<SampleCreation> createSamplecreation(SampleCreation value)
      Create an instance of JAXBElement<SampleCreation>.
      Parameters:
      value - The SampleCreation instance value.
      Returns:
      The JAXBElement wrapper for the SampleCreation.
    • createSamples

      public JAXBElement<Samples> createSamples(Samples value)
      Create an instance of JAXBElement<Samples>.
      Parameters:
      value - The Samples instance value.
      Returns:
      The JAXBElement wrapper for the Samples.
    • createDetails

      Create an instance of JAXBElement<SampleBatchFetchResult>.
      Parameters:
      value - The SampleBatchFetchResult instance value.
      Returns:
      The JAXBElement wrapper for the SampleBatchFetchResult.