org.plasma.config
Class ObjectFactory

java.lang.Object
  extended by org.plasma.config.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.config 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.config
 
Method Summary
 Artifact createArtifact()
          Create an instance of Artifact
 JAXBElement<Binding> createBinding(Binding value)
          Create an instance of JAXBElement<Binding>}
 JAXBElement<ClassProvisioning> createClassProvisioning(ClassProvisioning value)
          Create an instance of JAXBElement<ClassProvisioning>}
 Concurrency createConcurrency()
          Create an instance of Concurrency
 JAXBElement<Configuration> createConcurrency(Configuration value)
          Create an instance of JAXBElement<Configuration>}
 Configuration createConfiguration()
          Create an instance of Configuration
 JAXBElement<Configuration> createConfiguration(Configuration value)
          Create an instance of JAXBElement<Configuration>}
 JAXBElement<Customization> createCustomization(Customization value)
          Create an instance of JAXBElement<Customization>}
 DataAccessProvider createDataAccessProvider()
          Create an instance of DataAccessProvider
 DataAccessService createDataAccessService()
          Create an instance of DataAccessService
 GlobalProvisioning createGlobalProvisioning()
          Create an instance of GlobalProvisioning
 ImplementationProvisioning createImplementationProvisioning()
          Create an instance of ImplementationProvisioning
 InterfaceProvisioning createInterfaceProvisioning()
          Create an instance of InterfaceProvisioning
 Namespace createNamespace()
          Create an instance of Namespace
 NamespaceLink createNamespaceLink()
          Create an instance of NamespaceLink
 JAXBElement<TypeBinding> createNamespaceLink(TypeBinding value)
          Create an instance of JAXBElement<TypeBinding>}
 NamespaceProvisioning createNamespaceProvisioning()
          Create an instance of NamespaceProvisioning
 PlasmaConfiguration createPlasmaConfiguration()
          Create an instance of PlasmaConfiguration
 Property createProperty()
          Create an instance of Property
 PropertyBinding createPropertyBinding()
          Create an instance of PropertyBinding
 QueryDSLProvisioning createQueryDSLProvisioning()
          Create an instance of QueryDSLProvisioning
 Repository createRepository()
          Create an instance of Repository
 SDO createSDO()
          Create an instance of SDO
 SequenceConfiguration createSequenceConfiguration()
          Create an instance of SequenceConfiguration
 TypeBinding createTypeBinding()
          Create an instance of TypeBinding
 JAXBElement<TypeBinding> createTypeBinding(TypeBinding value)
          Create an instance of JAXBElement<TypeBinding>}
 
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.config

Method Detail

createGlobalProvisioning

public GlobalProvisioning createGlobalProvisioning()
Create an instance of GlobalProvisioning


createDataAccessService

public DataAccessService createDataAccessService()
Create an instance of DataAccessService


createNamespaceProvisioning

public NamespaceProvisioning createNamespaceProvisioning()
Create an instance of NamespaceProvisioning


createRepository

public Repository createRepository()
Create an instance of Repository


createSDO

public SDO createSDO()
Create an instance of SDO


createPlasmaConfiguration

public PlasmaConfiguration createPlasmaConfiguration()
Create an instance of PlasmaConfiguration


createNamespaceLink

public NamespaceLink createNamespaceLink()
Create an instance of NamespaceLink


createNamespace

public Namespace createNamespace()
Create an instance of Namespace


createArtifact

public Artifact createArtifact()
Create an instance of Artifact


createDataAccessProvider

public DataAccessProvider createDataAccessProvider()
Create an instance of DataAccessProvider


createImplementationProvisioning

public ImplementationProvisioning createImplementationProvisioning()
Create an instance of ImplementationProvisioning


createSequenceConfiguration

public SequenceConfiguration createSequenceConfiguration()
Create an instance of SequenceConfiguration


createConfiguration

public Configuration createConfiguration()
Create an instance of Configuration


createTypeBinding

public TypeBinding createTypeBinding()
Create an instance of TypeBinding


createInterfaceProvisioning

public InterfaceProvisioning createInterfaceProvisioning()
Create an instance of InterfaceProvisioning


createQueryDSLProvisioning

public QueryDSLProvisioning createQueryDSLProvisioning()
Create an instance of QueryDSLProvisioning


createConcurrency

public Concurrency createConcurrency()
Create an instance of Concurrency


createPropertyBinding

public PropertyBinding createPropertyBinding()
Create an instance of PropertyBinding


createProperty

public Property createProperty()
Create an instance of Property


createNamespaceLink

public JAXBElement<TypeBinding> createNamespaceLink(TypeBinding value)
Create an instance of JAXBElement<TypeBinding>}


createConfiguration

public JAXBElement<Configuration> createConfiguration(Configuration value)
Create an instance of JAXBElement<Configuration>}


createCustomization

public JAXBElement<Customization> createCustomization(Customization value)
Create an instance of JAXBElement<Customization>}


createClassProvisioning

public JAXBElement<ClassProvisioning> createClassProvisioning(ClassProvisioning value)
Create an instance of JAXBElement<ClassProvisioning>}


createBinding

public JAXBElement<Binding> createBinding(Binding value)
Create an instance of JAXBElement<Binding>}


createConcurrency

public JAXBElement<Configuration> createConcurrency(Configuration value)
Create an instance of JAXBElement<Configuration>}


createTypeBinding

public JAXBElement<TypeBinding> createTypeBinding(TypeBinding value)
Create an instance of JAXBElement<TypeBinding>}



Copyright © 2013. All rights reserved.