public class Presentation extends Object
Java class for Presentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Presentation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="place" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="event" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="speakers" type="{http://www.jrebirth.org/Presentation}SpeakerList" minOccurs="0"/>
<element name="slides" type="{http://www.jrebirth.org/Presentation}SlideList" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
date |
protected Object |
event |
protected Object |
place |
protected SlideList |
slides |
protected SpeakerList |
speakers |
protected Object |
title |
| Constructor and Description |
|---|
Presentation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDate()
Gets the value of the date property.
|
Object |
getEvent()
Gets the value of the event property.
|
Object |
getPlace()
Gets the value of the place property.
|
SlideList |
getSlides()
Gets the value of the slides property.
|
SpeakerList |
getSpeakers()
Gets the value of the speakers property.
|
Object |
getTitle()
Gets the value of the title property.
|
void |
setDate(Object value)
Sets the value of the date property.
|
void |
setEvent(Object value)
Sets the value of the event property.
|
void |
setPlace(Object value)
Sets the value of the place property.
|
void |
setSlides(SlideList value)
Sets the value of the slides property.
|
void |
setSpeakers(SpeakerList value)
Sets the value of the speakers property.
|
void |
setTitle(Object value)
Sets the value of the title property.
|
protected Object title
protected Object date
protected Object place
protected Object event
protected SpeakerList speakers
protected SlideList slides
public Object getTitle()
Objectpublic void setTitle(Object value)
value - allowed object is
Objectpublic Object getDate()
Objectpublic void setDate(Object value)
value - allowed object is
Objectpublic Object getPlace()
Objectpublic void setPlace(Object value)
value - allowed object is
Objectpublic Object getEvent()
Objectpublic void setEvent(Object value)
value - allowed object is
Objectpublic SpeakerList getSpeakers()
SpeakerListpublic void setSpeakers(SpeakerList value)
value - allowed object is
SpeakerListpublic SlideList getSlides()
SlideListCopyright © 2011–2015 JRebirth OSS. All rights reserved.