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