|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.model.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.jomc.model package.
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 Summary | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jomc.model |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public Modules createModules()
Modules
public PropertyReference createPropertyReference()
PropertyReference
public Messages createMessages()
Messages
public Specification createSpecification()
Specification
public MessageReference createMessageReference()
MessageReference
public Person createPerson()
Person
public SpecificationReference createSpecificationReference()
SpecificationReference
public Specifications createSpecifications()
Specifications
public Instances createInstances()
Instances
public Implementations createImplementations()
Implementations
public ModelObject createModelObject()
ModelObject
public ImplementationReference createImplementationReference()
ImplementationReference
public Argument createArgument()
Argument
public Authors createAuthors()
Authors
public Texts createTexts()
Texts
public Text createText()
Text
public Persons createPersons()
Persons
public Author createAuthor()
Author
public Instance createInstance()
Instance
public Arguments createArguments()
Arguments
public Dependency createDependency()
Dependency
public Message createMessage()
Message
public Dependencies createDependencies()
Dependencies
public Implementation createImplementation()
Implementation
public Module createModule()
Module
public Property createProperty()
Property
public Properties createProperties()
Properties
public javax.xml.bind.JAXBElement<Module> createModule(Module value)
JAXBElement
<
Module
>
}
public javax.xml.bind.JAXBElement<Messages> createMessages(Messages value)
JAXBElement
<
Messages
>
}
public javax.xml.bind.JAXBElement<Instance> createInstance(Instance value)
JAXBElement
<
Instance
>
}
public javax.xml.bind.JAXBElement<Specification> createSpecification(Specification value)
JAXBElement
<
Specification
>
}
public javax.xml.bind.JAXBElement<Implementation> createImplementation(Implementation value)
JAXBElement
<
Implementation
>
}
public javax.xml.bind.JAXBElement<Dependencies> createDependencies(Dependencies value)
JAXBElement
<
Dependencies
>
}
public javax.xml.bind.JAXBElement<Person> createPerson(Person value)
JAXBElement
<
Person
>
}
public javax.xml.bind.JAXBElement<Dependency> createDependency(Dependency value)
JAXBElement
<
Dependency
>
}
public javax.xml.bind.JAXBElement<Texts> createTemplate(Texts value)
JAXBElement
<
Texts
>
}
public javax.xml.bind.JAXBElement<Property> createProperty(Property value)
JAXBElement
<
Property
>
}
public javax.xml.bind.JAXBElement<Texts> createDocumentation(Texts value)
JAXBElement
<
Texts
>
}
public javax.xml.bind.JAXBElement<Author> createAuthor(Author value)
JAXBElement
<
Author
>
}
public javax.xml.bind.JAXBElement<Authors> createAuthors(Authors value)
JAXBElement
<
Authors
>
}
public javax.xml.bind.JAXBElement<Instances> createInstances(Instances value)
JAXBElement
<
Instances
>
}
public javax.xml.bind.JAXBElement<Argument> createArgument(Argument value)
JAXBElement
<
Argument
>
}
public javax.xml.bind.JAXBElement<Message> createMessage(Message value)
JAXBElement
<
Message
>
}
public javax.xml.bind.JAXBElement<Text> createText(Text value)
JAXBElement
<
Text
>
}
public javax.xml.bind.JAXBElement<Modules> createModules(Modules value)
JAXBElement
<
Modules
>
}
public javax.xml.bind.JAXBElement<Implementations> createImplementations(Implementations value)
JAXBElement
<
Implementations
>
}
public javax.xml.bind.JAXBElement<Texts> createTexts(Texts value)
JAXBElement
<
Texts
>
}
public javax.xml.bind.JAXBElement<Specifications> createSpecifications(Specifications value)
JAXBElement
<
Specifications
>
}
public javax.xml.bind.JAXBElement<Arguments> createArguments(Arguments value)
JAXBElement
<
Arguments
>
}
public javax.xml.bind.JAXBElement<Persons> createPersons(Persons value)
JAXBElement
<
Persons
>
}
public javax.xml.bind.JAXBElement<Properties> createProperties(Properties value)
JAXBElement
<
Properties
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |