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.
| Type | Property and Description |
|---|---|
Property |
create
Create an instance of
Property |
XmlProperty |
createXml
Create an instance of
XmlProperty |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.metamodel
|
public XmlProperty createXmlProperty
XmlPropertypublic ObjectFactory()
public Derivation createDerivation()
Derivationpublic PackageRef createPackageRef()
PackageRefpublic PropertyRef createPropertyRef()
PropertyRefpublic EnumerationRef createEnumerationRef()
EnumerationRefpublic Documentation createDocumentation()
Documentationpublic NamespaceProvisioning createNamespaceProvisioning()
NamespaceProvisioningpublic ClassProvisioning createClassProvisioning()
ClassProvisioningpublic PropertyProvisioning createPropertyProvisioning()
PropertyProvisioningpublic Concurrent createConcurrent()
Concurrentpublic UniqueConstraint createUniqueConstraint()
UniqueConstraintpublic ValueConstraint createValueConstraint()
ValueConstraintpublic EnumerationConstraint createEnumerationConstraint()
EnumerationConstraintpublic ValueSetConstraint createValueSetConstraint()
ValueSetConstraintpublic XmlProperty createXmlProperty()
XmlPropertypublic Enumeration createEnumeration()
Enumerationpublic EnumerationLiteral createEnumerationLiteral()
EnumerationLiteralpublic ModelAppInfo createModelAppInfo()
ModelAppInfopublic PackageAppInfo createPackageAppInfo()
PackageAppInfopublic ClassAppInfo createClassAppInfo()
ClassAppInfopublic PropertyAppInfo createPropertyAppInfo()
PropertyAppInfopublic EnumerationAppInfo createEnumerationAppInfo()
EnumerationAppInfopublic EnumerationLiteralAppInfo createEnumerationLiteralAppInfo()
EnumerationLiteralAppInfopublic DataTypeRef createDataTypeRef()
DataTypeRefpublic SemanticConstraint createSemanticConstraint()
SemanticConstraintpublic JAXBElement<Element> createElement(Element value)
public JAXBElement<NamedElement> createNamedElement(NamedElement value)
public JAXBElement<Package> createPackage(Package value)
public JAXBElement<Type> createType(Type value)
public JAXBElement<TypeRef> createTypeRef(TypeRef value)
Copyright © 2017. All rights reserved.