org.apache.openejb.jee.was.v6.ecore
Class ObjectFactory

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.ecore.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.openejb.jee.was.v6.ecore 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.apache.openejb.jee.was.v6.ecore
 
Method Summary
 EAnnotation createEAnnotation()
          Create an instance of EAnnotation
 javax.xml.bind.JAXBElement<EAnnotation> createEAnnotation(EAnnotation value)
          Create an instance of JAXBElement<EAnnotation >
 EAttribute createEAttribute()
          Create an instance of EAttribute
 javax.xml.bind.JAXBElement<EAttribute> createEAttribute(EAttribute value)
          Create an instance of JAXBElement<EAttribute >
 EClass createEClass()
          Create an instance of EClass
 javax.xml.bind.JAXBElement<EClass> createEClass(EClass value)
          Create an instance of JAXBElement<EClass>
 EClassifier createEClassifier()
          Create an instance of EClassifier
 javax.xml.bind.JAXBElement<EClassifier> createEClassifier(EClassifier value)
          Create an instance of JAXBElement<EClassifier >
 EDataType createEDataType()
          Create an instance of EDataType
 javax.xml.bind.JAXBElement<EDataType> createEDataType(EDataType value)
          Create an instance of JAXBElement<EDataType >
 EEnum createEEnum()
          Create an instance of EEnum
 javax.xml.bind.JAXBElement<EEnum> createEEnum(EEnum value)
          Create an instance of JAXBElement<EEnum>
 EEnumLiteral createEEnumLiteral()
          Create an instance of EEnumLiteral
 javax.xml.bind.JAXBElement<EEnumLiteral> createEEnumLiteral(EEnumLiteral value)
          Create an instance of JAXBElement<EEnumLiteral >
 EFactory createEFactory()
          Create an instance of EFactory
 javax.xml.bind.JAXBElement<EFactory> createEFactory(EFactory value)
          Create an instance of JAXBElement<EFactory>
 EModelElement createEModelElement()
          Create an instance of EModelElement
 javax.xml.bind.JAXBElement<EModelElement> createEModelElement(EModelElement value)
          Create an instance of JAXBElement<EModelElement >
 ENamedElement createENamedElement()
          Create an instance of ENamedElement
 javax.xml.bind.JAXBElement<ENamedElement> createENamedElement(ENamedElement value)
          Create an instance of JAXBElement<ENamedElement >
 EObject createEObject()
          Create an instance of EObject
 javax.xml.bind.JAXBElement<EObject> createEObject(EObject value)
          Create an instance of JAXBElement<EObject>
 EOperation createEOperation()
          Create an instance of EOperation
 javax.xml.bind.JAXBElement<EOperation> createEOperation(EOperation value)
          Create an instance of JAXBElement<EOperation >
 EPackage createEPackage()
          Create an instance of EPackage
 javax.xml.bind.JAXBElement<EPackage> createEPackage(EPackage value)
          Create an instance of JAXBElement<EPackage>
 EParameter createEParameter()
          Create an instance of EParameter
 javax.xml.bind.JAXBElement<EParameter> createEParameter(EParameter value)
          Create an instance of JAXBElement<EParameter >
 EReference createEReference()
          Create an instance of EReference
 javax.xml.bind.JAXBElement<EReference> createEReference(EReference value)
          Create an instance of JAXBElement<EReference >
 EStringToStringMapEntry createEStringToStringMapEntry()
          Create an instance of EStringToStringMapEntry
 javax.xml.bind.JAXBElement<EStringToStringMapEntry> createEStringToStringMapEntry(EStringToStringMapEntry value)
          Create an instance of JAXBElement< EStringToStringMapEntry>
 EStructuralFeature createEStructuralFeature()
          Create an instance of EStructuralFeature
 javax.xml.bind.JAXBElement<EStructuralFeature> createEStructuralFeature(EStructuralFeature value)
          Create an instance of JAXBElement< EStructuralFeature>
 ETypedElement createETypedElement()
          Create an instance of ETypedElement
 javax.xml.bind.JAXBElement<ETypedElement> createETypedElement(ETypedElement value)
          Create an instance of JAXBElement<ETypedElement >
 
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.apache.openejb.jee.was.v6.ecore

Method Detail

createEFactory

public EFactory createEFactory()
Create an instance of EFactory


createEStringToStringMapEntry

public EStringToStringMapEntry createEStringToStringMapEntry()
Create an instance of EStringToStringMapEntry


createEOperation

public EOperation createEOperation()
Create an instance of EOperation


createEAnnotation

public EAnnotation createEAnnotation()
Create an instance of EAnnotation


createEClassifier

public EClassifier createEClassifier()
Create an instance of EClassifier


createEClass

public EClass createEClass()
Create an instance of EClass


createETypedElement

public ETypedElement createETypedElement()
Create an instance of ETypedElement


createEParameter

public EParameter createEParameter()
Create an instance of EParameter


createEStructuralFeature

public EStructuralFeature createEStructuralFeature()
Create an instance of EStructuralFeature


createEEnumLiteral

public EEnumLiteral createEEnumLiteral()
Create an instance of EEnumLiteral


createEReference

public EReference createEReference()
Create an instance of EReference


createEEnum

public EEnum createEEnum()
Create an instance of EEnum


createENamedElement

public ENamedElement createENamedElement()
Create an instance of ENamedElement


createEModelElement

public EModelElement createEModelElement()
Create an instance of EModelElement


createEPackage

public EPackage createEPackage()
Create an instance of EPackage


createEDataType

public EDataType createEDataType()
Create an instance of EDataType


createEObject

public EObject createEObject()
Create an instance of EObject


createEAttribute

public EAttribute createEAttribute()
Create an instance of EAttribute


createETypedElement

public javax.xml.bind.JAXBElement<ETypedElement> createETypedElement(ETypedElement value)
Create an instance of JAXBElement<ETypedElement >


createEFactory

public javax.xml.bind.JAXBElement<EFactory> createEFactory(EFactory value)
Create an instance of JAXBElement<EFactory>


createEOperation

public javax.xml.bind.JAXBElement<EOperation> createEOperation(EOperation value)
Create an instance of JAXBElement<EOperation >


createEClassifier

public javax.xml.bind.JAXBElement<EClassifier> createEClassifier(EClassifier value)
Create an instance of JAXBElement<EClassifier >


createEStringToStringMapEntry

public javax.xml.bind.JAXBElement<EStringToStringMapEntry> createEStringToStringMapEntry(EStringToStringMapEntry value)
Create an instance of JAXBElement< EStringToStringMapEntry>


createEObject

public javax.xml.bind.JAXBElement<EObject> createEObject(EObject value)
Create an instance of JAXBElement<EObject>


createEAttribute

public javax.xml.bind.JAXBElement<EAttribute> createEAttribute(EAttribute value)
Create an instance of JAXBElement<EAttribute >


createEModelElement

public javax.xml.bind.JAXBElement<EModelElement> createEModelElement(EModelElement value)
Create an instance of JAXBElement<EModelElement >


createEEnum

public javax.xml.bind.JAXBElement<EEnum> createEEnum(EEnum value)
Create an instance of JAXBElement<EEnum>


createEEnumLiteral

public javax.xml.bind.JAXBElement<EEnumLiteral> createEEnumLiteral(EEnumLiteral value)
Create an instance of JAXBElement<EEnumLiteral >


createEReference

public javax.xml.bind.JAXBElement<EReference> createEReference(EReference value)
Create an instance of JAXBElement<EReference >


createEStructuralFeature

public javax.xml.bind.JAXBElement<EStructuralFeature> createEStructuralFeature(EStructuralFeature value)
Create an instance of JAXBElement< EStructuralFeature>


createEAnnotation

public javax.xml.bind.JAXBElement<EAnnotation> createEAnnotation(EAnnotation value)
Create an instance of JAXBElement<EAnnotation >


createENamedElement

public javax.xml.bind.JAXBElement<ENamedElement> createENamedElement(ENamedElement value)
Create an instance of JAXBElement<ENamedElement >


createEParameter

public javax.xml.bind.JAXBElement<EParameter> createEParameter(EParameter value)
Create an instance of JAXBElement<EParameter >


createEDataType

public javax.xml.bind.JAXBElement<EDataType> createEDataType(EDataType value)
Create an instance of JAXBElement<EDataType >


createEClass

public javax.xml.bind.JAXBElement<EClass> createEClass(EClass value)
Create an instance of JAXBElement<EClass>


createEPackage

public javax.xml.bind.JAXBElement<EPackage> createEPackage(EPackage value)
Create an instance of JAXBElement<EPackage>



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.