java.lang.Object
com.genologics.ri.automation.ObjectFactory
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new Automation instance.createAutomation(Automation value) Creates a JAXBElement for Automation.Creates a new AutomationLink instance.Creates a new Automations instance.createAutomations(Automations value) Creates a JAXBElement for Automations.Creates a new ProcessTypeLink instance.
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Default constructor.
-
-
Method Details
-
createProcessTypeLink
Creates a new ProcessTypeLink instance.- Returns:
- A new ProcessTypeLink object.
-
createAutomationLink
Creates a new AutomationLink instance.- Returns:
- A new AutomationLink object.
-
createAutomations
Creates a new Automations instance.- Returns:
- A new Automations object.
-
createAutomation
Creates a new Automation instance.- Returns:
- A new Automation object.
-
createAutomation
Creates a JAXBElement for Automation.- Parameters:
value- The Automation value to wrap.- Returns:
- A JAXBElement containing the Automation value.
-
createAutomations
Creates a JAXBElement for Automations.- Parameters:
value- The Automations value to wrap.- Returns:
- A JAXBElement containing the Automations value.
-