public class SlideItem extends Object
Java class for SlideItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SlideItem">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="level" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="image" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}double" default="1.0" />
<attribute name="html" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="link" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
html |
protected String |
image |
protected Integer |
level |
protected Boolean |
link |
protected Double |
scale |
protected String |
style |
protected String |
value |
| Constructor and Description |
|---|
SlideItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImage()
Gets the value of the image property.
|
int |
getLevel()
Gets the value of the level property.
|
double |
getScale()
Gets the value of the scale property.
|
String |
getStyle()
Gets the value of the style property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isHtml()
Gets the value of the html property.
|
boolean |
isLink()
Gets the value of the link property.
|
void |
setHtml(Boolean value)
Sets the value of the html property.
|
void |
setImage(String value)
Sets the value of the image property.
|
void |
setLevel(Integer value)
Sets the value of the level property.
|
void |
setLink(Boolean value)
Sets the value of the link property.
|
void |
setScale(Double value)
Sets the value of the scale property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer level
protected String image
protected String style
protected Double scale
protected Boolean html
protected Boolean link
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic int getLevel()
Integerpublic void setLevel(Integer value)
value - allowed object is
Integerpublic String getImage()
Stringpublic void setImage(String value)
value - allowed object is
Stringpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic double getScale()
Doublepublic void setScale(Double value)
value - allowed object is
Doublepublic boolean isHtml()
Booleanpublic void setHtml(Boolean value)
value - allowed object is
Booleanpublic boolean isLink()
BooleanCopyright © 2011–2015 JRebirth OSS. All rights reserved.