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.jrebirth.af.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 |
public ObjectFactory()
public Slide createSlide()
Slide
public SpeakerList createSpeakerList()
SpeakerList
public SlideList createSlideList()
SlideList
public Speaker createSpeaker()
Speaker
public Presentation createPresentation()
Presentation
public SlideItem createSlideItem()
SlideItem
public SlideContent createSlideContent()
SlideContent
public JAXBElement<Presentation> createPresentation(Presentation value)
Copyright © 2011–2016 JRebirth OSS. All rights reserved.