org.plasma.sdo.access.provider.jdo
Class ObjectFactory

java.lang.Object
  extended by org.plasma.sdo.access.provider.jdo.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 org.plasma.sdo.access.provider.jdo 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: org.plasma.sdo.access.provider.jdo
 
Method Summary
 Any createAny()
          Create an instance of Any
 Array createArray()
          Create an instance of Array
 Class_ createClass_()
          Create an instance of Class_
 Collection createCollection()
          Create an instance of Collection
 Column createColumn()
          Create an instance of Column
 DatastoreIdentity createDatastoreIdentity()
          Create an instance of DatastoreIdentity
 Discriminator createDiscriminator()
          Create an instance of Discriminator
 Element createElement()
          Create an instance of Element
 Embedded createEmbedded()
          Create an instance of Embedded
 Extension createExtension()
          Create an instance of Extension
 FetchGroup createFetchGroup()
          Create an instance of FetchGroup
 Field createField()
          Create an instance of Field
 ForeignKey createForeignKey()
          Create an instance of ForeignKey
 Implements createImplements()
          Create an instance of Implements
 Index createIndex()
          Create an instance of Index
 Inheritance createInheritance()
          Create an instance of Inheritance
 Interface createInterface()
          Create an instance of Interface
 Jdo createJdo()
          Create an instance of Jdo
 Join createJoin()
          Create an instance of Join
 Key createKey()
          Create an instance of Key
 Map createMap()
          Create an instance of Map
 Order createOrder()
          Create an instance of Order
 Package_ createPackage_()
          Create an instance of Package_
 PrimaryKey createPrimaryKey()
          Create an instance of PrimaryKey
 Property createProperty()
          Create an instance of Property
 Query createQuery()
          Create an instance of Query
 Sequence createSequence()
          Create an instance of Sequence
 Unique createUnique()
          Create an instance of Unique
 Value createValue()
          Create an instance of Value
 Version createVersion()
          Create an instance of Version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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: org.plasma.sdo.access.provider.jdo

Method Detail

createForeignKey

public ForeignKey createForeignKey()
Create an instance of ForeignKey


createCollection

public Collection createCollection()
Create an instance of Collection


createSequence

public Sequence createSequence()
Create an instance of Sequence


createFetchGroup

public FetchGroup createFetchGroup()
Create an instance of FetchGroup


createJdo

public Jdo createJdo()
Create an instance of Jdo


createVersion

public Version createVersion()
Create an instance of Version


createMap

public Map createMap()
Create an instance of Map


createArray

public Array createArray()
Create an instance of Array


createInterface

public Interface createInterface()
Create an instance of Interface


createDiscriminator

public Discriminator createDiscriminator()
Create an instance of Discriminator


createAny

public Any createAny()
Create an instance of Any


createClass_

public Class_ createClass_()
Create an instance of Class_


createField

public Field createField()
Create an instance of Field


createPackage_

public Package_ createPackage_()
Create an instance of Package_


createKey

public Key createKey()
Create an instance of Key


createImplements

public Implements createImplements()
Create an instance of Implements


createColumn

public Column createColumn()
Create an instance of Column


createJoin

public Join createJoin()
Create an instance of Join


createPrimaryKey

public PrimaryKey createPrimaryKey()
Create an instance of PrimaryKey


createInheritance

public Inheritance createInheritance()
Create an instance of Inheritance


createProperty

public Property createProperty()
Create an instance of Property


createElement

public Element createElement()
Create an instance of Element


createQuery

public Query createQuery()
Create an instance of Query


createValue

public Value createValue()
Create an instance of Value


createEmbedded

public Embedded createEmbedded()
Create an instance of Embedded


createUnique

public Unique createUnique()
Create an instance of Unique


createDatastoreIdentity

public DatastoreIdentity createDatastoreIdentity()
Create an instance of DatastoreIdentity


createExtension

public Extension createExtension()
Create an instance of Extension


createIndex

public Index createIndex()
Create an instance of Index


createOrder

public Order createOrder()
Create an instance of Order



Copyright © 2013. All Rights Reserved.