Interface CTIconFilter
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTIconFilter extends XmlObject
An XML CT_IconFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTIconFilter>Factorystatic 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 longgetIconId()Gets the "iconId" attributeSTIconSetType.EnumgetIconSet()Gets the "iconSet" attributebooleanisSetIconId()True if has "iconId" attributevoidsetIconId(long iconId)Sets the "iconId" attributevoidsetIconSet(STIconSetType.Enum iconSet)Sets the "iconSet" attributevoidunsetIconId()Unsets the "iconId" attributeXmlUnsignedIntxgetIconId()Gets (as xml) the "iconId" attributeSTIconSetTypexgetIconSet()Gets (as xml) the "iconSet" attributevoidxsetIconId(XmlUnsignedInt iconId)Sets (as xml) the "iconId" attributevoidxsetIconSet(STIconSetType iconSet)Sets (as xml) the "iconSet" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTIconFilter> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getIconSet
STIconSetType.Enum getIconSet()
Gets the "iconSet" attribute
-
xgetIconSet
STIconSetType xgetIconSet()
Gets (as xml) the "iconSet" attribute
-
setIconSet
void setIconSet(STIconSetType.Enum iconSet)
Sets the "iconSet" attribute
-
xsetIconSet
void xsetIconSet(STIconSetType iconSet)
Sets (as xml) 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
-
-