org.jomc.model
Class ObjectFactory

Package class diagram package ObjectFactory
java.lang.Object
  extended by org.jomc.model.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.jomc.model 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.jomc.model
 
Method Summary
 Argument createArgument()
          Create an instance of Argument
 javax.xml.bind.JAXBElement<Argument> createArgument(Argument value)
          Create an instance of JAXBElement<Argument>}
 Arguments createArguments()
          Create an instance of Arguments
 javax.xml.bind.JAXBElement<Arguments> createArguments(Arguments value)
          Create an instance of JAXBElement<Arguments>}
 Author createAuthor()
          Create an instance of Author
 javax.xml.bind.JAXBElement<Author> createAuthor(Author value)
          Create an instance of JAXBElement<Author>}
 Authors createAuthors()
          Create an instance of Authors
 javax.xml.bind.JAXBElement<Authors> createAuthors(Authors value)
          Create an instance of JAXBElement<Authors>}
 Dependencies createDependencies()
          Create an instance of Dependencies
 javax.xml.bind.JAXBElement<Dependencies> createDependencies(Dependencies value)
          Create an instance of JAXBElement<Dependencies>}
 Dependency createDependency()
          Create an instance of Dependency
 javax.xml.bind.JAXBElement<Dependency> createDependency(Dependency value)
          Create an instance of JAXBElement<Dependency>}
 javax.xml.bind.JAXBElement<Texts> createDocumentation(Texts value)
          Create an instance of JAXBElement<Texts>}
 Implementation createImplementation()
          Create an instance of Implementation
 javax.xml.bind.JAXBElement<Implementation> createImplementation(Implementation value)
          Create an instance of JAXBElement<Implementation>}
 ImplementationReference createImplementationReference()
          Create an instance of ImplementationReference
 Implementations createImplementations()
          Create an instance of Implementations
 javax.xml.bind.JAXBElement<Implementations> createImplementations(Implementations value)
          Create an instance of JAXBElement<Implementations>}
 Instance createInstance()
          Create an instance of Instance
 javax.xml.bind.JAXBElement<Instance> createInstance(Instance value)
          Create an instance of JAXBElement<Instance>}
 Instances createInstances()
          Create an instance of Instances
 javax.xml.bind.JAXBElement<Instances> createInstances(Instances value)
          Create an instance of JAXBElement<Instances>}
 Message createMessage()
          Create an instance of Message
 javax.xml.bind.JAXBElement<Message> createMessage(Message value)
          Create an instance of JAXBElement<Message>}
 MessageReference createMessageReference()
          Create an instance of MessageReference
 Messages createMessages()
          Create an instance of Messages
 javax.xml.bind.JAXBElement<Messages> createMessages(Messages value)
          Create an instance of JAXBElement<Messages>}
 ModelObject createModelObject()
          Create an instance of ModelObject
 Module createModule()
          Create an instance of Module
 javax.xml.bind.JAXBElement<Module> createModule(Module value)
          Create an instance of JAXBElement<Module>}
 Modules createModules()
          Create an instance of Modules
 javax.xml.bind.JAXBElement<Modules> createModules(Modules value)
          Create an instance of JAXBElement<Modules>}
 Person createPerson()
          Create an instance of Person
 javax.xml.bind.JAXBElement<Person> createPerson(Person value)
          Create an instance of JAXBElement<Person>}
 Persons createPersons()
          Create an instance of Persons
 javax.xml.bind.JAXBElement<Persons> createPersons(Persons value)
          Create an instance of JAXBElement<Persons>}
 Properties createProperties()
          Create an instance of Properties
 javax.xml.bind.JAXBElement<Properties> createProperties(Properties value)
          Create an instance of JAXBElement<Properties>}
 Property createProperty()
          Create an instance of Property
 javax.xml.bind.JAXBElement<Property> createProperty(Property value)
          Create an instance of JAXBElement<Property>}
 PropertyReference createPropertyReference()
          Create an instance of PropertyReference
 Specification createSpecification()
          Create an instance of Specification
 javax.xml.bind.JAXBElement<Specification> createSpecification(Specification value)
          Create an instance of JAXBElement<Specification>}
 SpecificationReference createSpecificationReference()
          Create an instance of SpecificationReference
 Specifications createSpecifications()
          Create an instance of Specifications
 javax.xml.bind.JAXBElement<Specifications> createSpecifications(Specifications value)
          Create an instance of JAXBElement<Specifications>}
 javax.xml.bind.JAXBElement<Texts> createTemplate(Texts value)
          Create an instance of JAXBElement<Texts>}
 Text createText()
          Create an instance of Text
 javax.xml.bind.JAXBElement<Text> createText(Text value)
          Create an instance of JAXBElement<Text>}
 Texts createTexts()
          Create an instance of Texts
 javax.xml.bind.JAXBElement<Texts> createTexts(Texts value)
          Create an instance of JAXBElement<Texts>}
 
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.jomc.model

Method Detail

createModules

public Modules createModules()
Create an instance of Modules


createPropertyReference

public PropertyReference createPropertyReference()
Create an instance of PropertyReference


createMessages

public Messages createMessages()
Create an instance of Messages


createSpecification

public Specification createSpecification()
Create an instance of Specification


createMessageReference

public MessageReference createMessageReference()
Create an instance of MessageReference


createPerson

public Person createPerson()
Create an instance of Person


createSpecificationReference

public SpecificationReference createSpecificationReference()
Create an instance of SpecificationReference


createSpecifications

public Specifications createSpecifications()
Create an instance of Specifications


createInstances

public Instances createInstances()
Create an instance of Instances


createImplementations

public Implementations createImplementations()
Create an instance of Implementations


createModelObject

public ModelObject createModelObject()
Create an instance of ModelObject


createImplementationReference

public ImplementationReference createImplementationReference()
Create an instance of ImplementationReference


createArgument

public Argument createArgument()
Create an instance of Argument


createAuthors

public Authors createAuthors()
Create an instance of Authors


createTexts

public Texts createTexts()
Create an instance of Texts


createText

public Text createText()
Create an instance of Text


createPersons

public Persons createPersons()
Create an instance of Persons


createAuthor

public Author createAuthor()
Create an instance of Author


createInstance

public Instance createInstance()
Create an instance of Instance


createArguments

public Arguments createArguments()
Create an instance of Arguments


createDependency

public Dependency createDependency()
Create an instance of Dependency


createMessage

public Message createMessage()
Create an instance of Message


createDependencies

public Dependencies createDependencies()
Create an instance of Dependencies


createImplementation

public Implementation createImplementation()
Create an instance of Implementation


createModule

public Module createModule()
Create an instance of Module


createProperty

public Property createProperty()
Create an instance of Property


createProperties

public Properties createProperties()
Create an instance of Properties


createModule

public javax.xml.bind.JAXBElement<Module> createModule(Module value)
Create an instance of JAXBElement<Module>}


createMessages

public javax.xml.bind.JAXBElement<Messages> createMessages(Messages value)
Create an instance of JAXBElement<Messages>}


createInstance

public javax.xml.bind.JAXBElement<Instance> createInstance(Instance value)
Create an instance of JAXBElement<Instance>}


createSpecification

public javax.xml.bind.JAXBElement<Specification> createSpecification(Specification value)
Create an instance of JAXBElement<Specification>}


createImplementation

public javax.xml.bind.JAXBElement<Implementation> createImplementation(Implementation value)
Create an instance of JAXBElement<Implementation>}


createDependencies

public javax.xml.bind.JAXBElement<Dependencies> createDependencies(Dependencies value)
Create an instance of JAXBElement<Dependencies>}


createPerson

public javax.xml.bind.JAXBElement<Person> createPerson(Person value)
Create an instance of JAXBElement<Person>}


createDependency

public javax.xml.bind.JAXBElement<Dependency> createDependency(Dependency value)
Create an instance of JAXBElement<Dependency>}


createTemplate

public javax.xml.bind.JAXBElement<Texts> createTemplate(Texts value)
Create an instance of JAXBElement<Texts>}


createProperty

public javax.xml.bind.JAXBElement<Property> createProperty(Property value)
Create an instance of JAXBElement<Property>}


createDocumentation

public javax.xml.bind.JAXBElement<Texts> createDocumentation(Texts value)
Create an instance of JAXBElement<Texts>}


createAuthor

public javax.xml.bind.JAXBElement<Author> createAuthor(Author value)
Create an instance of JAXBElement<Author>}


createAuthors

public javax.xml.bind.JAXBElement<Authors> createAuthors(Authors value)
Create an instance of JAXBElement<Authors>}


createInstances

public javax.xml.bind.JAXBElement<Instances> createInstances(Instances value)
Create an instance of JAXBElement<Instances>}


createArgument

public javax.xml.bind.JAXBElement<Argument> createArgument(Argument value)
Create an instance of JAXBElement<Argument>}


createMessage

public javax.xml.bind.JAXBElement<Message> createMessage(Message value)
Create an instance of JAXBElement<Message>}


createText

public javax.xml.bind.JAXBElement<Text> createText(Text value)
Create an instance of JAXBElement<Text>}


createModules

public javax.xml.bind.JAXBElement<Modules> createModules(Modules value)
Create an instance of JAXBElement<Modules>}


createImplementations

public javax.xml.bind.JAXBElement<Implementations> createImplementations(Implementations value)
Create an instance of JAXBElement<Implementations>}


createTexts

public javax.xml.bind.JAXBElement<Texts> createTexts(Texts value)
Create an instance of JAXBElement<Texts>}


createSpecifications

public javax.xml.bind.JAXBElement<Specifications> createSpecifications(Specifications value)
Create an instance of JAXBElement<Specifications>}


createArguments

public javax.xml.bind.JAXBElement<Arguments> createArguments(Arguments value)
Create an instance of JAXBElement<Arguments>}


createPersons

public javax.xml.bind.JAXBElement<Persons> createPersons(Persons value)
Create an instance of JAXBElement<Persons>}


createProperties

public javax.xml.bind.JAXBElement<Properties> createProperties(Properties value)
Create an instance of JAXBElement<Properties>}



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.