Interface CTMCPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTMCPr extends XmlObject
An XML CT_MCPr(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTMCPr>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 CTInteger255addNewCount()Appends and returns a new empty "count" elementCTXAlignaddNewMcJc()Appends and returns a new empty "mcJc" elementCTInteger255getCount()Gets the "count" elementCTXAligngetMcJc()Gets the "mcJc" elementbooleanisSetCount()True if has "count" elementbooleanisSetMcJc()True if has "mcJc" elementvoidsetCount(CTInteger255 count)Sets the "count" elementvoidsetMcJc(CTXAlign mcJc)Sets the "mcJc" elementvoidunsetCount()Unsets the "count" elementvoidunsetMcJc()Unsets the "mcJc" 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<CTMCPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getCount
CTInteger255 getCount()
Gets the "count" element
-
isSetCount
boolean isSetCount()
True if has "count" element
-
setCount
void setCount(CTInteger255 count)
Sets the "count" element
-
addNewCount
CTInteger255 addNewCount()
Appends and returns a new empty "count" element
-
unsetCount
void unsetCount()
Unsets the "count" element
-
getMcJc
CTXAlign getMcJc()
Gets the "mcJc" element
-
isSetMcJc
boolean isSetMcJc()
True if has "mcJc" element
-
setMcJc
void setMcJc(CTXAlign mcJc)
Sets the "mcJc" element
-
addNewMcJc
CTXAlign addNewMcJc()
Appends and returns a new empty "mcJc" element
-
unsetMcJc
void unsetMcJc()
Unsets the "mcJc" element
-
-