Class ObjectFactory

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

public class ObjectFactory extends Object
Factory class for creating instances of JAXB content classes defined in the com.genologics.ri.queue 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.queue
  • Method Details

    • createQueue

      public Queue createQueue()
      Creates a new Queue instance.
      Returns:
      A new Queue object.
    • createArtifactLink

      public ArtifactLink createArtifactLink()
      Creates a new ArtifactLink instance.
      Returns:
      A new ArtifactLink object.
    • createQueue

      public JAXBElement<Queue> createQueue(Queue value)
      Creates a JAXBElement for a Queue.
      Parameters:
      value - The Queue value to wrap.
      Returns:
      A JAXBElement containing the Queue.