Interface CTDataValidation
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDataValidation extends XmlObject
An XML CT_DataValidation(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDataValidation.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 boolean
getAllowBlank()
Gets the "allowBlank" attributejava.lang.String
getError()
Gets the "error" attributeSTDataValidationErrorStyle.Enum
getErrorStyle()
Gets the "errorStyle" attributejava.lang.String
getErrorTitle()
Gets the "errorTitle" attributejava.lang.String
getFormula1()
Gets the "formula1" elementjava.lang.String
getFormula2()
Gets the "formula2" elementSTDataValidationImeMode.Enum
getImeMode()
Gets the "imeMode" attributeSTDataValidationOperator.Enum
getOperator()
Gets the "operator" attributejava.lang.String
getPrompt()
Gets the "prompt" attributejava.lang.String
getPromptTitle()
Gets the "promptTitle" attributeboolean
getShowDropDown()
Gets the "showDropDown" attributeboolean
getShowErrorMessage()
Gets the "showErrorMessage" attributeboolean
getShowInputMessage()
Gets the "showInputMessage" attributejava.util.List
getSqref()
Gets the "sqref" attributeSTDataValidationType.Enum
getType()
Gets the "type" attributeboolean
isSetAllowBlank()
True if has "allowBlank" attributeboolean
isSetError()
True if has "error" attributeboolean
isSetErrorStyle()
True if has "errorStyle" attributeboolean
isSetErrorTitle()
True if has "errorTitle" attributeboolean
isSetFormula1()
True if has "formula1" elementboolean
isSetFormula2()
True if has "formula2" elementboolean
isSetImeMode()
True if has "imeMode" attributeboolean
isSetOperator()
True if has "operator" attributeboolean
isSetPrompt()
True if has "prompt" attributeboolean
isSetPromptTitle()
True if has "promptTitle" attributeboolean
isSetShowDropDown()
True if has "showDropDown" attributeboolean
isSetShowErrorMessage()
True if has "showErrorMessage" attributeboolean
isSetShowInputMessage()
True if has "showInputMessage" attributeboolean
isSetType()
True if has "type" attributevoid
setAllowBlank(boolean allowBlank)
Sets the "allowBlank" attributevoid
setError(java.lang.String error)
Sets the "error" attributevoid
setErrorStyle(STDataValidationErrorStyle.Enum errorStyle)
Sets the "errorStyle" attributevoid
setErrorTitle(java.lang.String errorTitle)
Sets the "errorTitle" attributevoid
setFormula1(java.lang.String formula1)
Sets the "formula1" elementvoid
setFormula2(java.lang.String formula2)
Sets the "formula2" elementvoid
setImeMode(STDataValidationImeMode.Enum imeMode)
Sets the "imeMode" attributevoid
setOperator(STDataValidationOperator.Enum operator)
Sets the "operator" attributevoid
setPrompt(java.lang.String prompt)
Sets the "prompt" attributevoid
setPromptTitle(java.lang.String promptTitle)
Sets the "promptTitle" attributevoid
setShowDropDown(boolean showDropDown)
Sets the "showDropDown" attributevoid
setShowErrorMessage(boolean showErrorMessage)
Sets the "showErrorMessage" attributevoid
setShowInputMessage(boolean showInputMessage)
Sets the "showInputMessage" attributevoid
setSqref(java.util.List sqref)
Sets the "sqref" attributevoid
setType(STDataValidationType.Enum type)
Sets the "type" attributevoid
unsetAllowBlank()
Unsets the "allowBlank" attributevoid
unsetError()
Unsets the "error" attributevoid
unsetErrorStyle()
Unsets the "errorStyle" attributevoid
unsetErrorTitle()
Unsets the "errorTitle" attributevoid
unsetFormula1()
Unsets the "formula1" elementvoid
unsetFormula2()
Unsets the "formula2" elementvoid
unsetImeMode()
Unsets the "imeMode" attributevoid
unsetOperator()
Unsets the "operator" attributevoid
unsetPrompt()
Unsets the "prompt" attributevoid
unsetPromptTitle()
Unsets the "promptTitle" attributevoid
unsetShowDropDown()
Unsets the "showDropDown" attributevoid
unsetShowErrorMessage()
Unsets the "showErrorMessage" attributevoid
unsetShowInputMessage()
Unsets the "showInputMessage" attributevoid
unsetType()
Unsets the "type" attributeXmlBoolean
xgetAllowBlank()
Gets (as xml) the "allowBlank" attributeSTXstring
xgetError()
Gets (as xml) the "error" attributeSTDataValidationErrorStyle
xgetErrorStyle()
Gets (as xml) the "errorStyle" attributeSTXstring
xgetErrorTitle()
Gets (as xml) the "errorTitle" attributeSTFormula
xgetFormula1()
Gets (as xml) the "formula1" elementSTFormula
xgetFormula2()
Gets (as xml) the "formula2" elementSTDataValidationImeMode
xgetImeMode()
Gets (as xml) the "imeMode" attributeSTDataValidationOperator
xgetOperator()
Gets (as xml) the "operator" attributeSTXstring
xgetPrompt()
Gets (as xml) the "prompt" attributeSTXstring
xgetPromptTitle()
Gets (as xml) the "promptTitle" attributeXmlBoolean
xgetShowDropDown()
Gets (as xml) the "showDropDown" attributeXmlBoolean
xgetShowErrorMessage()
Gets (as xml) the "showErrorMessage" attributeXmlBoolean
xgetShowInputMessage()
Gets (as xml) the "showInputMessage" attributeSTSqref
xgetSqref()
Gets (as xml) the "sqref" attributeSTDataValidationType
xgetType()
Gets (as xml) the "type" attributevoid
xsetAllowBlank(XmlBoolean allowBlank)
Sets (as xml) the "allowBlank" attributevoid
xsetError(STXstring error)
Sets (as xml) the "error" attributevoid
xsetErrorStyle(STDataValidationErrorStyle errorStyle)
Sets (as xml) the "errorStyle" attributevoid
xsetErrorTitle(STXstring errorTitle)
Sets (as xml) the "errorTitle" attributevoid
xsetFormula1(STFormula formula1)
Sets (as xml) the "formula1" elementvoid
xsetFormula2(STFormula formula2)
Sets (as xml) the "formula2" elementvoid
xsetImeMode(STDataValidationImeMode imeMode)
Sets (as xml) the "imeMode" attributevoid
xsetOperator(STDataValidationOperator operator)
Sets (as xml) the "operator" attributevoid
xsetPrompt(STXstring prompt)
Sets (as xml) the "prompt" attributevoid
xsetPromptTitle(STXstring promptTitle)
Sets (as xml) the "promptTitle" attributevoid
xsetShowDropDown(XmlBoolean showDropDown)
Sets (as xml) the "showDropDown" attributevoid
xsetShowErrorMessage(XmlBoolean showErrorMessage)
Sets (as xml) the "showErrorMessage" attributevoid
xsetShowInputMessage(XmlBoolean showInputMessage)
Sets (as xml) the "showInputMessage" attributevoid
xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" attributevoid
xsetType(STDataValidationType type)
Sets (as xml) the "type" 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
-
getFormula1
java.lang.String getFormula1()
Gets the "formula1" element
-
xgetFormula1
STFormula xgetFormula1()
Gets (as xml) the "formula1" element
-
isSetFormula1
boolean isSetFormula1()
True if has "formula1" element
-
setFormula1
void setFormula1(java.lang.String formula1)
Sets the "formula1" element
-
xsetFormula1
void xsetFormula1(STFormula formula1)
Sets (as xml) the "formula1" element
-
unsetFormula1
void unsetFormula1()
Unsets the "formula1" element
-
getFormula2
java.lang.String getFormula2()
Gets the "formula2" element
-
xgetFormula2
STFormula xgetFormula2()
Gets (as xml) the "formula2" element
-
isSetFormula2
boolean isSetFormula2()
True if has "formula2" element
-
setFormula2
void setFormula2(java.lang.String formula2)
Sets the "formula2" element
-
xsetFormula2
void xsetFormula2(STFormula formula2)
Sets (as xml) the "formula2" element
-
unsetFormula2
void unsetFormula2()
Unsets the "formula2" element
-
getType
STDataValidationType.Enum getType()
Gets the "type" attribute
-
xgetType
STDataValidationType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(STDataValidationType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STDataValidationType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getErrorStyle
STDataValidationErrorStyle.Enum getErrorStyle()
Gets the "errorStyle" attribute
-
xgetErrorStyle
STDataValidationErrorStyle xgetErrorStyle()
Gets (as xml) the "errorStyle" attribute
-
isSetErrorStyle
boolean isSetErrorStyle()
True if has "errorStyle" attribute
-
setErrorStyle
void setErrorStyle(STDataValidationErrorStyle.Enum errorStyle)
Sets the "errorStyle" attribute
-
xsetErrorStyle
void xsetErrorStyle(STDataValidationErrorStyle errorStyle)
Sets (as xml) the "errorStyle" attribute
-
unsetErrorStyle
void unsetErrorStyle()
Unsets the "errorStyle" attribute
-
getImeMode
STDataValidationImeMode.Enum getImeMode()
Gets the "imeMode" attribute
-
xgetImeMode
STDataValidationImeMode xgetImeMode()
Gets (as xml) the "imeMode" attribute
-
isSetImeMode
boolean isSetImeMode()
True if has "imeMode" attribute
-
setImeMode
void setImeMode(STDataValidationImeMode.Enum imeMode)
Sets the "imeMode" attribute
-
xsetImeMode
void xsetImeMode(STDataValidationImeMode imeMode)
Sets (as xml) the "imeMode" attribute
-
unsetImeMode
void unsetImeMode()
Unsets the "imeMode" attribute
-
getOperator
STDataValidationOperator.Enum getOperator()
Gets the "operator" attribute
-
xgetOperator
STDataValidationOperator xgetOperator()
Gets (as xml) the "operator" attribute
-
isSetOperator
boolean isSetOperator()
True if has "operator" attribute
-
setOperator
void setOperator(STDataValidationOperator.Enum operator)
Sets the "operator" attribute
-
xsetOperator
void xsetOperator(STDataValidationOperator operator)
Sets (as xml) the "operator" attribute
-
unsetOperator
void unsetOperator()
Unsets the "operator" attribute
-
getAllowBlank
boolean getAllowBlank()
Gets the "allowBlank" attribute
-
xgetAllowBlank
XmlBoolean xgetAllowBlank()
Gets (as xml) the "allowBlank" attribute
-
isSetAllowBlank
boolean isSetAllowBlank()
True if has "allowBlank" attribute
-
setAllowBlank
void setAllowBlank(boolean allowBlank)
Sets the "allowBlank" attribute
-
xsetAllowBlank
void xsetAllowBlank(XmlBoolean allowBlank)
Sets (as xml) the "allowBlank" attribute
-
unsetAllowBlank
void unsetAllowBlank()
Unsets the "allowBlank" attribute
-
getShowDropDown
boolean getShowDropDown()
Gets the "showDropDown" attribute
-
xgetShowDropDown
XmlBoolean xgetShowDropDown()
Gets (as xml) the "showDropDown" attribute
-
isSetShowDropDown
boolean isSetShowDropDown()
True if has "showDropDown" attribute
-
setShowDropDown
void setShowDropDown(boolean showDropDown)
Sets the "showDropDown" attribute
-
xsetShowDropDown
void xsetShowDropDown(XmlBoolean showDropDown)
Sets (as xml) the "showDropDown" attribute
-
unsetShowDropDown
void unsetShowDropDown()
Unsets the "showDropDown" attribute
-
getShowInputMessage
boolean getShowInputMessage()
Gets the "showInputMessage" attribute
-
xgetShowInputMessage
XmlBoolean xgetShowInputMessage()
Gets (as xml) the "showInputMessage" attribute
-
isSetShowInputMessage
boolean isSetShowInputMessage()
True if has "showInputMessage" attribute
-
setShowInputMessage
void setShowInputMessage(boolean showInputMessage)
Sets the "showInputMessage" attribute
-
xsetShowInputMessage
void xsetShowInputMessage(XmlBoolean showInputMessage)
Sets (as xml) the "showInputMessage" attribute
-
unsetShowInputMessage
void unsetShowInputMessage()
Unsets the "showInputMessage" attribute
-
getShowErrorMessage
boolean getShowErrorMessage()
Gets the "showErrorMessage" attribute
-
xgetShowErrorMessage
XmlBoolean xgetShowErrorMessage()
Gets (as xml) the "showErrorMessage" attribute
-
isSetShowErrorMessage
boolean isSetShowErrorMessage()
True if has "showErrorMessage" attribute
-
setShowErrorMessage
void setShowErrorMessage(boolean showErrorMessage)
Sets the "showErrorMessage" attribute
-
xsetShowErrorMessage
void xsetShowErrorMessage(XmlBoolean showErrorMessage)
Sets (as xml) the "showErrorMessage" attribute
-
unsetShowErrorMessage
void unsetShowErrorMessage()
Unsets the "showErrorMessage" attribute
-
getErrorTitle
java.lang.String getErrorTitle()
Gets the "errorTitle" attribute
-
xgetErrorTitle
STXstring xgetErrorTitle()
Gets (as xml) the "errorTitle" attribute
-
isSetErrorTitle
boolean isSetErrorTitle()
True if has "errorTitle" attribute
-
setErrorTitle
void setErrorTitle(java.lang.String errorTitle)
Sets the "errorTitle" attribute
-
xsetErrorTitle
void xsetErrorTitle(STXstring errorTitle)
Sets (as xml) the "errorTitle" attribute
-
unsetErrorTitle
void unsetErrorTitle()
Unsets the "errorTitle" attribute
-
getError
java.lang.String getError()
Gets the "error" attribute
-
xgetError
STXstring xgetError()
Gets (as xml) the "error" attribute
-
isSetError
boolean isSetError()
True if has "error" attribute
-
setError
void setError(java.lang.String error)
Sets the "error" attribute
-
xsetError
void xsetError(STXstring error)
Sets (as xml) the "error" attribute
-
unsetError
void unsetError()
Unsets the "error" attribute
-
getPromptTitle
java.lang.String getPromptTitle()
Gets the "promptTitle" attribute
-
xgetPromptTitle
STXstring xgetPromptTitle()
Gets (as xml) the "promptTitle" attribute
-
isSetPromptTitle
boolean isSetPromptTitle()
True if has "promptTitle" attribute
-
setPromptTitle
void setPromptTitle(java.lang.String promptTitle)
Sets the "promptTitle" attribute
-
xsetPromptTitle
void xsetPromptTitle(STXstring promptTitle)
Sets (as xml) the "promptTitle" attribute
-
unsetPromptTitle
void unsetPromptTitle()
Unsets the "promptTitle" attribute
-
getPrompt
java.lang.String getPrompt()
Gets the "prompt" attribute
-
xgetPrompt
STXstring xgetPrompt()
Gets (as xml) the "prompt" attribute
-
isSetPrompt
boolean isSetPrompt()
True if has "prompt" attribute
-
setPrompt
void setPrompt(java.lang.String prompt)
Sets the "prompt" attribute
-
xsetPrompt
void xsetPrompt(STXstring prompt)
Sets (as xml) the "prompt" attribute
-
unsetPrompt
void unsetPrompt()
Unsets the "prompt" attribute
-
getSqref
java.util.List getSqref()
Gets the "sqref" attribute
-
xgetSqref
STSqref xgetSqref()
Gets (as xml) the "sqref" attribute
-
setSqref
void setSqref(java.util.List sqref)
Sets the "sqref" attribute
-
xsetSqref
void xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" attribute
-
-