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: xuml.tools.miuml.metamodel.extensions.jaxb
|
Modifier and Type | Method and Description |
---|---|
Attribute |
createAttribute()
Create an instance of
Attribute |
Documentation |
createDocumentation()
Create an instance of
Documentation |
jakarta.xml.bind.JAXBElement<Documentation> |
createDocumentation(Documentation value)
|
Find |
createFind()
Create an instance of
Find |
jakarta.xml.bind.JAXBElement<Find> |
createFind(Find value)
|
Generation |
createGeneration()
Create an instance of
Generation |
jakarta.xml.bind.JAXBElement<Generation> |
createGeneration(Generation value)
|
Optional |
createOptional()
Create an instance of
Optional |
jakarta.xml.bind.JAXBElement<Optional> |
createOptional(Optional value)
|
public ObjectFactory()
public Documentation createDocumentation()
Documentation
public Generation createGeneration()
Generation
public jakarta.xml.bind.JAXBElement<Documentation> createDocumentation(Documentation value)
value
- Java instance representing xml element's value.JAXBElement
<
Documentation
>
public jakarta.xml.bind.JAXBElement<Generation> createGeneration(Generation value)
value
- Java instance representing xml element's value.JAXBElement
<
Generation
>
public jakarta.xml.bind.JAXBElement<Find> createFind(Find value)
value
- Java instance representing xml element's value.JAXBElement
<
Find
>
Copyright © 2012–2022. All rights reserved.