org.modeldriven.fuml.config
Class ObjectFactory

java.lang.Object
  extended by org.modeldriven.fuml.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.modeldriven.fuml.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.modeldriven.fuml.config
 
Method Summary
 BehaviorExecutionMapping createBehaviorExecutionMapping()
          Create an instance of BehaviorExecutionMapping
 JAXBElement<BehaviorExecutionMapping> createBehaviorExecutionMapping(BehaviorExecutionMapping value)
          Create an instance of JAXBElement<BehaviorExecutionMapping>}
 Configuration createConfiguration()
          Create an instance of Configuration
 JAXBElement<Configuration> createConfiguration(Configuration value)
          Create an instance of JAXBElement<Configuration>}
 ExtensionPackage createExtensionPackage()
          Create an instance of ExtensionPackage
 JAXBElement<ExtensionPackage> createExtensionPackage(ExtensionPackage value)
          Create an instance of JAXBElement<ExtensionPackage>}
 ImportAdapter createImportAdapter()
          Create an instance of ImportAdapter
 JAXBElement<ImportAdapter> createImportAdapter(ImportAdapter value)
          Create an instance of JAXBElement<ImportAdapter>}
 ImportConfiguration createImportConfiguration()
          Create an instance of ImportConfiguration
 JAXBElement<ImportConfiguration> createImportConfiguration(ImportConfiguration value)
          Create an instance of JAXBElement<ImportConfiguration>}
 ImportExemption createImportExemption()
          Create an instance of ImportExemption
 JAXBElement<ImportExemption> createImportExemption(ImportExemption value)
          Create an instance of JAXBElement<ImportExemption>}
 LibraryConfiguration createLibraryConfiguration()
          Create an instance of LibraryConfiguration
 JAXBElement<LibraryConfiguration> createLibraryConfiguration(LibraryConfiguration value)
          Create an instance of JAXBElement<LibraryConfiguration>}
 LibraryImport createLibraryImport()
          Create an instance of LibraryImport
 JAXBElement<LibraryImport> createLibraryImport(LibraryImport value)
          Create an instance of JAXBElement<LibraryImport>}
 MappingConfiguration createMappingConfiguration()
          Create an instance of MappingConfiguration
 JAXBElement<MappingConfiguration> createMappingConfiguration(MappingConfiguration value)
          Create an instance of JAXBElement<MappingConfiguration>}
 ReferenceMapping createReferenceMapping()
          Create an instance of ReferenceMapping
 JAXBElement<ReferenceMapping> createReferenceMapping(ReferenceMapping value)
          Create an instance of JAXBElement<ReferenceMapping>}
 SupportedNamespace createSupportedNamespace()
          Create an instance of SupportedNamespace
 JAXBElement<SupportedNamespace> createSupportedNamespace(SupportedNamespace value)
          Create an instance of JAXBElement<SupportedNamespace>}
 ValidationConfiguration createValidationConfiguration()
          Create an instance of ValidationConfiguration
 JAXBElement<ValidationConfiguration> createValidationConfiguration(ValidationConfiguration value)
          Create an instance of JAXBElement<ValidationConfiguration>}
 ValidationExemption createValidationExemption()
          Create an instance of ValidationExemption
 JAXBElement<ValidationExemption> createValidationExemption(ValidationExemption value)
          Create an instance of JAXBElement<ValidationExemption>}
 
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: org.modeldriven.fuml.config

Method Detail

createImportConfiguration

public ImportConfiguration createImportConfiguration()
Create an instance of ImportConfiguration


createImportExemption

public ImportExemption createImportExemption()
Create an instance of ImportExemption


createBehaviorExecutionMapping

public BehaviorExecutionMapping createBehaviorExecutionMapping()
Create an instance of BehaviorExecutionMapping


createLibraryImport

public LibraryImport createLibraryImport()
Create an instance of LibraryImport


createValidationConfiguration

public ValidationConfiguration createValidationConfiguration()
Create an instance of ValidationConfiguration


createMappingConfiguration

public MappingConfiguration createMappingConfiguration()
Create an instance of MappingConfiguration


createValidationExemption

public ValidationExemption createValidationExemption()
Create an instance of ValidationExemption


createSupportedNamespace

public SupportedNamespace createSupportedNamespace()
Create an instance of SupportedNamespace


createLibraryConfiguration

public LibraryConfiguration createLibraryConfiguration()
Create an instance of LibraryConfiguration


createConfiguration

public Configuration createConfiguration()
Create an instance of Configuration


createReferenceMapping

public ReferenceMapping createReferenceMapping()
Create an instance of ReferenceMapping


createImportAdapter

public ImportAdapter createImportAdapter()
Create an instance of ImportAdapter


createExtensionPackage

public ExtensionPackage createExtensionPackage()
Create an instance of ExtensionPackage


createImportExemption

public JAXBElement<ImportExemption> createImportExemption(ImportExemption value)
Create an instance of JAXBElement<ImportExemption>}


createLibraryImport

public JAXBElement<LibraryImport> createLibraryImport(LibraryImport value)
Create an instance of JAXBElement<LibraryImport>}


createImportAdapter

public JAXBElement<ImportAdapter> createImportAdapter(ImportAdapter value)
Create an instance of JAXBElement<ImportAdapter>}


createLibraryConfiguration

public JAXBElement<LibraryConfiguration> createLibraryConfiguration(LibraryConfiguration value)
Create an instance of JAXBElement<LibraryConfiguration>}


createExtensionPackage

public JAXBElement<ExtensionPackage> createExtensionPackage(ExtensionPackage value)
Create an instance of JAXBElement<ExtensionPackage>}


createConfiguration

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


createBehaviorExecutionMapping

public JAXBElement<BehaviorExecutionMapping> createBehaviorExecutionMapping(BehaviorExecutionMapping value)
Create an instance of JAXBElement<BehaviorExecutionMapping>}


createReferenceMapping

public JAXBElement<ReferenceMapping> createReferenceMapping(ReferenceMapping value)
Create an instance of JAXBElement<ReferenceMapping>}


createValidationConfiguration

public JAXBElement<ValidationConfiguration> createValidationConfiguration(ValidationConfiguration value)
Create an instance of JAXBElement<ValidationConfiguration>}


createSupportedNamespace

public JAXBElement<SupportedNamespace> createSupportedNamespace(SupportedNamespace value)
Create an instance of JAXBElement<SupportedNamespace>}


createMappingConfiguration

public JAXBElement<MappingConfiguration> createMappingConfiguration(MappingConfiguration value)
Create an instance of JAXBElement<MappingConfiguration>}


createImportConfiguration

public JAXBElement<ImportConfiguration> createImportConfiguration(ImportConfiguration value)
Create an instance of JAXBElement<ImportConfiguration>}


createValidationExemption

public JAXBElement<ValidationExemption> createValidationExemption(ValidationExemption value)
Create an instance of JAXBElement<ValidationExemption>}



Copyright © 2012. All Rights Reserved.