Interface CTDynamicFilter
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DynamicFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDynamicFilter> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the "maxVal" attributeGets the "maxValIso" attributegetType()Gets the "type" attributedoublegetVal()Gets the "val" attributeGets the "valIso" attributebooleanTrue if has "maxVal" attributebooleanTrue if has "maxValIso" attributebooleanisSetVal()True if has "val" attributebooleanTrue if has "valIso" attributevoidsetMaxVal(double maxVal) Sets the "maxVal" attributevoidsetMaxValIso(Calendar maxValIso) Sets the "maxValIso" attributevoidSets the "type" attributevoidsetVal(double val) Sets the "val" attributevoidSets the "valIso" attributevoidUnsets the "maxVal" attributevoidUnsets the "maxValIso" attributevoidunsetVal()Unsets the "val" attributevoidUnsets the "valIso" attributeGets (as xml) the "maxVal" attributeGets (as xml) the "maxValIso" attributexgetType()Gets (as xml) the "type" attributexgetVal()Gets (as xml) the "val" attributeGets (as xml) the "valIso" attributevoidxsetMaxVal(XmlDouble maxVal) Sets (as xml) the "maxVal" attributevoidxsetMaxValIso(XmlDateTime maxValIso) Sets (as xml) the "maxValIso" attributevoidxsetType(STDynamicFilterType type) Sets (as xml) the "type" attributevoidSets (as xml) the "val" attributevoidxsetValIso(XmlDateTime valIso) Sets (as xml) the "valIso" 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
-
getType
STDynamicFilterType.Enum getType()Gets the "type" attribute -
xgetType
STDynamicFilterType xgetType()Gets (as xml) the "type" attribute -
setType
Sets the "type" attribute -
xsetType
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
Sets (as xml) the "val" attribute -
unsetVal
void unsetVal()Unsets the "val" attribute -
getValIso
Calendar getValIso()Gets the "valIso" attribute -
xgetValIso
XmlDateTime xgetValIso()Gets (as xml) the "valIso" attribute -
isSetValIso
boolean isSetValIso()True if has "valIso" attribute -
setValIso
Sets the "valIso" attribute -
xsetValIso
Sets (as xml) the "valIso" attribute -
unsetValIso
void unsetValIso()Unsets the "valIso" 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
Sets (as xml) the "maxVal" attribute -
unsetMaxVal
void unsetMaxVal()Unsets the "maxVal" attribute -
getMaxValIso
Calendar getMaxValIso()Gets the "maxValIso" attribute -
xgetMaxValIso
XmlDateTime xgetMaxValIso()Gets (as xml) the "maxValIso" attribute -
isSetMaxValIso
boolean isSetMaxValIso()True if has "maxValIso" attribute -
setMaxValIso
Sets the "maxValIso" attribute -
xsetMaxValIso
Sets (as xml) the "maxValIso" attribute -
unsetMaxValIso
void unsetMaxValIso()Unsets the "maxValIso" attribute
-