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 Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String id  
    protected ImageRef imageRef  
    protected List list  
    protected SibTransBody sibTransBody  
    protected TextBody textBody  
  • Constructor Summary

    Constructors
    Constructor Description
    ListItem()  
  • Method Summary

    Modifier and Type Method Description
    int getDepth()  
    java.lang.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​(java.lang.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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • textBody

      protected TextBody textBody
    • sibTransBody

      protected SibTransBody sibTransBody
    • imageRef

      protected ImageRef imageRef
    • list

      protected List list
    • id

      protected java.lang.String id
  • Constructor Details

    • ListItem

      public ListItem()
  • 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)