public class ObjectFactory
extends java.lang.Object
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.Target
public PackageReference createPackageReference()
PackageReference
public Documentation createDocumentation()
Documentation
public Difference createDifference()
Difference
public <any> createModel(Model value)
public <any> createPackageReference(PackageReference value)
public <any> createDifference(Difference value)
public <any> createXMI(XMI value)
public <any> createMetaModel(MetaModel value)
public <any> createExtension(Extension value)
public <any> createDelete(Delete value)
public <any> createAdd(Add value)
public <any> createImport(Import value)
public <any> createDocumentation(Documentation value)
public <any> createReplace(Replace value)