Interface CTSortState
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSortState extends XmlObject
An XML CT_SortState(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSortState.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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTSortConditionaddNewSortCondition()Appends and returns a new empty value (as xml) as the last "sortCondition" elementbooleangetCaseSensitive()Gets the "caseSensitive" attributebooleangetColumnSort()Gets the "columnSort" attributeCTExtensionListgetExtLst()Gets the "extLst" elementjava.lang.StringgetRef()Gets the "ref" attributeCTSortCondition[]getSortConditionArray()Deprecated.CTSortConditiongetSortConditionArray(int i)Gets ith "sortCondition" elementjava.util.List<CTSortCondition>getSortConditionList()Gets a List of "sortCondition" elementsSTSortMethod.EnumgetSortMethod()Gets the "sortMethod" attributeCTSortConditioninsertNewSortCondition(int i)Inserts and returns a new empty value (as xml) as the ith "sortCondition" elementbooleanisSetCaseSensitive()True if has "caseSensitive" attributebooleanisSetColumnSort()True if has "columnSort" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetSortMethod()True if has "sortMethod" attributevoidremoveSortCondition(int i)Removes the ith "sortCondition" elementvoidsetCaseSensitive(boolean caseSensitive)Sets the "caseSensitive" attributevoidsetColumnSort(boolean columnSort)Sets the "columnSort" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetSortConditionArray(int i, CTSortCondition sortCondition)Sets ith "sortCondition" elementvoidsetSortConditionArray(CTSortCondition[] sortConditionArray)Sets array of all "sortCondition" elementvoidsetSortMethod(STSortMethod.Enum sortMethod)Sets the "sortMethod" attributeintsizeOfSortConditionArray()Returns number of "sortCondition" elementvoidunsetCaseSensitive()Unsets the "caseSensitive" attributevoidunsetColumnSort()Unsets the "columnSort" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetSortMethod()Unsets the "sortMethod" attributeXmlBooleanxgetCaseSensitive()Gets (as xml) the "caseSensitive" attributeXmlBooleanxgetColumnSort()Gets (as xml) the "columnSort" attributeSTRefxgetRef()Gets (as xml) the "ref" attributeSTSortMethodxgetSortMethod()Gets (as xml) the "sortMethod" attributevoidxsetCaseSensitive(XmlBoolean caseSensitive)Sets (as xml) the "caseSensitive" attributevoidxsetColumnSort(XmlBoolean columnSort)Sets (as xml) the "columnSort" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attributevoidxsetSortMethod(STSortMethod sortMethod)Sets (as xml) the "sortMethod" 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
-
getSortConditionList
java.util.List<CTSortCondition> getSortConditionList()
Gets a List of "sortCondition" elements
-
getSortConditionArray
@Deprecated CTSortCondition[] getSortConditionArray()
Deprecated.Gets array of all "sortCondition" elements
-
getSortConditionArray
CTSortCondition getSortConditionArray(int i)
Gets ith "sortCondition" element
-
sizeOfSortConditionArray
int sizeOfSortConditionArray()
Returns number of "sortCondition" element
-
setSortConditionArray
void setSortConditionArray(CTSortCondition[] sortConditionArray)
Sets array of all "sortCondition" element
-
setSortConditionArray
void setSortConditionArray(int i, CTSortCondition sortCondition)Sets ith "sortCondition" element
-
insertNewSortCondition
CTSortCondition insertNewSortCondition(int i)
Inserts and returns a new empty value (as xml) as the ith "sortCondition" element
-
addNewSortCondition
CTSortCondition addNewSortCondition()
Appends and returns a new empty value (as xml) as the last "sortCondition" element
-
removeSortCondition
void removeSortCondition(int i)
Removes the ith "sortCondition" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getColumnSort
boolean getColumnSort()
Gets the "columnSort" attribute
-
xgetColumnSort
XmlBoolean xgetColumnSort()
Gets (as xml) the "columnSort" attribute
-
isSetColumnSort
boolean isSetColumnSort()
True if has "columnSort" attribute
-
setColumnSort
void setColumnSort(boolean columnSort)
Sets the "columnSort" attribute
-
xsetColumnSort
void xsetColumnSort(XmlBoolean columnSort)
Sets (as xml) the "columnSort" attribute
-
unsetColumnSort
void unsetColumnSort()
Unsets the "columnSort" attribute
-
getCaseSensitive
boolean getCaseSensitive()
Gets the "caseSensitive" attribute
-
xgetCaseSensitive
XmlBoolean xgetCaseSensitive()
Gets (as xml) the "caseSensitive" attribute
-
isSetCaseSensitive
boolean isSetCaseSensitive()
True if has "caseSensitive" attribute
-
setCaseSensitive
void setCaseSensitive(boolean caseSensitive)
Sets the "caseSensitive" attribute
-
xsetCaseSensitive
void xsetCaseSensitive(XmlBoolean caseSensitive)
Sets (as xml) the "caseSensitive" attribute
-
unsetCaseSensitive
void unsetCaseSensitive()
Unsets the "caseSensitive" attribute
-
getSortMethod
STSortMethod.Enum getSortMethod()
Gets the "sortMethod" attribute
-
xgetSortMethod
STSortMethod xgetSortMethod()
Gets (as xml) the "sortMethod" attribute
-
isSetSortMethod
boolean isSetSortMethod()
True if has "sortMethod" attribute
-
setSortMethod
void setSortMethod(STSortMethod.Enum sortMethod)
Sets the "sortMethod" attribute
-
xsetSortMethod
void xsetSortMethod(STSortMethod sortMethod)
Sets (as xml) the "sortMethod" attribute
-
unsetSortMethod
void unsetSortMethod()
Unsets the "sortMethod" attribute
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
Sets (as xml) the "ref" attribute
-
-