Class ListItem
java.lang.Object
org.opendope.SmartArt.dataHierarchy.ListItem
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ImageRefprotected Listprotected SibTransBodyprotected TextBody -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDepth()getId()Gets the value of the id property.Gets the value of the imageRef property.getList()Gets the value of the list property.Gets the value of the sibTransBody property.Gets the value of the textBody property.voidsetDepth(int depth) voidSets the value of the id property.voidsetImageRef(ImageRef value) Sets the value of the imageRef property.voidSets the value of the list property.voidsetSibTransBody(SibTransBody value) Sets the value of the sibTransBody property.voidsetTextBody(TextBody value) Sets the value of the textBody property.
-
Field Details
-
textBody
-
sibTransBody
-
imageRef
-
list
-
id
-
-
Constructor Details
-
ListItem
public ListItem()
-
-
Method Details
-
getTextBody
Gets the value of the textBody property.- Returns:
- possible object is
TextBody
-
setTextBody
Sets the value of the textBody property.- Parameters:
value- allowed object isTextBody
-
getSibTransBody
Gets the value of the sibTransBody property.- Returns:
- possible object is
SibTransBody
-
setSibTransBody
Sets the value of the sibTransBody property.- Parameters:
value- allowed object isSibTransBody
-
getImageRef
Gets the value of the imageRef property.- Returns:
- possible object is
ImageRef
-
setImageRef
Sets the value of the imageRef property.- Parameters:
value- allowed object isImageRef
-
getList
Gets the value of the list property.- Returns:
- possible object is
List
-
setList
Sets the value of the list property.- Parameters:
value- allowed object isList
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDepth
public int getDepth() -
setDepth
public void setDepth(int depth)
-