Interface CTSet
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Set(@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 "sortByTuple" elementAppends and returns a new empty value (as xml) as the last "tpls" elementlonggetCount()Gets the "count" attributeintGets the "maxRank" attributebooleanGets the "queryFailed" attributeGets the "setDefinition" attributeGets the "sortByTuple" elementGets the "sortType" attributeCTTuples[]Gets array of all "tpls" elementsgetTplsArray(int i) Gets ith "tpls" elementGets a List of "tpls" elementsinsertNewTpls(int i) Inserts and returns a new empty value (as xml) as the ith "tpls" elementbooleanTrue if has "count" attributebooleanTrue if has "queryFailed" attributebooleanTrue if has "sortByTuple" elementbooleanTrue if has "sortType" attributevoidremoveTpls(int i) Removes the ith "tpls" elementvoidsetCount(long count) Sets the "count" attributevoidsetMaxRank(int maxRank) Sets the "maxRank" attributevoidsetQueryFailed(boolean queryFailed) Sets the "queryFailed" attributevoidsetSetDefinition(String setDefinition) Sets the "setDefinition" attributevoidsetSortByTuple(CTTuples sortByTuple) Sets the "sortByTuple" elementvoidsetSortType(STSortType.Enum sortType) Sets the "sortType" attributevoidsetTplsArray(int i, CTTuples tpls) Sets ith "tpls" elementvoidsetTplsArray(CTTuples[] tplsArray) Sets array of all "tpls" elementintReturns number of "tpls" elementvoidUnsets the "count" attributevoidUnsets the "queryFailed" attributevoidUnsets the "sortByTuple" elementvoidUnsets the "sortType" attributeGets (as xml) the "count" attributeGets (as xml) the "maxRank" attributeGets (as xml) the "queryFailed" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "setDefinition" attributeGets (as xml) the "sortType" attributevoidxsetCount(XmlUnsignedInt count) Sets (as xml) the "count" attributevoidxsetMaxRank(XmlInt maxRank) Sets (as xml) the "maxRank" attributevoidxsetQueryFailed(XmlBoolean queryFailed) Sets (as xml) the "queryFailed" attributevoidxsetSetDefinition(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring setDefinition) Sets (as xml) the "setDefinition" attributevoidxsetSortType(STSortType sortType) Sets (as xml) the "sortType" 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
-
getTplsList
Gets a List of "tpls" elements -
getTplsArray
CTTuples[] getTplsArray()Gets array of all "tpls" elements -
getTplsArray
Gets ith "tpls" element -
sizeOfTplsArray
int sizeOfTplsArray()Returns number of "tpls" element -
setTplsArray
Sets array of all "tpls" element -
setTplsArray
Sets ith "tpls" element -
insertNewTpls
Inserts and returns a new empty value (as xml) as the ith "tpls" element -
addNewTpls
CTTuples addNewTpls()Appends and returns a new empty value (as xml) as the last "tpls" element -
removeTpls
void removeTpls(int i) Removes the ith "tpls" element -
getSortByTuple
CTTuples getSortByTuple()Gets the "sortByTuple" element -
isSetSortByTuple
boolean isSetSortByTuple()True if has "sortByTuple" element -
setSortByTuple
Sets the "sortByTuple" element -
addNewSortByTuple
CTTuples addNewSortByTuple()Appends and returns a new empty "sortByTuple" element -
unsetSortByTuple
void unsetSortByTuple()Unsets the "sortByTuple" element -
getCount
long getCount()Gets the "count" attribute -
xgetCount
XmlUnsignedInt xgetCount()Gets (as xml) the "count" attribute -
isSetCount
boolean isSetCount()True if has "count" attribute -
setCount
void setCount(long count) Sets the "count" attribute -
xsetCount
Sets (as xml) the "count" attribute -
unsetCount
void unsetCount()Unsets the "count" attribute -
getMaxRank
int getMaxRank()Gets the "maxRank" attribute -
xgetMaxRank
XmlInt xgetMaxRank()Gets (as xml) the "maxRank" attribute -
setMaxRank
void setMaxRank(int maxRank) Sets the "maxRank" attribute -
xsetMaxRank
Sets (as xml) the "maxRank" attribute -
getSetDefinition
String getSetDefinition()Gets the "setDefinition" attribute -
xgetSetDefinition
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetSetDefinition()Gets (as xml) the "setDefinition" attribute -
setSetDefinition
Sets the "setDefinition" attribute -
getSortType
STSortType.Enum getSortType()Gets the "sortType" attribute -
xgetSortType
STSortType xgetSortType()Gets (as xml) the "sortType" attribute -
isSetSortType
boolean isSetSortType()True if has "sortType" attribute -
setSortType
Sets the "sortType" attribute -
xsetSortType
Sets (as xml) the "sortType" attribute -
unsetSortType
void unsetSortType()Unsets the "sortType" attribute -
getQueryFailed
boolean getQueryFailed()Gets the "queryFailed" attribute -
xgetQueryFailed
XmlBoolean xgetQueryFailed()Gets (as xml) the "queryFailed" attribute -
isSetQueryFailed
boolean isSetQueryFailed()True if has "queryFailed" attribute -
setQueryFailed
void setQueryFailed(boolean queryFailed) Sets the "queryFailed" attribute -
xsetQueryFailed
Sets (as xml) the "queryFailed" attribute -
unsetQueryFailed
void unsetQueryFailed()Unsets the "queryFailed" attribute
-