org.modeldriven.fuml.config
Class ObjectFactory

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

Method Detail

createExtensionPackage

public ExtensionPackage createExtensionPackage()
Create an instance of ExtensionPackage


createImportConfiguration

public ImportConfiguration createImportConfiguration()
Create an instance of ImportConfiguration


createValidationConfiguration

public ValidationConfiguration createValidationConfiguration()
Create an instance of ValidationConfiguration


createLibraryImport

public LibraryImport createLibraryImport()
Create an instance of LibraryImport


createImportExemption

public ImportExemption createImportExemption()
Create an instance of ImportExemption


createLibraryConfiguration

public LibraryConfiguration createLibraryConfiguration()
Create an instance of LibraryConfiguration


createReferenceMapping

public ReferenceMapping createReferenceMapping()
Create an instance of ReferenceMapping


createBehaviorExecutionMapping

public BehaviorExecutionMapping createBehaviorExecutionMapping()
Create an instance of BehaviorExecutionMapping


createImportAdapter

public ImportAdapter createImportAdapter()
Create an instance of ImportAdapter


createMappingConfiguration

public MappingConfiguration createMappingConfiguration()
Create an instance of MappingConfiguration


createConfiguration

public Configuration createConfiguration()
Create an instance of Configuration


createSupportedNamespace

public SupportedNamespace createSupportedNamespace()
Create an instance of SupportedNamespace


createValidationExemption

public ValidationExemption createValidationExemption()
Create an instance of ValidationExemption


createImportExemption

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


createLibraryImport

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


createImportAdapter

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


createLibraryConfiguration

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


createExtensionPackage

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


createConfiguration

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


createBehaviorExecutionMapping

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


createReferenceMapping

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


createValidationConfiguration

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


createSupportedNamespace

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


createMappingConfiguration

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


createImportConfiguration

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


createValidationExemption

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



Copyright © 2015. All Rights Reserved.