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 class
CTQuery.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTTuples
addNewTpls()
Appends and returns a new empty "tpls" elementjava.lang.String
getMdx()
Gets the "mdx" attributeCTTuples
getTpls()
Gets the "tpls" elementboolean
isSetTpls()
True if has "tpls" elementvoid
setMdx(java.lang.String mdx)
Sets the "mdx" attributevoid
setTpls(CTTuples tpls)
Sets the "tpls" elementvoid
unsetTpls()
Unsets the "tpls" elementSTXstring
xgetMdx()
Gets (as xml) the "mdx" attributevoid
xsetMdx(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
-
-