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.xmi
|
public ObjectFactory()
public Difference.Target createDifferenceTarget()
Difference.Targetpublic PackageReference createPackageReference()
PackageReferencepublic Documentation createDocumentation()
Documentationpublic Difference createDifference()
Differencepublic JAXBElement<Model> createModel(Model value)
public JAXBElement<PackageReference> createPackageReference(PackageReference value)
public JAXBElement<Difference> createDifference(Difference value)
public JAXBElement<XMI> createXMI(XMI value)
public JAXBElement<MetaModel> createMetaModel(MetaModel value)
public JAXBElement<Extension> createExtension(Extension value)
public JAXBElement<Delete> createDelete(Delete value)
public JAXBElement<Add> createAdd(Add value)
public JAXBElement<Import> createImport(Import value)
public JAXBElement<Documentation> createDocumentation(Documentation value)
public JAXBElement<Replace> createReplace(Replace value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.