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