java.lang.Object
com.genologics.ri.processexecution.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.processexecution 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.processexecution -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance of Input.Create an instance of ExecutableInputOutputMap.Create an instance of InstrumentLink.Create an instance of Output.Create an instance of Parameter.Create an instance of ExecutableProcess.createProcess(ExecutableProcess value) Create an instance of JAXBElement<ExecutableProcess>.createProcessDateRun(String value) Create an instance of JAXBElement<String> for date run.Create an instance of JAXBElement<ExecutableInputOutputMap>.Create an instance of JAXBElement<InstrumentLink>.Create an instance of JAXBElement<Parameter>.Create an instance of JAXBElement<Technician>.createProcessType(String value) Create an instance of JAXBElement<String> for process type.Create an instance of Technician.
-
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.processexecution
-
-
Method Details
-
createProcess
Create an instance of ExecutableProcess.- Returns:
- A new ExecutableProcess instance.
-
createOutput
Create an instance of Output.- Returns:
- A new Output instance.
-
createInput
Create an instance of Input.- Returns:
- A new Input instance.
-
createTechnician
Create an instance of Technician.- Returns:
- A new Technician instance.
-
createParameter
Create an instance of Parameter.- Returns:
- A new Parameter instance.
-
createInputOutputMap
Create an instance of ExecutableInputOutputMap.- Returns:
- A new ExecutableInputOutputMap instance.
-
createInstrument
Create an instance of InstrumentLink.- Returns:
- A new InstrumentLink instance.
-
createProcess
Create an instance of JAXBElement<ExecutableProcess>.- Parameters:
value- The ExecutableProcess value.- Returns:
- A new JAXBElement<ExecutableProcess> instance.
-
createProcessTechnician
Create an instance of JAXBElement<Technician>.- Parameters:
value- The Technician value.- Returns:
- A new JAXBElement<Technician> instance.
-
createProcessInstrument
Create an instance of JAXBElement<InstrumentLink>.- Parameters:
value- The InstrumentLink value.- Returns:
- A new JAXBElement<InstrumentLink> instance.
-
createProcessType
Create an instance of JAXBElement<String> for process type.- Parameters:
value- The process type name.- Returns:
- A new JAXBElement<String> instance.
-
createProcessInputOutputMap
public JAXBElement<ExecutableInputOutputMap> createProcessInputOutputMap(ExecutableInputOutputMap value) Create an instance of JAXBElement<ExecutableInputOutputMap>.- Parameters:
value- The ExecutableInputOutputMap value.- Returns:
- A new JAXBElement<ExecutableInputOutputMap> instance.
-
createProcessProcessParameter
Create an instance of JAXBElement<Parameter>.- Parameters:
value- The Parameter value.- Returns:
- A new JAXBElement<Parameter> instance.
-
createProcessDateRun
Create an instance of JAXBElement<String> for date run.- Parameters:
value- The date run as a string.- Returns:
- A new JAXBElement<String> instance.
-