public class SlideList extends Object
Java class for SlideList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SlideList"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="slide" type="{http://www.jrebirth.org/Presentation}Slide" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="defaultModelClass" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
defaultModelClass |
protected List<Slide> |
slide |
Constructor and Description |
---|
SlideList() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultModelClass()
Gets the value of the defaultModelClass property.
|
List<Slide> |
getSlide()
Gets the value of the slide property.
|
void |
setDefaultModelClass(String value)
Sets the value of the defaultModelClass property.
|
protected String defaultModelClass
public SlideList()
public List<Slide> getSlide()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the slide property.
For example, to add a new item, do as follows:
getSlide().add(newItem);
Objects of the following type(s) are allowed in the list
Slide
public String getDefaultModelClass()
String
public void setDefaultModelClass(String value)
value
- allowed object is
String
Copyright © 2011–2016 JRebirth OSS. All rights reserved.