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