java.lang.Object
com.genologics.ri.workflowconfiguration.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.workflowconfiguration 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.workflowconfiguration -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofProtocolLink.Create an instance ofStageLink.Create an instance ofWorkflow.createWorkflow(Workflow value) Create a JAXBElement forWorkflow.Create an instance ofWorkflowLink.Create an instance ofWorkflows.createWorkflows(Workflows value) Create a JAXBElement forWorkflows.
-
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.workflowconfiguration
-
-
Method Details
-
createWorkflow
Create an instance ofWorkflow.- Returns:
- A new Workflow instance.
-
createProtocolLink
Create an instance ofProtocolLink.- Returns:
- A new ProtocolLink instance.
-
createWorkflowLink
Create an instance ofWorkflowLink.- Returns:
- A new WorkflowLink instance.
-
createStageLink
Create an instance ofStageLink.- Returns:
- A new StageLink instance.
-
createWorkflows
Create an instance ofWorkflows.- Returns:
- A new Workflows instance.
-
createWorkflows
Create a JAXBElement forWorkflows.- Parameters:
value- The Workflows value to wrap.- Returns:
- A JAXBElement wrapping the Workflows instance.
-
createWorkflow
Create a JAXBElement forWorkflow.- Parameters:
value- The Workflow value to wrap.- Returns:
- A JAXBElement wrapping the Workflow instance.
-