Interface CTSortCondition
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSortCondition extends XmlObject
An XML CT_SortCondition(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSortCondition.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 Modifier and Type Method Description StringgetCustomList()Gets the "customList" attributebooleangetDescending()Gets the "descending" attributelonggetDxfId()Gets the "dxfId" attributelonggetIconId()Gets the "iconId" attributeSTIconSetType.EnumgetIconSet()Gets the "iconSet" attributeStringgetRef()Gets the "ref" attributeSTSortBy.EnumgetSortBy()Gets the "sortBy" attributebooleanisSetCustomList()True if has "customList" attributebooleanisSetDescending()True if has "descending" attributebooleanisSetDxfId()True if has "dxfId" attributebooleanisSetIconId()True if has "iconId" attributebooleanisSetIconSet()True if has "iconSet" attributebooleanisSetSortBy()True 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" attributevoidsetRef(String ref)Sets the "ref" attributevoidsetSortBy(STSortBy.Enum sortBy)Sets the "sortBy" attributevoidunsetCustomList()Unsets the "customList" attributevoidunsetDescending()Unsets the "descending" attributevoidunsetDxfId()Unsets the "dxfId" attributevoidunsetIconId()Unsets the "iconId" attributevoidunsetIconSet()Unsets the "iconSet" attributevoidunsetSortBy()Unsets the "sortBy" attributeSTXstringxgetCustomList()Gets (as xml) the "customList" attributeXmlBooleanxgetDescending()Gets (as xml) the "descending" attributeSTDxfIdxgetDxfId()Gets (as xml) the "dxfId" attributeXmlUnsignedIntxgetIconId()Gets (as xml) the "iconId" attributeSTIconSetTypexgetIconSet()Gets (as xml) the "iconSet" attributeSTRefxgetRef()Gets (as xml) the "ref" attributeSTSortByxgetSortBy()Gets (as xml) the "sortBy" attributevoidxsetCustomList(STXstring customList)Sets (as xml) the "customList" attributevoidxsetDescending(XmlBoolean descending)Sets (as xml) the "descending" attributevoidxsetDxfId(STDxfId dxfId)Sets (as xml) the "dxfId" attributevoidxsetIconId(XmlUnsignedInt iconId)Sets (as xml) the "iconId" attributevoidxsetIconSet(STIconSetType iconSet)Sets (as xml) the "iconSet" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attributevoidxsetSortBy(STSortBy sortBy)Sets (as xml) the "sortBy" 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
-
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
void xsetDescending(XmlBoolean descending)
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
void setSortBy(STSortBy.Enum sortBy)
Sets the "sortBy" attribute
-
xsetSortBy
void xsetSortBy(STSortBy sortBy)
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
void setRef(String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
Sets (as xml) the "ref" attribute
-
getCustomList
String getCustomList()
Gets the "customList" attribute
-
xgetCustomList
STXstring xgetCustomList()
Gets (as xml) the "customList" attribute
-
isSetCustomList
boolean isSetCustomList()
True if has "customList" attribute
-
setCustomList
void setCustomList(String customList)
Sets the "customList" attribute
-
xsetCustomList
void xsetCustomList(STXstring customList)
Sets (as xml) 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
void xsetDxfId(STDxfId dxfId)
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
void setIconSet(STIconSetType.Enum iconSet)
Sets the "iconSet" attribute
-
xsetIconSet
void xsetIconSet(STIconSetType iconSet)
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
void xsetIconId(XmlUnsignedInt iconId)
Sets (as xml) the "iconId" attribute
-
unsetIconId
void unsetIconId()
Unsets the "iconId" attribute
-
-