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 classCTSet.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 Deprecated Methods Modifier and Type Method Description CTTuplesaddNewSortByTuple()Appends and returns a new empty "sortByTuple" elementCTTuplesaddNewTpls()Appends and returns a new empty value (as xml) as the last "tpls" elementlonggetCount()Gets the "count" attributeintgetMaxRank()Gets the "maxRank" attributebooleangetQueryFailed()Gets the "queryFailed" attributejava.lang.StringgetSetDefinition()Gets the "setDefinition" attributeCTTuplesgetSortByTuple()Gets the "sortByTuple" elementSTSortType.EnumgetSortType()Gets the "sortType" attributeCTTuples[]getTplsArray()Deprecated.CTTuplesgetTplsArray(int i)Gets ith "tpls" elementjava.util.List<CTTuples>getTplsList()Gets a List of "tpls" elementsCTTuplesinsertNewTpls(int i)Inserts and returns a new empty value (as xml) as the ith "tpls" elementbooleanisSetCount()True if has "count" attributebooleanisSetQueryFailed()True if has "queryFailed" attributebooleanisSetSortByTuple()True if has "sortByTuple" elementbooleanisSetSortType()True 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(java.lang.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" elementintsizeOfTplsArray()Returns number of "tpls" elementvoidunsetCount()Unsets the "count" attributevoidunsetQueryFailed()Unsets the "queryFailed" attributevoidunsetSortByTuple()Unsets the "sortByTuple" elementvoidunsetSortType()Unsets the "sortType" attributeXmlUnsignedIntxgetCount()Gets (as xml) the "count" attributeXmlIntxgetMaxRank()Gets (as xml) the "maxRank" attributeXmlBooleanxgetQueryFailed()Gets (as xml) the "queryFailed" attributeSTXstringxgetSetDefinition()Gets (as xml) the "setDefinition" attributeSTSortTypexgetSortType()Gets (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(STXstring setDefinition)Sets (as xml) the "setDefinition" attributevoidxsetSortType(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
-
-