
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 |
| 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 ImplementationReference createImplementationReference()
ImplementationReferencepublic Person createPerson()
Personpublic Dependencies createDependencies()
Dependenciespublic Instance createInstance()
Instancepublic Dependency createDependency()
Dependencypublic PropertyReference createPropertyReference()
PropertyReferencepublic Properties createProperties()
Propertiespublic Authors createAuthors()
Authorspublic Author createAuthor()
Authorpublic Module createModule()
Modulepublic Text createText()
Textpublic ModelObject createModelObject()
ModelObjectpublic Message createMessage()
Messagepublic Modules createModules()
Modulespublic SpecificationReference createSpecificationReference()
SpecificationReferencepublic Persons createPersons()
Personspublic Specification createSpecification()
Specificationpublic Texts createTexts()
Textspublic Specifications createSpecifications()
Specificationspublic MessageReference createMessageReference()
MessageReferencepublic Messages createMessages()
Messagespublic Argument createArgument()
Argumentpublic Instances createInstances()
Instancespublic Property createProperty()
Propertypublic Implementation createImplementation()
Implementationpublic Arguments createArguments()
Argumentspublic Implementations createImplementations()
Implementationspublic 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–2016 The JOMC Project. All rights reserved.