Class ObjectFactory

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

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

    • createInstrument

      public Instrument createInstrument()
      Create an instance of Instrument.
      Returns:
      A new Instrument instance.
    • createInstrumentLink

      public InstrumentLink createInstrumentLink()
      Create an instance of InstrumentLink.
      Returns:
      A new InstrumentLink instance.
    • createInstruments

      public Instruments createInstruments()
      Create an instance of Instruments.
      Returns:
      A new Instruments instance.
    • createInstrument

      public JAXBElement<Instrument> createInstrument(Instrument value)
      Create a JAXBElement for Instrument.
      Parameters:
      value - The Instrument instance.
      Returns:
      A new JAXBElement wrapping the Instrument instance.
    • createInstruments

      public JAXBElement<Instruments> createInstruments(Instruments value)
      Create a JAXBElement for Instruments.
      Parameters:
      value - The Instruments instance.
      Returns:
      A new JAXBElement wrapping the Instruments instance.