Package oracle.iam.request.dataset.vo
Class ObjectFactory
java.lang.Object
oracle.iam.request.dataset.vo.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the oracle.iam.request.dataset.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.dataset.vo -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAttribute
Create an instance ofAttributeReference
Create an instance ofDataSetValidator
Create an instance ofLookupQuery
Create an instance ofLookupValues
Create an instance ofPrePopAdapter
Create an instance ofRequestDataSet
-
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.dataset.vo
-
-
Method Details
-
createRequestDataSet
Create an instance ofRequestDataSet
-
createDataSetValidator
Create an instance ofDataSetValidator
-
createAttributeReference
Create an instance ofAttributeReference
-
createAttribute
Create an instance ofAttribute
-
createLookupValues
Create an instance ofLookupValues
-
createLookupQuery
Create an instance ofLookupQuery
-
createPrePopAdapter
Create an instance ofPrePopAdapter
-