Interface CTSortCondition
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SortCondition(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSortCondition> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "customList" attributebooleanGets the "descending" attributelonggetDxfId()Gets the "dxfId" attributelongGets the "iconId" attributeGets the "iconSet" attributegetRef()Gets the "ref" attributeGets the "sortBy" attributebooleanTrue if has "customList" attributebooleanTrue if has "descending" attributebooleanTrue if has "dxfId" attributebooleanTrue if has "iconId" attributebooleanTrue if has "iconSet" attributebooleanTrue if has "sortBy" attributevoidsetCustomList(String customList) Sets the "customList" attributevoidsetDescending(boolean descending) Sets the "descending" attributevoidsetDxfId(long dxfId) Sets the "dxfId" attributevoidsetIconId(long iconId) Sets the "iconId" attributevoidsetIconSet(STIconSetType.Enum iconSet) Sets the "iconSet" attributevoidSets the "ref" attributevoidsetSortBy(STSortBy.Enum sortBy) Sets the "sortBy" attributevoidUnsets the "customList" attributevoidUnsets the "descending" attributevoidUnsets the "dxfId" attributevoidUnsets the "iconId" attributevoidUnsets the "iconSet" attributevoidUnsets the "sortBy" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "customList" attributeGets (as xml) the "descending" attributeGets (as xml) the "dxfId" attributeGets (as xml) the "iconId" attributeGets (as xml) the "iconSet" attributexgetRef()Gets (as xml) the "ref" attributeGets (as xml) the "sortBy" attributevoidxsetCustomList(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring customList) Sets (as xml) the "customList" attributevoidxsetDescending(XmlBoolean descending) Sets (as xml) the "descending" attributevoidSets (as xml) the "dxfId" attributevoidxsetIconId(XmlUnsignedInt iconId) Sets (as xml) the "iconId" attributevoidxsetIconSet(STIconSetType iconSet) Sets (as xml) the "iconSet" attributevoidSets (as xml) the "ref" attributevoidxsetSortBy(STSortBy sortBy) Sets (as xml) the "sortBy" 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
-
getDescending
boolean getDescending()Gets the "descending" attribute -
xgetDescending
XmlBoolean xgetDescending()Gets (as xml) the "descending" attribute -
isSetDescending
boolean isSetDescending()True if has "descending" attribute -
setDescending
void setDescending(boolean descending) Sets the "descending" attribute -
xsetDescending
Sets (as xml) the "descending" attribute -
unsetDescending
void unsetDescending()Unsets the "descending" attribute -
getSortBy
STSortBy.Enum getSortBy()Gets the "sortBy" attribute -
xgetSortBy
STSortBy xgetSortBy()Gets (as xml) the "sortBy" attribute -
isSetSortBy
boolean isSetSortBy()True if has "sortBy" attribute -
setSortBy
Sets the "sortBy" attribute -
xsetSortBy
Sets (as xml) the "sortBy" attribute -
unsetSortBy
void unsetSortBy()Unsets the "sortBy" attribute -
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STRef xgetRef()Gets (as xml) the "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute -
getCustomList
String getCustomList()Gets the "customList" attribute -
xgetCustomList
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCustomList()Gets (as xml) the "customList" attribute -
isSetCustomList
boolean isSetCustomList()True if has "customList" attribute -
setCustomList
Sets the "customList" attribute -
unsetCustomList
void unsetCustomList()Unsets the "customList" attribute -
getDxfId
long getDxfId()Gets the "dxfId" attribute -
xgetDxfId
STDxfId xgetDxfId()Gets (as xml) the "dxfId" attribute -
isSetDxfId
boolean isSetDxfId()True if has "dxfId" attribute -
setDxfId
void setDxfId(long dxfId) Sets the "dxfId" attribute -
xsetDxfId
Sets (as xml) the "dxfId" attribute -
unsetDxfId
void unsetDxfId()Unsets the "dxfId" attribute -
getIconSet
STIconSetType.Enum getIconSet()Gets the "iconSet" attribute -
xgetIconSet
STIconSetType xgetIconSet()Gets (as xml) the "iconSet" attribute -
isSetIconSet
boolean isSetIconSet()True if has "iconSet" attribute -
setIconSet
Sets the "iconSet" attribute -
xsetIconSet
Sets (as xml) the "iconSet" attribute -
unsetIconSet
void unsetIconSet()Unsets the "iconSet" attribute -
getIconId
long getIconId()Gets the "iconId" attribute -
xgetIconId
XmlUnsignedInt xgetIconId()Gets (as xml) the "iconId" attribute -
isSetIconId
boolean isSetIconId()True if has "iconId" attribute -
setIconId
void setIconId(long iconId) Sets the "iconId" attribute -
xsetIconId
Sets (as xml) the "iconId" attribute -
unsetIconId
void unsetIconId()Unsets the "iconId" attribute
-