java.lang.Object
com.genologics.ri.instrument.ObjectFactory
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.instrument -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance of Instrument.createInstrument(Instrument value) Create a JAXBElement for Instrument.Create an instance of InstrumentLink.Create an instance of Instruments.createInstruments(Instruments value) Create a JAXBElement for Instruments.
-
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
Create an instance of Instrument.- Returns:
- A new Instrument instance.
-
createInstrumentLink
Create an instance of InstrumentLink.- Returns:
- A new InstrumentLink instance.
-
createInstruments
Create an instance of Instruments.- Returns:
- A new Instruments instance.
-
createInstrument
Create a JAXBElement for Instrument.- Parameters:
value- The Instrument instance.- Returns:
- A new JAXBElement wrapping the Instrument instance.
-
createInstruments
Create a JAXBElement for Instruments.- Parameters:
value- The Instruments instance.- Returns:
- A new JAXBElement wrapping the Instruments instance.
-