Interface CTQuery
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Query(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
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 TypeMethodDescriptionAppends and returns a new empty "tpls" elementgetMdx()Gets the "mdx" attributegetTpls()Gets the "tpls" elementbooleanTrue if has "tpls" elementvoidSets the "mdx" attributevoidSets the "tpls" elementvoidUnsets the "tpls" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetMdx()Gets (as xml) the "mdx" attributevoidxsetMdx(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring mdx) Sets (as xml) the "mdx" attributeMethods 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
-
getTpls
CTTuples getTpls()Gets the "tpls" element -
isSetTpls
boolean isSetTpls()True if has "tpls" element -
setTpls
Sets the "tpls" element -
addNewTpls
CTTuples addNewTpls()Appends and returns a new empty "tpls" element -
unsetTpls
void unsetTpls()Unsets the "tpls" element -
getMdx
String getMdx()Gets the "mdx" attribute -
xgetMdx
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetMdx()Gets (as xml) the "mdx" attribute -
setMdx
Sets the "mdx" attribute
-