Interface CTEqArr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTEqArr extends XmlObject
An XML CT_EqArr(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTEqArr>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTOMathArgaddNewE()Appends and returns a new empty value (as xml) as the last "e" elementCTEqArrPraddNewEqArrPr()Appends and returns a new empty "eqArrPr" elementCTOMathArg[]getEArray()Gets array of all "e" elementsCTOMathArggetEArray(int i)Gets ith "e" elementjava.util.List<CTOMathArg>getEList()Gets a List of "e" elementsCTEqArrPrgetEqArrPr()Gets the "eqArrPr" elementCTOMathArginsertNewE(int i)Inserts and returns a new empty value (as xml) as the ith "e" elementbooleanisSetEqArrPr()True if has "eqArrPr" elementvoidremoveE(int i)Removes the ith "e" elementvoidsetEArray(int i, CTOMathArg e)Sets ith "e" elementvoidsetEArray(CTOMathArg[] eArray)Sets array of all "e" elementvoidsetEqArrPr(CTEqArrPr eqArrPr)Sets the "eqArrPr" elementintsizeOfEArray()Returns number of "e" elementvoidunsetEqArrPr()Unsets the "eqArrPr" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTEqArr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getEqArrPr
CTEqArrPr getEqArrPr()
Gets the "eqArrPr" element
-
isSetEqArrPr
boolean isSetEqArrPr()
True if has "eqArrPr" element
-
setEqArrPr
void setEqArrPr(CTEqArrPr eqArrPr)
Sets the "eqArrPr" element
-
addNewEqArrPr
CTEqArrPr addNewEqArrPr()
Appends and returns a new empty "eqArrPr" element
-
unsetEqArrPr
void unsetEqArrPr()
Unsets the "eqArrPr" element
-
getEList
java.util.List<CTOMathArg> getEList()
Gets a List of "e" elements
-
getEArray
CTOMathArg[] getEArray()
Gets array of all "e" elements
-
getEArray
CTOMathArg getEArray(int i)
Gets ith "e" element
-
sizeOfEArray
int sizeOfEArray()
Returns number of "e" element
-
setEArray
void setEArray(CTOMathArg[] eArray)
Sets array of all "e" element
-
setEArray
void setEArray(int i, CTOMathArg e)Sets ith "e" element
-
insertNewE
CTOMathArg insertNewE(int i)
Inserts and returns a new empty value (as xml) as the ith "e" element
-
addNewE
CTOMathArg addNewE()
Appends and returns a new empty value (as xml) as the last "e" element
-
removeE
void removeE(int i)
Removes the ith "e" element
-
-