
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 | createCreate an instance of  Property | 
| Constructor and Description | 
|---|
| ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jomc.model | 
Propertypublic ObjectFactory()
public Properties createProperties()
Propertiespublic Texts createTexts()
Textspublic Authors createAuthors()
Authorspublic Arguments createArguments()
Argumentspublic Dependencies createDependencies()
Dependenciespublic Author createAuthor()
Authorpublic ImplementationReference createImplementationReference()
ImplementationReferencepublic Text createText()
Textpublic Dependency createDependency()
Dependencypublic Instance createInstance()
Instancepublic Instances createInstances()
Instancespublic ModelObject createModelObject()
ModelObjectpublic MessageReference createMessageReference()
MessageReferencepublic Specifications createSpecifications()
Specificationspublic Property createProperty()
Propertypublic Modules createModules()
Modulespublic Person createPerson()
Personpublic Implementations createImplementations()
Implementationspublic Message createMessage()
Messagepublic PropertyReference createPropertyReference()
PropertyReferencepublic Messages createMessages()
Messagespublic Specification createSpecification()
Specificationpublic SpecificationReference createSpecificationReference()
SpecificationReferencepublic Module createModule()
Modulepublic Persons createPersons()
Personspublic Argument createArgument()
Argumentpublic Implementation createImplementation()
Implementationpublic javax.xml.bind.JAXBElement<Argument> createArgument(Argument value)
public javax.xml.bind.JAXBElement<Texts> createTexts(Texts value)
public javax.xml.bind.JAXBElement<Texts> createTemplate(Texts value)
public javax.xml.bind.JAXBElement<Person> createPerson(Person value)
public javax.xml.bind.JAXBElement<Text> createText(Text value)
public javax.xml.bind.JAXBElement<Module> createModule(Module value)
public javax.xml.bind.JAXBElement<Implementations> createImplementations(Implementations value)
public javax.xml.bind.JAXBElement<Properties> createProperties(Properties value)
public javax.xml.bind.JAXBElement<Property> createProperty(Property value)
public javax.xml.bind.JAXBElement<Persons> createPersons(Persons value)
public javax.xml.bind.JAXBElement<Instances> createInstances(Instances value)
public javax.xml.bind.JAXBElement<Specifications> createSpecifications(Specifications value)
public javax.xml.bind.JAXBElement<Messages> createMessages(Messages value)
public javax.xml.bind.JAXBElement<Authors> createAuthors(Authors value)
public javax.xml.bind.JAXBElement<Author> createAuthor(Author value)
public javax.xml.bind.JAXBElement<Dependency> createDependency(Dependency value)
public javax.xml.bind.JAXBElement<Message> createMessage(Message value)
public javax.xml.bind.JAXBElement<Arguments> createArguments(Arguments value)
public javax.xml.bind.JAXBElement<Dependencies> createDependencies(Dependencies value)
public javax.xml.bind.JAXBElement<Implementation> createImplementation(Implementation value)
public javax.xml.bind.JAXBElement<Specification> createSpecification(Specification value)
public javax.xml.bind.JAXBElement<Texts> createDocumentation(Texts value)
public javax.xml.bind.JAXBElement<Modules> createModules(Modules value)
public javax.xml.bind.JAXBElement<Instance> createInstance(Instance value)
Copyright © 2005–2015 The JOMC Project. All rights reserved.