public class SlideContent extends Object
Java class for SlideContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SlideContent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="item" type="{http://www.jrebirth.org/Presentation}SlideItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="index" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
index |
protected List<SlideItem> |
item |
protected String |
name |
protected String |
style |
protected String |
title |
| Constructor and Description |
|---|
SlideContent() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getIndex()
Gets the value of the index property.
|
List<SlideItem> |
getItem()
Gets the value of the item property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStyle()
Gets the value of the style property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setIndex(BigInteger value)
Sets the value of the index property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
protected String name
protected BigInteger index
protected String style
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic List<SlideItem> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
SlideItem
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getIndex()
BigIntegerpublic void setIndex(BigInteger value)
value - allowed object is
BigIntegerpublic String getStyle()
StringCopyright © 2011–2015 JRebirth OSS. All rights reserved.