Class BodyType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.BodyType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paragraphOrListOrTable property.
-
Field Details
-
paragraphOrListOrTable
-
-
Constructor Details
-
BodyType
public BodyType()
-
-
Method Details
-
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
setmethod 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
DiagramTypeLinkTypeListTypeParagraphTypeReferenceTypeTableType- Returns:
- The value of the paragraphOrListOrTable property.
-