public class ListItem extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://opendope.org/SmartArt/DataHierarchy}textBody"/>
<element ref="{http://opendope.org/SmartArt/DataHierarchy}sibTransBody" minOccurs="0"/>
<element ref="{http://opendope.org/SmartArt/DataHierarchy}imageRef" minOccurs="0"/>
<element ref="{http://opendope.org/SmartArt/DataHierarchy}list" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected ImageRef |
imageRef |
protected List |
list |
protected SibTransBody |
sibTransBody |
protected TextBody |
textBody |
| Constructor and Description |
|---|
ListItem() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
String |
getId()
Gets the value of the id property.
|
ImageRef |
getImageRef()
Gets the value of the imageRef property.
|
List |
getList()
Gets the value of the list property.
|
SibTransBody |
getSibTransBody()
Gets the value of the sibTransBody property.
|
TextBody |
getTextBody()
Gets the value of the textBody property.
|
void |
setDepth(int depth) |
void |
setId(String value)
Sets the value of the id property.
|
void |
setImageRef(ImageRef value)
Sets the value of the imageRef property.
|
void |
setList(List value)
Sets the value of the list property.
|
void |
setSibTransBody(SibTransBody value)
Sets the value of the sibTransBody property.
|
void |
setTextBody(TextBody value)
Sets the value of the textBody property.
|
protected TextBody textBody
protected SibTransBody sibTransBody
protected ImageRef imageRef
protected List list
protected String id
public TextBody getTextBody()
TextBodypublic void setTextBody(TextBody value)
value - allowed object is
TextBodypublic SibTransBody getSibTransBody()
SibTransBodypublic void setSibTransBody(SibTransBody value)
value - allowed object is
SibTransBodypublic ImageRef getImageRef()
ImageRefpublic void setImageRef(ImageRef value)
value - allowed object is
ImageRefpublic void setList(List value)
value - allowed object is
Listpublic void setId(String value)
value - allowed object is
Stringpublic int getDepth()
public void setDepth(int depth)
Copyright © 2007-2022. All Rights Reserved.