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
|
Property
public ObjectFactory()
public ImplementationReference createImplementationReference()
ImplementationReference
public Person createPerson()
Person
public Dependencies createDependencies()
Dependencies
public Instance createInstance()
Instance
public Dependency createDependency()
Dependency
public PropertyReference createPropertyReference()
PropertyReference
public Properties createProperties()
Properties
public Authors createAuthors()
Authors
public Author createAuthor()
Author
public Module createModule()
Module
public Text createText()
Text
public ModelObject createModelObject()
ModelObject
public Message createMessage()
Message
public Modules createModules()
Modules
public SpecificationReference createSpecificationReference()
SpecificationReference
public Persons createPersons()
Persons
public Specification createSpecification()
Specification
public Texts createTexts()
Texts
public Specifications createSpecifications()
Specifications
public MessageReference createMessageReference()
MessageReference
public Messages createMessages()
Messages
public Argument createArgument()
Argument
public Instances createInstances()
Instances
public Property createProperty()
Property
public Implementation createImplementation()
Implementation
public Arguments createArguments()
Arguments
public Implementations createImplementations()
Implementations
public 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.