org.plasma.provisioning
Class ObjectFactory

java.lang.Object
  extended by org.plasma.provisioning.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.provisioning 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.plasma.provisioning
 
Method Summary
 Alias createAlias()
          Create an instance of Alias
 Behavior createBehavior()
          Create an instance of Behavior
 Body createBody()
          Create an instance of Body
 Class createClass()
          Create an instance of Class
 ClassAppInfo createClassAppInfo()
          Create an instance of ClassAppInfo
 ClassRef createClassRef()
          Create an instance of ClassRef
 Concurrent createConcurrent()
          Create an instance of Concurrent
 DataTypeRef createDataTypeRef()
          Create an instance of DataTypeRef
 Derivation createDerivation()
          Create an instance of Derivation
 Documentation createDocumentation()
          Create an instance of Documentation
 Element createElement()
          Create an instance of Element
 JAXBElement<Element> createElement(Element value)
          Create an instance of JAXBElement<Element>}
 Enumeration createEnumeration()
          Create an instance of Enumeration
 EnumerationAppInfo createEnumerationAppInfo()
          Create an instance of EnumerationAppInfo
 EnumerationConstraint createEnumerationConstraint()
          Create an instance of EnumerationConstraint
 EnumerationLiteral createEnumerationLiteral()
          Create an instance of EnumerationLiteral
 EnumerationLiteralAppInfo createEnumerationLiteralAppInfo()
          Create an instance of EnumerationLiteralAppInfo
 EnumerationRef createEnumerationRef()
          Create an instance of EnumerationRef
 Key createKey()
          Create an instance of Key
 Model createModel()
          Create an instance of Model
 ModelAppInfo createModelAppInfo()
          Create an instance of ModelAppInfo
 JAXBElement<NamedElement> createNamedElement(NamedElement value)
          Create an instance of JAXBElement<NamedElement>}
 Package createPackage()
          Create an instance of Package
 JAXBElement<Package> createPackage(Package value)
          Create an instance of JAXBElement<Package>}
 PackageAppInfo createPackageAppInfo()
          Create an instance of PackageAppInfo
 PackageRef createPackageRef()
          Create an instance of PackageRef
 Property createProperty()
          Create an instance of Property
 PropertyAppInfo createPropertyAppInfo()
          Create an instance of PropertyAppInfo
 PropertyRef createPropertyRef()
          Create an instance of PropertyRef
 SemanticConstraint createSemanticConstraint()
          Create an instance of SemanticConstraint
 Sort createSort()
          Create an instance of Sort
 Temporal createTemporal()
          Create an instance of Temporal
 JAXBElement<Type> createType(Type value)
          Create an instance of JAXBElement<Type>}
 JAXBElement<TypeRef> createTypeRef(TypeRef value)
          Create an instance of JAXBElement<TypeRef>}
 UniqueConstraint createUniqueConstraint()
          Create an instance of UniqueConstraint
 ValueConstraint createValueConstraint()
          Create an instance of ValueConstraint
 ValueSetConstraint createValueSetConstraint()
          Create an instance of ValueSetConstraint
 XmlProperty createXmlProperty()
          Create an instance of XmlProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.provisioning

Method Detail

createEnumerationLiteralAppInfo

public EnumerationLiteralAppInfo createEnumerationLiteralAppInfo()
Create an instance of EnumerationLiteralAppInfo


createEnumeration

public Enumeration createEnumeration()
Create an instance of Enumeration


createPackageAppInfo

public PackageAppInfo createPackageAppInfo()
Create an instance of PackageAppInfo


createValueConstraint

public ValueConstraint createValueConstraint()
Create an instance of ValueConstraint


createElement

public Element createElement()
Create an instance of Element


createConcurrent

public Concurrent createConcurrent()
Create an instance of Concurrent


createModelAppInfo

public ModelAppInfo createModelAppInfo()
Create an instance of ModelAppInfo


createTemporal

public Temporal createTemporal()
Create an instance of Temporal


createPackageRef

public PackageRef createPackageRef()
Create an instance of PackageRef


createPropertyAppInfo

public PropertyAppInfo createPropertyAppInfo()
Create an instance of PropertyAppInfo


createClassRef

public ClassRef createClassRef()
Create an instance of ClassRef


createClass

public Class createClass()
Create an instance of Class


createEnumerationRef

public EnumerationRef createEnumerationRef()
Create an instance of EnumerationRef


createUniqueConstraint

public UniqueConstraint createUniqueConstraint()
Create an instance of UniqueConstraint


createClassAppInfo

public ClassAppInfo createClassAppInfo()
Create an instance of ClassAppInfo


createProperty

public Property createProperty()
Create an instance of Property


createValueSetConstraint

public ValueSetConstraint createValueSetConstraint()
Create an instance of ValueSetConstraint


createModel

public Model createModel()
Create an instance of Model


createSort

public Sort createSort()
Create an instance of Sort


createEnumerationAppInfo

public EnumerationAppInfo createEnumerationAppInfo()
Create an instance of EnumerationAppInfo


createEnumerationConstraint

public EnumerationConstraint createEnumerationConstraint()
Create an instance of EnumerationConstraint


createBehavior

public Behavior createBehavior()
Create an instance of Behavior


createKey

public Key createKey()
Create an instance of Key


createPackage

public Package createPackage()
Create an instance of Package


createSemanticConstraint

public SemanticConstraint createSemanticConstraint()
Create an instance of SemanticConstraint


createBody

public Body createBody()
Create an instance of Body


createXmlProperty

public XmlProperty createXmlProperty()
Create an instance of XmlProperty


createDataTypeRef

public DataTypeRef createDataTypeRef()
Create an instance of DataTypeRef


createAlias

public Alias createAlias()
Create an instance of Alias


createDocumentation

public Documentation createDocumentation()
Create an instance of Documentation


createPropertyRef

public PropertyRef createPropertyRef()
Create an instance of PropertyRef


createEnumerationLiteral

public EnumerationLiteral createEnumerationLiteral()
Create an instance of EnumerationLiteral


createDerivation

public Derivation createDerivation()
Create an instance of Derivation


createNamedElement

public JAXBElement<NamedElement> createNamedElement(NamedElement value)
Create an instance of JAXBElement<NamedElement>}


createType

public JAXBElement<Type> createType(Type value)
Create an instance of JAXBElement<Type>}


createTypeRef

public JAXBElement<TypeRef> createTypeRef(TypeRef value)
Create an instance of JAXBElement<TypeRef>}


createPackage

public JAXBElement<Package> createPackage(Package value)
Create an instance of JAXBElement<Package>}


createElement

public JAXBElement<Element> createElement(Element value)
Create an instance of JAXBElement<Element>}



Copyright © 2013. All rights reserved.