Skip navigation links

Oracle® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


oracle.imaging
Class ObjectFactory

java.lang.Object
  extended by oracle.imaging.ObjectFactory


public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the oracle.imaging.model package.

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
ObjectFactory()
          Creates a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.imaging.model.

 

Method Summary
 Application createApplication()
          Creates a new instance of Application.
 Application.Properties createApplicationProperties()
          Creates a new instance of Application$Properties.
 Batch createBatch()
          Creates a new instance of Batch.
 Application.FieldDefinition createFieldDefinition()
          Creates a new instance of Application$FieldDefinition.
 Input.FieldMap createFieldMap()
          Creates a new instance of Input$FieldMap.
 Input createInput()
          Creates a new instance of Input.
 Input.Mappings createInputMappings()
          Creates a new instance of Input$Mappings.
 Input.Properties createInputProperties()
          Creates a new instance of Input$Properties.
 Input.SourceProperties createInputSourceProperties()
          Creates a new instance of Input$SourceProperties.
 PickList createPickList()
          Creates a new instance of PickList.
 Search createSearch()
          Creates a new instance of Search.
 SearchArgument createSearchArgument()
          Creates a new instance of SearchArgument.
 Search.Condition createSearchCondition()
          Creates a new instance of Search$Condition.
 Search.Conjunction createSearchConjunction()
          Creates a new instance of Search$Conjunction.
 SearchParameter createSearchParameter()
          Creates a new instance of SearchParameter.
 Search.ParameterDefinition createSearchParameterDefinition()
          Creates a new instance of Search$ParameterDefinition.
 Search.Properties createSearchProperties()
          Creates a new instance of Search$Properties.
 Search.Result createSearchResult()
          Creates a new instance of Search$Result.
 Search.ResultSet createSearchResultSet()
          Creates a new instance of Search$ResultSet.
 SearchValue createSearchValue()
          Creates a new instance of SearchValue.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ObjectFactory

public ObjectFactory()
Creates a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.imaging.model.

Method Detail

createApplication

public Application createApplication()
Creates a new instance of Application.
Returns:
A new Application instance.

createApplicationProperties

public Application.Properties createApplicationProperties()
Creates a new instance of Application$Properties.
Returns:
A new Application$Properties instance.

createFieldDefinition

public Application.FieldDefinition createFieldDefinition()
Creates a new instance of Application$FieldDefinition.
Returns:
A new Application$FieldDefinitioninstance.

createFieldMap

public Input.FieldMap createFieldMap()
Creates a new instance of Input$FieldMap.
Returns:
a new FieldMap instance with no from or to user set

createInput

public Input createInput()
Creates a new instance of Input.
Returns:
A new Input instance.

createInputMappings

public Input.Mappings createInputMappings()
Creates a new instance of Input$Mappings.
Returns:
a new InputMappings instance with default capacity

createInputProperties

public Input.Properties createInputProperties()
Creates a new instance of Input$Properties.
Returns:
A new Input$Properties instance.

createInputSourceProperties

public Input.SourceProperties createInputSourceProperties()
Creates a new instance of Input$SourceProperties.
Returns:
A new Input$SourceProperties instance.

createPickList

public PickList createPickList()
Creates a new instance of PickList.
Returns:
A new PickList instance.

createSearch

public Search createSearch()
Creates a new instance of Search.
Returns:
A new Searchinstance.

createSearchParameterDefinition

public Search.ParameterDefinition createSearchParameterDefinition()
Creates a new instance of Search$ParameterDefinition.
Returns:
A new Search$ParameterDefinitioninstance.

createSearchProperties

public Search.Properties createSearchProperties()
Creates a new instance of Search$Properties.
Returns:
A new Search$Propertiesinstance.

createSearchResult

public Search.Result createSearchResult()
Creates a new instance of Search$Result.
Returns:
A new Search$Resultinstance.

createSearchResultSet

public Search.ResultSet createSearchResultSet()
Creates a new instance of Search$ResultSet.
Returns:
A new Search$ResultSetinstance.

createSearchCondition

public Search.Condition createSearchCondition()
Creates a new instance of Search$Condition.
Returns:
A new Search$Conditioninstance.

createSearchConjunction

public Search.Conjunction createSearchConjunction()
Creates a new instance of Search$Conjunction.
Returns:
A new Search$Conjunctioninstance.

createSearchArgument

public SearchArgument createSearchArgument()
Creates a new instance of SearchArgument.
Returns:
A new SearchArgumentinstance.

createSearchParameter

public SearchParameter createSearchParameter()
Creates a new instance of SearchParameter.
Returns:
A new SearchParameterinstance.

createSearchValue

public SearchValue createSearchValue()
Creates a new instance of SearchValue.
Returns:
A new SearchValueinstance.

createBatch

public Batch createBatch()
Creates a new instance of Batch.
Returns:
A new Batch instance.

Skip navigation links

Oracle® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


Copyright © 2010, Oracle. All rights reserved.