Class ObjectFactory

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

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

    • createProcessTypeLink

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

      public AutomationLink createAutomationLink()
      Creates a new AutomationLink instance.
      Returns:
      A new AutomationLink object.
    • createAutomations

      public Automations createAutomations()
      Creates a new Automations instance.
      Returns:
      A new Automations object.
    • createAutomation

      public Automation createAutomation()
      Creates a new Automation instance.
      Returns:
      A new Automation object.
    • createAutomation

      public JAXBElement<Automation> createAutomation(Automation value)
      Creates a JAXBElement for Automation.
      Parameters:
      value - The Automation value to wrap.
      Returns:
      A JAXBElement containing the Automation value.
    • createAutomations

      public JAXBElement<Automations> createAutomations(Automations value)
      Creates a JAXBElement for Automations.
      Parameters:
      value - The Automations value to wrap.
      Returns:
      A JAXBElement containing the Automations value.