Class ObjectFactory

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

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

    • createStepConfiguration

      public StepConfiguration createStepConfiguration()
      Create an instance of StepConfiguration.
      Returns:
      A new StepConfiguration instance.
    • createPlacements

      public Placements createPlacements()
      Create an instance of Placements.
      Returns:
      A new Placements instance.
    • createEscalationReview

      public EscalationReview createEscalationReview()
      Create an instance of EscalationReview.
      Returns:
      A new EscalationReview instance.
    • createEscalation

      public Escalation createEscalation()
      Create an instance of Escalation.
      Returns:
      A new Escalation instance.
    • createActions

      public Actions createActions()
      Create an instance of Actions.
      Returns:
      A new Actions instance.
    • createNextAction

      public NextAction createNextAction()
      Create an instance of NextAction.
      Returns:
      A new NextAction instance.
    • createAutomaticNextStepLink

      public AutomaticNextStepLink createAutomaticNextStepLink()
      Create an instance of AutomaticNextStepLink.
      Returns:
      A new AutomaticNextStepLink instance.
    • createInput

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

      public ProgramStatus createProgramStatus()
      Create an instance of ProgramStatus.
      Returns:
      A new ProgramStatus instance.
    • createDetails

      public StepDetails createDetails()
      Create an instance of StepDetails.
      Returns:
      A new StepDetails instance.
    • createReagentsLink

      public ReagentsLink createReagentsLink()
      Create an instance of ReagentsLink.
      Returns:
      A new ReagentsLink instance.
    • createActionsLink

      public ActionsLink createActionsLink()
      Create an instance of ActionsLink.
      Returns:
      A new ActionsLink instance.
    • createOutputPlacement

      public OutputPlacement createOutputPlacement()
      Create an instance of OutputPlacement.
      Returns:
      A new OutputPlacement instance.
    • createStepCreation

      public StepCreation createStepCreation()
      Create an instance of StepCreation.
      Returns:
      A new StepCreation instance.
    • createContainer

      public ContainerLink createContainer()
      Create an instance of ContainerLink.
      Returns:
      A new ContainerLink instance.
    • createSetup

      public StepSetup createSetup()
      Create an instance of StepSetup.
      Returns:
      A new StepSetup instance.
    • createReagentsLots

      public ReagentLots createReagentsLots()
      Create an instance of ReagentLots.
      Returns:
      A new ReagentLots instance.
    • createInstrument

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

      public PlacementsLink createPlacementsLink()
      Create an instance of PlacementsLink.
      Returns:
      A new PlacementsLink instance.
    • createArtifact

      public ArtifactLink createArtifact()
      Create an instance of ArtifactLink.
      Returns:
      A new ArtifactLink instance.
    • createReagentLotsLink

      public ReagentLotsLink createReagentLotsLink()
      Create an instance of ReagentLotsLink.
      Returns:
      A new ReagentLotsLink instance.
    • createUser

      public UserLink createUser()
      Create an instance of UserLink.
      Returns:
      A new UserLink instance.
    • createOutput

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

      public InputOutputMap createInputOutputMap()
      Create an instance of InputOutputMap.
      Returns:
      A new InputOutputMap instance.
    • createEscalatedArtifact

      public EscalatedArtifact createEscalatedArtifact()
      Create an instance of EscalatedArtifact.
      Returns:
      A new EscalatedArtifact instance.
    • createReagentLotLink

      public ReagentLotLink createReagentLotLink()
      Create an instance of ReagentLotLink.
      Returns:
      A new ReagentLotLink instance.
    • createReagentLabel

      public ReagentLabel createReagentLabel()
      Create an instance of ReagentLabel.
      Returns:
      A new ReagentLabel instance.
    • createAvailableProgram

      public AvailableProgram createAvailableProgram()
      Create an instance of AvailableProgram.
      Returns:
      A new AvailableProgram instance.
    • createPooledInputs

      public PooledInputs createPooledInputs()
      Create an instance of PooledInputs.
      Returns:
      A new PooledInputs instance.
    • createSetupLink

      public StepSetupLink createSetupLink()
      Create an instance of StepSetupLink.
      Returns:
      A new StepSetupLink instance.
    • createStep

      public ProcessStep createStep()
      Create an instance of ProcessStep.
      Returns:
      A new ProcessStep instance.
    • createReagents

      public Reagents createReagents()
      Create an instance of Reagents.
      Returns:
      A new Reagents instance.
    • createPools

      public Pools createPools()
      Create an instance of Pools.
      Returns:
      A new Pools instance.
    • createCreationInput

      public CreationInput createCreationInput()
      Create an instance of CreationInput.
      Returns:
      A new CreationInput instance.
    • createProgramStatusLink

      public ProgramStatusLink createProgramStatusLink()
      Create an instance of ProgramStatusLink.
      Returns:
      A new ProgramStatusLink instance.
    • createDetailsLink

      public StepDetailsLink createDetailsLink()
      Create an instance of StepDetailsLink.
      Returns:
      A new StepDetailsLink instance.
    • createPoolsLink

      public PoolsLink createPoolsLink()
      Create an instance of PoolsLink.
      Returns:
      A new PoolsLink instance.
    • createEscalationRequest

      public EscalationRequest createEscalationRequest()
      Create an instance of EscalationRequest.
      Returns:
      A new EscalationRequest instance.
    • createFile

      public SharedResultFile createFile()
      Create an instance of SharedResultFile.
      Returns:
      A new SharedResultFile instance.
    • createStep

      public JAXBElement<ProcessStep> createStep(ProcessStep value)
      Create an instance of JAXBElement<ProcessStep>.
      Parameters:
      value - The ProcessStep value.
      Returns:
      A JAXBElement wrapping the ProcessStep.
    • createActions

      public JAXBElement<Actions> createActions(Actions value)
      Create an instance of JAXBElement<Actions>.
      Parameters:
      value - The Actions value.
      Returns:
      A JAXBElement wrapping the Actions.
    • createReagents

      public JAXBElement<Reagents> createReagents(Reagents value)
      Create an instance of JAXBElement<Reagents>.
      Parameters:
      value - The Reagents value.
      Returns:
      A JAXBElement wrapping the Reagents.
    • createStepCreation

      public JAXBElement<StepCreation> createStepCreation(StepCreation value)
      Create an instance of JAXBElement<StepCreation>.
      Parameters:
      value - The StepCreation value.
      Returns:
      A JAXBElement wrapping the StepCreation.
    • createPlacements

      public JAXBElement<Placements> createPlacements(Placements value)
      Create an instance of JAXBElement<Placements>.
      Parameters:
      value - The Placements value.
      Returns:
      A JAXBElement wrapping the Placements.
    • createSetup

      public JAXBElement<StepSetup> createSetup(StepSetup value)
      Create an instance of JAXBElement<StepSetup>.
      Parameters:
      value - The StepSetup value.
      Returns:
      A JAXBElement wrapping the StepSetup.
    • createDetails

      public JAXBElement<StepDetails> createDetails(StepDetails value)
      Create an instance of JAXBElement<StepDetails>.
      Parameters:
      value - The StepDetails value.
      Returns:
      A JAXBElement wrapping the StepDetails.
    • createPools

      public JAXBElement<Pools> createPools(Pools value)
      Create an instance of JAXBElement<Pools>.
      Parameters:
      value - The Pools value.
      Returns:
      A JAXBElement wrapping the Pools.
    • createLots

      public JAXBElement<ReagentLots> createLots(ReagentLots value)
      Create an instance of JAXBElement<ReagentLots>.
      Parameters:
      value - The ReagentLots value.
      Returns:
      A JAXBElement wrapping the ReagentLots.
    • createProgramStatus

      public JAXBElement<ProgramStatus> createProgramStatus(ProgramStatus value)
      Create an instance of JAXBElement<ProgramStatus>.
      Parameters:
      value - The ProgramStatus value.
      Returns:
      A JAXBElement wrapping the ProgramStatus.