Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.3)

E10663-10


oracle.rules.sdk2.decisionpoint.wsfacts
Class ObjectFactory

java.lang.Object
  extended by oracle.rules.sdk2.decisionpoint.wsfacts.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.rules.sdk2.decisionpoint.wsfacts 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()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.rules.sdk2.decisionpoint.wsfacts

 

Method Summary
 DecisionPointInputs createDecisionPointInputs()
          Create an instance of DecisionPointInputs
 DecisionPointInputs.Data createDecisionPointInputsData()
          Create an instance of DecisionPointInputs.Data
 DecisionPointInputs.Parameter createDecisionPointInputsParameter()
          Create an instance of DecisionPointInputs.Parameter
 DecisionPointResults createDecisionPointResults()
          Create an instance of DecisionPointResults
 DecisionPointResults.Value createDecisionPointResultsValue()
          Create an instance of DecisionPointResults.Value
 SimpleDecisionPointInput createSimpleDecisionPointInput()
          Create an instance of SimpleDecisionPointInput
 ViewObjectRef createViewObjectRef()
          Create an instance of ViewObjectRef
 ViewObjectRef.KeyValues createViewObjectRefKeyValues()
          Create an instance of ViewObjectRef.KeyValues
 ViewObjectRef.KeyValues.Key createViewObjectRefKeyValuesKey()
          Create an instance of ViewObjectRef.KeyValues.Key

 

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

 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.rules.sdk2.decisionpoint.wsfacts

Method Detail

createDecisionPointResults

public DecisionPointResults createDecisionPointResults()
Create an instance of DecisionPointResults

createDecisionPointInputs

public DecisionPointInputs createDecisionPointInputs()
Create an instance of DecisionPointInputs

createViewObjectRef

public ViewObjectRef createViewObjectRef()
Create an instance of ViewObjectRef

createViewObjectRefKeyValues

public ViewObjectRef.KeyValues createViewObjectRefKeyValues()
Create an instance of ViewObjectRef.KeyValues

createSimpleDecisionPointInput

public SimpleDecisionPointInput createSimpleDecisionPointInput()
Create an instance of SimpleDecisionPointInput

createDecisionPointResultsValue

public DecisionPointResults.Value createDecisionPointResultsValue()
Create an instance of DecisionPointResults.Value

createDecisionPointInputsData

public DecisionPointInputs.Data createDecisionPointInputsData()
Create an instance of DecisionPointInputs.Data

createDecisionPointInputsParameter

public DecisionPointInputs.Parameter createDecisionPointInputsParameter()
Create an instance of DecisionPointInputs.Parameter

createViewObjectRefKeyValuesKey

public ViewObjectRef.KeyValues.Key createViewObjectRefKeyValuesKey()
Create an instance of ViewObjectRef.KeyValues.Key

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.3)

E10663-10


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.