Skip navigation links


oracle.iam.upgrade.changes.jaxb
Class ObjectFactory

java.lang.Object
  extended by oracle.iam.upgrade.changes.jaxb.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.upgrade.changes.jaxb 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.upgrade.changes.jaxb

 

Method Summary
 Changes createChanges()
          Create an instance of Changes
 Entity createEntity()
          Create an instance of Entity
 javax.xml.bind.JAXBElement createName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement createOperation(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Param createParam()
          Create an instance of Param
 javax.xml.bind.JAXBElement createValue(java.lang.String value)
          Create an instance of JAXBElement<String>}

 

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.upgrade.changes.jaxb

Method Detail

createEntity

public Entity createEntity()
Create an instance of Entity

createChanges

public Changes createChanges()
Create an instance of Changes

createParam

public Param createParam()
Create an instance of Param

createOperation

public javax.xml.bind.JAXBElement createOperation(java.lang.String value)
Create an instance of JAXBElement<String>}

createName

public javax.xml.bind.JAXBElement createName(java.lang.String value)
Create an instance of JAXBElement<String>}

createValue

public javax.xml.bind.JAXBElement createValue(java.lang.String value)
Create an instance of JAXBElement<String>}

Skip navigation links


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