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

public class CellType extends Object

Java class for CellType complex type

.

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


 <complexType name="CellType">
   <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>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CellType

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