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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTDynamicFilter>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 doublegetMaxVal()Gets the "maxVal" attributejava.util.CalendargetMaxValIso()Gets the "maxValIso" attributeSTDynamicFilterType.EnumgetType()Gets the "type" attributedoublegetVal()Gets the "val" attributejava.util.CalendargetValIso()Gets the "valIso" attributebooleanisSetMaxVal()True if has "maxVal" attributebooleanisSetMaxValIso()True if has "maxValIso" attributebooleanisSetVal()True if has "val" attributebooleanisSetValIso()True if has "valIso" attributevoidsetMaxVal(double maxVal)Sets the "maxVal" attributevoidsetMaxValIso(java.util.Calendar maxValIso)Sets the "maxValIso" attributevoidsetType(STDynamicFilterType.Enum type)Sets the "type" attributevoidsetVal(double val)Sets the "val" attributevoidsetValIso(java.util.Calendar valIso)Sets the "valIso" attributevoidunsetMaxVal()Unsets the "maxVal" attributevoidunsetMaxValIso()Unsets the "maxValIso" attributevoidunsetVal()Unsets the "val" attributevoidunsetValIso()Unsets the "valIso" attributeXmlDoublexgetMaxVal()Gets (as xml) the "maxVal" attributeXmlDateTimexgetMaxValIso()Gets (as xml) the "maxValIso" attributeSTDynamicFilterTypexgetType()Gets (as xml) the "type" attributeXmlDoublexgetVal()Gets (as xml) the "val" attributeXmlDateTimexgetValIso()Gets (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" attributevoidxsetVal(XmlDouble val)Sets (as xml) the "val" attributevoidxsetValIso(XmlDateTime valIso)Sets (as xml) the "valIso" 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<CTDynamicFilter> Factory
-
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
-
getValIso
java.util.Calendar getValIso()
Gets the "valIso" attribute
-
xgetValIso
XmlDateTime xgetValIso()
Gets (as xml) the "valIso" attribute
-
isSetValIso
boolean isSetValIso()
True if has "valIso" attribute
-
setValIso
void setValIso(java.util.Calendar valIso)
Sets the "valIso" attribute
-
xsetValIso
void xsetValIso(XmlDateTime valIso)
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
void xsetMaxVal(XmlDouble maxVal)
Sets (as xml) the "maxVal" attribute
-
unsetMaxVal
void unsetMaxVal()
Unsets the "maxVal" attribute
-
getMaxValIso
java.util.Calendar getMaxValIso()
Gets the "maxValIso" attribute
-
xgetMaxValIso
XmlDateTime xgetMaxValIso()
Gets (as xml) the "maxValIso" attribute
-
isSetMaxValIso
boolean isSetMaxValIso()
True if has "maxValIso" attribute
-
setMaxValIso
void setMaxValIso(java.util.Calendar maxValIso)
Sets the "maxValIso" attribute
-
xsetMaxValIso
void xsetMaxValIso(XmlDateTime maxValIso)
Sets (as xml) the "maxValIso" attribute
-
unsetMaxValIso
void unsetMaxValIso()
Unsets the "maxValIso" attribute
-
-