Interface CTDynamicFilter
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDynamicFilter extends XmlObject
An XML CT_DynamicFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDynamicFilter.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 doublegetMaxVal()Gets the "maxVal" attributeSTDynamicFilterType.EnumgetType()Gets the "type" attributedoublegetVal()Gets the "val" attributebooleanisSetMaxVal()True if has "maxVal" attributebooleanisSetVal()True if has "val" attributevoidsetMaxVal(double maxVal)Sets the "maxVal" attributevoidsetType(STDynamicFilterType.Enum type)Sets the "type" attributevoidsetVal(double val)Sets the "val" attributevoidunsetMaxVal()Unsets the "maxVal" attributevoidunsetVal()Unsets the "val" attributeXmlDoublexgetMaxVal()Gets (as xml) the "maxVal" attributeSTDynamicFilterTypexgetType()Gets (as xml) the "type" attributeXmlDoublexgetVal()Gets (as xml) the "val" attributevoidxsetMaxVal(XmlDouble maxVal)Sets (as xml) the "maxVal" attributevoidxsetType(STDynamicFilterType type)Sets (as xml) the "type" attributevoidxsetVal(XmlDouble val)Sets (as xml) the "val" 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
-
getType
STDynamicFilterType.Enum getType()
Gets the "type" attribute
-
xgetType
STDynamicFilterType xgetType()
Gets (as xml) the "type" attribute
-
setType
void setType(STDynamicFilterType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STDynamicFilterType type)
Sets (as xml) the "type" attribute
-
getVal
double getVal()
Gets the "val" attribute
-
xgetVal
XmlDouble xgetVal()
Gets (as xml) the "val" attribute
-
isSetVal
boolean isSetVal()
True if has "val" attribute
-
setVal
void setVal(double val)
Sets the "val" attribute
-
xsetVal
void xsetVal(XmlDouble val)
Sets (as xml) the "val" attribute
-
unsetVal
void unsetVal()
Unsets the "val" attribute
-
getMaxVal
double getMaxVal()
Gets the "maxVal" attribute
-
xgetMaxVal
XmlDouble xgetMaxVal()
Gets (as xml) the "maxVal" attribute
-
isSetMaxVal
boolean isSetMaxVal()
True if has "maxVal" attribute
-
setMaxVal
void setMaxVal(double maxVal)
Sets the "maxVal" attribute
-
xsetMaxVal
void xsetMaxVal(XmlDouble maxVal)
Sets (as xml) the "maxVal" attribute
-
unsetMaxVal
void unsetMaxVal()
Unsets the "maxVal" attribute
-
-