Class ParagraphType

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

public class ParagraphType extends Object

Java class for ParagraphType complex type

.

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


 <complexType name="ParagraphType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <any processContents='lax' namespace='http://www.w3.org/1998/Math/MathML'/>
       </choice>
       <attribute name="source-path" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • textOrAny

      protected List<Object> textOrAny
    • sourcePath

      protected String sourcePath
    • label

      protected String label
  • Constructor Details

    • ParagraphType

      public ParagraphType()
  • Method Details

    • getTextOrAny

      public List<Object> getTextOrAny()
      Gets the value of the textOrAny 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 textOrAny property.

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

       getTextOrAny().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<String> Object Element

      Returns:
      The value of the textOrAny property.
    • getSourcePath

      public String getSourcePath()
      Gets the value of the sourcePath property.
      Returns:
      possible object is String
    • setSourcePath

      public void setSourcePath(String value)
      Sets the value of the sourcePath property.
      Parameters:
      value - allowed object is String
    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String