Interface CTMCS
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_MCS(@http://schemas.openxmlformats.org/officeDocument/2006/math).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewMc()Appends and returns a new empty value (as xml) as the last "mc" elementCTMC[]Gets array of all "mc" elementsgetMcArray(int i) Gets ith "mc" elementGets a List of "mc" elementsinsertNewMc(int i) Inserts and returns a new empty value (as xml) as the ith "mc" elementvoidremoveMc(int i) Removes the ith "mc" elementvoidsetMcArray(int i, CTMC mc) Sets ith "mc" elementvoidsetMcArray(CTMC[] mcArray) Sets array of all "mc" elementintReturns number of "mc" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getMcList
Gets a List of "mc" elements -
getMcArray
CTMC[] getMcArray()Gets array of all "mc" elements -
getMcArray
Gets ith "mc" element -
sizeOfMcArray
int sizeOfMcArray()Returns number of "mc" element -
setMcArray
Sets array of all "mc" element -
setMcArray
Sets ith "mc" element -
insertNewMc
Inserts and returns a new empty value (as xml) as the ith "mc" element -
addNewMc
CTMC addNewMc()Appends and returns a new empty value (as xml) as the last "mc" element -
removeMc
void removeMc(int i) Removes the ith "mc" element
-