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.
| Modifier and Type | Field and Description |
|---|---|
private static QName |
_Presentation_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jrebirth.presentation.model
|
| Modifier and Type | Method and Description |
|---|---|
Presentation |
createPresentation()
Create an instance of
Presentation |
JAXBElement<Presentation> |
createPresentation(Presentation value)
|
Slide |
createSlide()
Create an instance of
Slide |
SlideContent |
createSlideContent()
Create an instance of
SlideContent |
SlideItem |
createSlideItem()
Create an instance of
SlideItem |
SlideList |
createSlideList()
Create an instance of
SlideList |
Speaker |
createSpeaker()
Create an instance of
Speaker |
SpeakerList |
createSpeakerList()
Create an instance of
SpeakerList |
private static final QName _Presentation_QNAME
public ObjectFactory()
public SlideContent createSlideContent()
SlideContentpublic Presentation createPresentation()
Presentationpublic SpeakerList createSpeakerList()
SpeakerListpublic JAXBElement<Presentation> createPresentation(Presentation value)
Copyright © 2011–2015 JRebirth OSS. All rights reserved.