|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.ecore.ObjectFactory
public class ObjectFactory
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public EFactory createEFactory()
EFactory
public EStringToStringMapEntry createEStringToStringMapEntry()
EStringToStringMapEntry
public EOperation createEOperation()
EOperation
public EAnnotation createEAnnotation()
EAnnotation
public EClassifier createEClassifier()
EClassifier
public EClass createEClass()
EClass
public ETypedElement createETypedElement()
ETypedElement
public EParameter createEParameter()
EParameter
public EStructuralFeature createEStructuralFeature()
EStructuralFeature
public EEnumLiteral createEEnumLiteral()
EEnumLiteral
public EReference createEReference()
EReference
public EEnum createEEnum()
EEnum
public ENamedElement createENamedElement()
ENamedElement
public EModelElement createEModelElement()
EModelElement
public EPackage createEPackage()
EPackage
public EDataType createEDataType()
EDataType
public EObject createEObject()
EObject
public EAttribute createEAttribute()
EAttribute
public javax.xml.bind.JAXBElement<ETypedElement> createETypedElement(ETypedElement value)
JAXBElement
<
ETypedElement
>
public javax.xml.bind.JAXBElement<EFactory> createEFactory(EFactory value)
JAXBElement
<
EFactory
>
public javax.xml.bind.JAXBElement<EOperation> createEOperation(EOperation value)
JAXBElement
<
EOperation
>
public javax.xml.bind.JAXBElement<EClassifier> createEClassifier(EClassifier value)
JAXBElement
<
EClassifier
>
public javax.xml.bind.JAXBElement<EStringToStringMapEntry> createEStringToStringMapEntry(EStringToStringMapEntry value)
JAXBElement
<
EStringToStringMapEntry
>
public javax.xml.bind.JAXBElement<EObject> createEObject(EObject value)
JAXBElement
<
EObject
>
public javax.xml.bind.JAXBElement<EAttribute> createEAttribute(EAttribute value)
JAXBElement
<
EAttribute
>
public javax.xml.bind.JAXBElement<EModelElement> createEModelElement(EModelElement value)
JAXBElement
<
EModelElement
>
public javax.xml.bind.JAXBElement<EEnum> createEEnum(EEnum value)
JAXBElement
<
EEnum
>
public javax.xml.bind.JAXBElement<EEnumLiteral> createEEnumLiteral(EEnumLiteral value)
JAXBElement
<
EEnumLiteral
>
public javax.xml.bind.JAXBElement<EReference> createEReference(EReference value)
JAXBElement
<
EReference
>
public javax.xml.bind.JAXBElement<EStructuralFeature> createEStructuralFeature(EStructuralFeature value)
JAXBElement
<
EStructuralFeature
>
public javax.xml.bind.JAXBElement<EAnnotation> createEAnnotation(EAnnotation value)
JAXBElement
<
EAnnotation
>
public javax.xml.bind.JAXBElement<ENamedElement> createENamedElement(ENamedElement value)
JAXBElement
<
ENamedElement
>
public javax.xml.bind.JAXBElement<EParameter> createEParameter(EParameter value)
JAXBElement
<
EParameter
>
public javax.xml.bind.JAXBElement<EDataType> createEDataType(EDataType value)
JAXBElement
<
EDataType
>
public javax.xml.bind.JAXBElement<EClass> createEClass(EClass value)
JAXBElement
<
EClass
>
public javax.xml.bind.JAXBElement<EPackage> createEPackage(EPackage value)
JAXBElement
<
EPackage
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |