Interface CTSet
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSet extends XmlObject
An XML CT_Set(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTSet.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 Deprecated Methods Modifier and Type Method Description CTTuples
addNewSortByTuple()
Appends and returns a new empty "sortByTuple" elementCTTuples
addNewTpls()
Appends and returns a new empty value (as xml) as the last "tpls" elementlong
getCount()
Gets the "count" attributeint
getMaxRank()
Gets the "maxRank" attributeboolean
getQueryFailed()
Gets the "queryFailed" attributejava.lang.String
getSetDefinition()
Gets the "setDefinition" attributeCTTuples
getSortByTuple()
Gets the "sortByTuple" elementSTSortType.Enum
getSortType()
Gets the "sortType" attributeCTTuples[]
getTplsArray()
Deprecated.CTTuples
getTplsArray(int i)
Gets ith "tpls" elementjava.util.List<CTTuples>
getTplsList()
Gets a List of "tpls" elementsCTTuples
insertNewTpls(int i)
Inserts and returns a new empty value (as xml) as the ith "tpls" elementboolean
isSetCount()
True if has "count" attributeboolean
isSetQueryFailed()
True if has "queryFailed" attributeboolean
isSetSortByTuple()
True if has "sortByTuple" elementboolean
isSetSortType()
True if has "sortType" attributevoid
removeTpls(int i)
Removes the ith "tpls" elementvoid
setCount(long count)
Sets the "count" attributevoid
setMaxRank(int maxRank)
Sets the "maxRank" attributevoid
setQueryFailed(boolean queryFailed)
Sets the "queryFailed" attributevoid
setSetDefinition(java.lang.String setDefinition)
Sets the "setDefinition" attributevoid
setSortByTuple(CTTuples sortByTuple)
Sets the "sortByTuple" elementvoid
setSortType(STSortType.Enum sortType)
Sets the "sortType" attributevoid
setTplsArray(int i, CTTuples tpls)
Sets ith "tpls" elementvoid
setTplsArray(CTTuples[] tplsArray)
Sets array of all "tpls" elementint
sizeOfTplsArray()
Returns number of "tpls" elementvoid
unsetCount()
Unsets the "count" attributevoid
unsetQueryFailed()
Unsets the "queryFailed" attributevoid
unsetSortByTuple()
Unsets the "sortByTuple" elementvoid
unsetSortType()
Unsets the "sortType" attributeXmlUnsignedInt
xgetCount()
Gets (as xml) the "count" attributeXmlInt
xgetMaxRank()
Gets (as xml) the "maxRank" attributeXmlBoolean
xgetQueryFailed()
Gets (as xml) the "queryFailed" attributeSTXstring
xgetSetDefinition()
Gets (as xml) the "setDefinition" attributeSTSortType
xgetSortType()
Gets (as xml) the "sortType" attributevoid
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attributevoid
xsetMaxRank(XmlInt maxRank)
Sets (as xml) the "maxRank" attributevoid
xsetQueryFailed(XmlBoolean queryFailed)
Sets (as xml) the "queryFailed" attributevoid
xsetSetDefinition(STXstring setDefinition)
Sets (as xml) the "setDefinition" attributevoid
xsetSortType(STSortType sortType)
Sets (as xml) the "sortType" 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
-
getTplsList
java.util.List<CTTuples> getTplsList()
Gets a List of "tpls" elements
-
getTplsArray
@Deprecated CTTuples[] getTplsArray()
Deprecated.Gets array of all "tpls" elements
-
getTplsArray
CTTuples getTplsArray(int i)
Gets ith "tpls" element
-
sizeOfTplsArray
int sizeOfTplsArray()
Returns number of "tpls" element
-
setTplsArray
void setTplsArray(CTTuples[] tplsArray)
Sets array of all "tpls" element
-
setTplsArray
void setTplsArray(int i, CTTuples tpls)
Sets ith "tpls" element
-
insertNewTpls
CTTuples insertNewTpls(int i)
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
void setSortByTuple(CTTuples sortByTuple)
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
void xsetCount(XmlUnsignedInt count)
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
void xsetMaxRank(XmlInt maxRank)
Sets (as xml) the "maxRank" attribute
-
getSetDefinition
java.lang.String getSetDefinition()
Gets the "setDefinition" attribute
-
xgetSetDefinition
STXstring xgetSetDefinition()
Gets (as xml) the "setDefinition" attribute
-
setSetDefinition
void setSetDefinition(java.lang.String setDefinition)
Sets the "setDefinition" attribute
-
xsetSetDefinition
void xsetSetDefinition(STXstring setDefinition)
Sets (as xml) 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
void setSortType(STSortType.Enum sortType)
Sets the "sortType" attribute
-
xsetSortType
void xsetSortType(STSortType sortType)
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
void xsetQueryFailed(XmlBoolean queryFailed)
Sets (as xml) the "queryFailed" attribute
-
unsetQueryFailed
void unsetQueryFailed()
Unsets the "queryFailed" attribute
-
-