Interface CTQuery
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTQuery extends XmlObject
An XML CT_Query(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTQuery.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 CTTuplesaddNewTpls()Appends and returns a new empty "tpls" elementjava.lang.StringgetMdx()Gets the "mdx" attributeCTTuplesgetTpls()Gets the "tpls" elementbooleanisSetTpls()True if has "tpls" elementvoidsetMdx(java.lang.String mdx)Sets the "mdx" attributevoidsetTpls(CTTuples tpls)Sets the "tpls" elementvoidunsetTpls()Unsets the "tpls" elementSTXstringxgetMdx()Gets (as xml) the "mdx" attributevoidxsetMdx(STXstring mdx)Sets (as xml) the "mdx" attribute-
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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTpls
CTTuples getTpls()
Gets the "tpls" element
-
isSetTpls
boolean isSetTpls()
True if has "tpls" element
-
setTpls
void setTpls(CTTuples tpls)
Sets the "tpls" element
-
addNewTpls
CTTuples addNewTpls()
Appends and returns a new empty "tpls" element
-
unsetTpls
void unsetTpls()
Unsets the "tpls" element
-
getMdx
java.lang.String getMdx()
Gets the "mdx" attribute
-
xgetMdx
STXstring xgetMdx()
Gets (as xml) the "mdx" attribute
-
setMdx
void setMdx(java.lang.String mdx)
Sets the "mdx" attribute
-
xsetMdx
void xsetMdx(STXstring mdx)
Sets (as xml) the "mdx" attribute
-
-