Skip navigation links


oracle.iam.callbacks.vo
Class ObjectFactory

java.lang.Object
  extended by oracle.iam.callbacks.vo.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.iam.callbacks.vo 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.iam.callbacks.vo

 

Method Summary
 javax.xml.bind.JAXBElement createCallbackConfiguration(CallbackConfigurationType value)
          Create an instance of JAXBElement<CallbackConfigurationType>}
 CallbackConfigurationType createCallbackConfigurationType()
          Create an instance of CallbackConfigurationType
 CallbackType createCallbackType()
          Create an instance of CallbackType
 LocaleSpecificString createLocaleSpecificString()
          Create an instance of LocaleSpecificString
 PolicyStepsType createPolicyStepsType()
          Create an instance of PolicyStepsType
 PolicyType createPolicyType()
          Create an instance of PolicyType
 StepsType createStepsType()
          Create an instance of StepsType

 

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.iam.callbacks.vo

Method Detail

createPolicyType

public PolicyType createPolicyType()
Create an instance of PolicyType

createPolicyStepsType

public PolicyStepsType createPolicyStepsType()
Create an instance of PolicyStepsType

createStepsType

public StepsType createStepsType()
Create an instance of StepsType

createLocaleSpecificString

public LocaleSpecificString createLocaleSpecificString()
Create an instance of LocaleSpecificString

createCallbackType

public CallbackType createCallbackType()
Create an instance of CallbackType

createCallbackConfigurationType

public CallbackConfigurationType createCallbackConfigurationType()
Create an instance of CallbackConfigurationType

createCallbackConfiguration

public javax.xml.bind.JAXBElement createCallbackConfiguration(CallbackConfigurationType value)
Create an instance of JAXBElement<CallbackConfigurationType>}

Skip navigation links


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