java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.BodyType

public class BodyType extends Object

Java class for BodyType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="BodyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="Paragraph" type="{http://jurgenei.name/canonical}ParagraphType"/>
         <element name="List" type="{http://jurgenei.name/canonical}ListType"/>
         <element name="Table" type="{http://jurgenei.name/canonical}TableType"/>
         <element name="Link" type="{http://jurgenei.name/canonical}LinkType"/>
         <element name="Reference" type="{http://jurgenei.name/canonical}ReferenceType"/>
         <element name="Diagram" type="{http://jurgenei.name/canonical}DiagramType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • paragraphOrListOrTable

      protected List<Object> paragraphOrListOrTable
  • Constructor Details

    • BodyType

      public BodyType()
  • Method Details

    • getParagraphOrListOrTable

      public List<Object> getParagraphOrListOrTable()
      Gets the value of the paragraphOrListOrTable property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paragraphOrListOrTable property.

      For example, to add a new item, do as follows:

       getParagraphOrListOrTable().add(newItem);
       

      Objects of the following type(s) are allowed in the list DiagramType LinkType ListType ParagraphType ReferenceType TableType

      Returns:
      The value of the paragraphOrListOrTable property.