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 Details

  • Method Details

    • getType

      Gets the "type" attribute
    • 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

      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(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

      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(Calendar maxValIso)
      Sets the "maxValIso" attribute
    • xsetMaxValIso

      void xsetMaxValIso(XmlDateTime maxValIso)
      Sets (as xml) the "maxValIso" attribute
    • unsetMaxValIso

      void unsetMaxValIso()
      Unsets the "maxValIso" attribute