Class ObjectFactory

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

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

    • createProcess

      public ExecutableProcess createProcess()
      Create an instance of ExecutableProcess.
      Returns:
      A new ExecutableProcess instance.
    • createOutput

      public Output createOutput()
      Create an instance of Output.
      Returns:
      A new Output instance.
    • createInput

      public Input createInput()
      Create an instance of Input.
      Returns:
      A new Input instance.
    • createTechnician

      public Technician createTechnician()
      Create an instance of Technician.
      Returns:
      A new Technician instance.
    • createParameter

      public Parameter createParameter()
      Create an instance of Parameter.
      Returns:
      A new Parameter instance.
    • createInputOutputMap

      public ExecutableInputOutputMap createInputOutputMap()
      Create an instance of ExecutableInputOutputMap.
      Returns:
      A new ExecutableInputOutputMap instance.
    • createInstrument

      public InstrumentLink createInstrument()
      Create an instance of InstrumentLink.
      Returns:
      A new InstrumentLink instance.
    • createProcess

      public JAXBElement<ExecutableProcess> createProcess(ExecutableProcess value)
      Create an instance of JAXBElement<ExecutableProcess>.
      Parameters:
      value - The ExecutableProcess value.
      Returns:
      A new JAXBElement<ExecutableProcess> instance.
    • createProcessTechnician

      public JAXBElement<Technician> createProcessTechnician(Technician value)
      Create an instance of JAXBElement<Technician>.
      Parameters:
      value - The Technician value.
      Returns:
      A new JAXBElement<Technician> instance.
    • createProcessInstrument

      public JAXBElement<InstrumentLink> createProcessInstrument(InstrumentLink value)
      Create an instance of JAXBElement<InstrumentLink>.
      Parameters:
      value - The InstrumentLink value.
      Returns:
      A new JAXBElement<InstrumentLink> instance.
    • createProcessType

      public JAXBElement<String> createProcessType(String value)
      Create an instance of JAXBElement<String> for process type.
      Parameters:
      value - The process type name.
      Returns:
      A new JAXBElement<String> instance.
    • createProcessInputOutputMap

      public JAXBElement<ExecutableInputOutputMap> createProcessInputOutputMap(ExecutableInputOutputMap value)
      Create an instance of JAXBElement<ExecutableInputOutputMap>.
      Parameters:
      value - The ExecutableInputOutputMap value.
      Returns:
      A new JAXBElement<ExecutableInputOutputMap> instance.
    • createProcessProcessParameter

      public JAXBElement<Parameter> createProcessProcessParameter(Parameter value)
      Create an instance of JAXBElement<Parameter>.
      Parameters:
      value - The Parameter value.
      Returns:
      A new JAXBElement<Parameter> instance.
    • createProcessDateRun

      public JAXBElement<String> createProcessDateRun(String value)
      Create an instance of JAXBElement<String> for date run.
      Parameters:
      value - The date run as a string.
      Returns:
      A new JAXBElement<String> instance.