public class ObjectFactory extends Object
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 and Description |
|---|
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
|
public ObjectFactory()
public EStringToStringMapEntry createEStringToStringMapEntry()
EStringToStringMapEntrypublic EOperation createEOperation()
EOperationpublic EAnnotation createEAnnotation()
EAnnotationpublic EClassifier createEClassifier()
EClassifierpublic ETypedElement createETypedElement()
ETypedElementpublic EParameter createEParameter()
EParameterpublic EStructuralFeature createEStructuralFeature()
EStructuralFeaturepublic EEnumLiteral createEEnumLiteral()
EEnumLiteralpublic EReference createEReference()
EReferencepublic ENamedElement createENamedElement()
ENamedElementpublic EModelElement createEModelElement()
EModelElementpublic EAttribute createEAttribute()
EAttributepublic JAXBElement<ETypedElement> createETypedElement(ETypedElement value)
public JAXBElement<EFactory> createEFactory(EFactory value)
public JAXBElement<EOperation> createEOperation(EOperation value)
public JAXBElement<EClassifier> createEClassifier(EClassifier value)
public JAXBElement<EStringToStringMapEntry> createEStringToStringMapEntry(EStringToStringMapEntry value)
public JAXBElement<EObject> createEObject(EObject value)
public JAXBElement<EAttribute> createEAttribute(EAttribute value)
public JAXBElement<EModelElement> createEModelElement(EModelElement value)
public JAXBElement<EEnum> createEEnum(EEnum value)
public JAXBElement<EEnumLiteral> createEEnumLiteral(EEnumLiteral value)
public JAXBElement<EReference> createEReference(EReference value)
public JAXBElement<EStructuralFeature> createEStructuralFeature(EStructuralFeature value)
public JAXBElement<EAnnotation> createEAnnotation(EAnnotation value)
public JAXBElement<ENamedElement> createENamedElement(ENamedElement value)
public JAXBElement<EParameter> createEParameter(EParameter value)
public JAXBElement<EDataType> createEDataType(EDataType value)
public JAXBElement<EClass> createEClass(EClass value)
public JAXBElement<EPackage> createEPackage(EPackage value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.