Class ObjectFactory

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

public class ObjectFactory extends Object
Factory class for creating instances of JAXB content classes defined in the com.genologics.ri.stepconfiguration 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()
      Creates a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.stepconfiguration.
  • Method Details

    • createControlTypeLink

      public ControlTypeLink createControlTypeLink()
      Creates a new ControlTypeLink instance.
      Returns:
      A new ControlTypeLink.
    • createStepProperty

      public StepProperty createStepProperty()
      Creates a new StepProperty instance.
      Returns:
      A new StepProperty.
    • createEppTrigger

      public EppTrigger createEppTrigger()
      Creates a new EppTrigger instance.
      Returns:
      A new EppTrigger.
    • createLockableSetting

      public LockableSetting createLockableSetting()
      Creates a new LockableSetting instance.
      Returns:
      A new LockableSetting.
    • createProtocolStep

      public ProtocolStep createProtocolStep()
      Creates a new ProtocolStep instance.
      Returns:
      A new ProtocolStep.
    • createProcessTypeLink

      public ProcessTypeLink createProcessTypeLink()
      Creates a new ProcessTypeLink instance.
      Returns:
      A new ProcessTypeLink.
    • createReagentKitLink

      public ReagentKitLink createReagentKitLink()
      Creates a new ReagentKitLink instance.
      Returns:
      A new ReagentKitLink.
    • createIceBucketField

      public IceBucketField createIceBucketField()
      Creates a new IceBucketField instance.
      Returns:
      A new IceBucketField.
    • createSharedResultFile

      public SharedResultFile createSharedResultFile()
      Creates a new SharedResultFile instance.
      Returns:
      A new SharedResultFile.
    • createStepSetup

      public StepSetup createStepSetup()
      Creates a new StepSetup instance.
      Returns:
      A new StepSetup.
    • createNextStep

      public NextStep createNextStep()
      Creates a new NextStep instance.
      Returns:
      A new NextStep.
    • createGenericTypeLink

      public GenericTypeLink createGenericTypeLink()
      Creates a new GenericTypeLink instance.
      Returns:
      A new GenericTypeLink.
    • createField

      public Field createField()
      Creates a new Field instance.
      Returns:
      A new Field.
    • createQueueField

      public QueueField createQueueField()
      Creates a new QueueField instance.
      Returns:
      A new QueueField.
    • createStep

      public JAXBElement<ProtocolStep> createStep(ProtocolStep value)
      Creates a JAXBElement wrapping a ProtocolStep.
      Parameters:
      value - The ProtocolStep to wrap.
      Returns:
      A JAXBElement containing the ProtocolStep.