Class ListItem

java.lang.Object
org.opendope.SmartArt.dataHierarchy.ListItem

public class ListItem
extends java.lang.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>
 
  • Field Details

  • Constructor Details

  • Method Details

    • getTextBody

      public TextBody getTextBody()
      Gets the value of the textBody property.
      Returns:
      possible object is TextBody
    • setTextBody

      public void setTextBody​(TextBody value)
      Sets the value of the textBody property.
      Parameters:
      value - allowed object is TextBody
    • getSibTransBody

      public SibTransBody getSibTransBody()
      Gets the value of the sibTransBody property.
      Returns:
      possible object is SibTransBody
    • setSibTransBody

      public void setSibTransBody​(SibTransBody value)
      Sets the value of the sibTransBody property.
      Parameters:
      value - allowed object is SibTransBody
    • getImageRef

      public ImageRef getImageRef()
      Gets the value of the imageRef property.
      Returns:
      possible object is ImageRef
    • setImageRef

      public void setImageRef​(ImageRef value)
      Sets the value of the imageRef property.
      Parameters:
      value - allowed object is ImageRef
    • getList

      public List getList()
      Gets the value of the list property.
      Returns:
      possible object is List
    • setList

      public void setList​(List value)
      Sets the value of the list property.
      Parameters:
      value - allowed object is List
    • getId

      public java.lang.String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getDepth

      public int getDepth()
    • setDepth

      public void setDepth​(int depth)