Package oracle.iam.request.model.vo
Class ObjectFactory
java.lang.Object
oracle.iam.request.model.vo.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the oracle.iam.request.model.vo package.
<p>An ObjectFactory allows you to programatically
construct new instances of the Java representation
for XML content. The Java representation of XML
content can consist of schema derived interfaces
and classes representing the binding of schema
type definitions, element declarations and model
groups. Factory methods for each of these are
provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.iam.request.model.vo -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofApproval
Create an instance ofDataActionHandler
Create an instance ofExecution
Create an instance ofExecutionUnit
Create an instance ofJava
Create an instance ofKernel
Create an instance ofMethodologyParam
Create an instance ofOrchestration
Create an instance ofParameter
Create an instance ofPostSubmission
Create an instance ofRequestModel
javax.xml.bind.JAXBElement<RequestModel>
createRequestModel
(RequestModel value) Create an instance ofSubmission
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.iam.request.model.vo
-
-
Method Details
-
createRequestModel
Create an instance ofRequestModel
-
createSubmission
Create an instance ofSubmission
-
createPostSubmission
Create an instance ofPostSubmission
-
createDataActionHandler
Create an instance ofDataActionHandler
-
createApproval
Create an instance ofApproval
-
createMethodologyParam
Create an instance ofMethodologyParam
-
createParameter
Create an instance ofParameter
-
createExecution
Create an instance ofExecution
-
createExecutionUnit
Create an instance ofExecutionUnit
-
createJava
Create an instance ofJava
-
createKernel
Create an instance ofKernel
-
createOrchestration
Create an instance ofOrchestration
-
createRequestModel
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
RequestModel
>
-