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 classCTDataValidation.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 booleangetAllowBlank()Gets the "allowBlank" attributejava.lang.StringgetError()Gets the "error" attributeSTDataValidationErrorStyle.EnumgetErrorStyle()Gets the "errorStyle" attributejava.lang.StringgetErrorTitle()Gets the "errorTitle" attributejava.lang.StringgetFormula1()Gets the "formula1" elementjava.lang.StringgetFormula2()Gets the "formula2" elementSTDataValidationImeMode.EnumgetImeMode()Gets the "imeMode" attributeSTDataValidationOperator.EnumgetOperator()Gets the "operator" attributejava.lang.StringgetPrompt()Gets the "prompt" attributejava.lang.StringgetPromptTitle()Gets the "promptTitle" attributebooleangetShowDropDown()Gets the "showDropDown" attributebooleangetShowErrorMessage()Gets the "showErrorMessage" attributebooleangetShowInputMessage()Gets the "showInputMessage" attributejava.util.ListgetSqref()Gets the "sqref" attributeSTDataValidationType.EnumgetType()Gets the "type" attributebooleanisSetAllowBlank()True if has "allowBlank" attributebooleanisSetError()True if has "error" attributebooleanisSetErrorStyle()True if has "errorStyle" attributebooleanisSetErrorTitle()True if has "errorTitle" attributebooleanisSetFormula1()True if has "formula1" elementbooleanisSetFormula2()True if has "formula2" elementbooleanisSetImeMode()True if has "imeMode" attributebooleanisSetOperator()True if has "operator" attributebooleanisSetPrompt()True if has "prompt" attributebooleanisSetPromptTitle()True if has "promptTitle" attributebooleanisSetShowDropDown()True if has "showDropDown" attributebooleanisSetShowErrorMessage()True if has "showErrorMessage" attributebooleanisSetShowInputMessage()True if has "showInputMessage" attributebooleanisSetType()True if has "type" attributevoidsetAllowBlank(boolean allowBlank)Sets the "allowBlank" attributevoidsetError(java.lang.String error)Sets the "error" attributevoidsetErrorStyle(STDataValidationErrorStyle.Enum errorStyle)Sets the "errorStyle" attributevoidsetErrorTitle(java.lang.String errorTitle)Sets the "errorTitle" attributevoidsetFormula1(java.lang.String formula1)Sets the "formula1" elementvoidsetFormula2(java.lang.String formula2)Sets the "formula2" elementvoidsetImeMode(STDataValidationImeMode.Enum imeMode)Sets the "imeMode" attributevoidsetOperator(STDataValidationOperator.Enum operator)Sets the "operator" attributevoidsetPrompt(java.lang.String prompt)Sets the "prompt" attributevoidsetPromptTitle(java.lang.String promptTitle)Sets the "promptTitle" attributevoidsetShowDropDown(boolean showDropDown)Sets the "showDropDown" attributevoidsetShowErrorMessage(boolean showErrorMessage)Sets the "showErrorMessage" attributevoidsetShowInputMessage(boolean showInputMessage)Sets the "showInputMessage" attributevoidsetSqref(java.util.List sqref)Sets the "sqref" attributevoidsetType(STDataValidationType.Enum type)Sets the "type" attributevoidunsetAllowBlank()Unsets the "allowBlank" attributevoidunsetError()Unsets the "error" attributevoidunsetErrorStyle()Unsets the "errorStyle" attributevoidunsetErrorTitle()Unsets the "errorTitle" attributevoidunsetFormula1()Unsets the "formula1" elementvoidunsetFormula2()Unsets the "formula2" elementvoidunsetImeMode()Unsets the "imeMode" attributevoidunsetOperator()Unsets the "operator" attributevoidunsetPrompt()Unsets the "prompt" attributevoidunsetPromptTitle()Unsets the "promptTitle" attributevoidunsetShowDropDown()Unsets the "showDropDown" attributevoidunsetShowErrorMessage()Unsets the "showErrorMessage" attributevoidunsetShowInputMessage()Unsets the "showInputMessage" attributevoidunsetType()Unsets the "type" attributeXmlBooleanxgetAllowBlank()Gets (as xml) the "allowBlank" attributeSTXstringxgetError()Gets (as xml) the "error" attributeSTDataValidationErrorStylexgetErrorStyle()Gets (as xml) the "errorStyle" attributeSTXstringxgetErrorTitle()Gets (as xml) the "errorTitle" attributeSTFormulaxgetFormula1()Gets (as xml) the "formula1" elementSTFormulaxgetFormula2()Gets (as xml) the "formula2" elementSTDataValidationImeModexgetImeMode()Gets (as xml) the "imeMode" attributeSTDataValidationOperatorxgetOperator()Gets (as xml) the "operator" attributeSTXstringxgetPrompt()Gets (as xml) the "prompt" attributeSTXstringxgetPromptTitle()Gets (as xml) the "promptTitle" attributeXmlBooleanxgetShowDropDown()Gets (as xml) the "showDropDown" attributeXmlBooleanxgetShowErrorMessage()Gets (as xml) the "showErrorMessage" attributeXmlBooleanxgetShowInputMessage()Gets (as xml) the "showInputMessage" attributeSTSqrefxgetSqref()Gets (as xml) the "sqref" attributeSTDataValidationTypexgetType()Gets (as xml) the "type" attributevoidxsetAllowBlank(XmlBoolean allowBlank)Sets (as xml) the "allowBlank" attributevoidxsetError(STXstring error)Sets (as xml) the "error" attributevoidxsetErrorStyle(STDataValidationErrorStyle errorStyle)Sets (as xml) the "errorStyle" attributevoidxsetErrorTitle(STXstring errorTitle)Sets (as xml) the "errorTitle" attributevoidxsetFormula1(STFormula formula1)Sets (as xml) the "formula1" elementvoidxsetFormula2(STFormula formula2)Sets (as xml) the "formula2" elementvoidxsetImeMode(STDataValidationImeMode imeMode)Sets (as xml) the "imeMode" attributevoidxsetOperator(STDataValidationOperator operator)Sets (as xml) the "operator" attributevoidxsetPrompt(STXstring prompt)Sets (as xml) the "prompt" attributevoidxsetPromptTitle(STXstring promptTitle)Sets (as xml) the "promptTitle" attributevoidxsetShowDropDown(XmlBoolean showDropDown)Sets (as xml) the "showDropDown" attributevoidxsetShowErrorMessage(XmlBoolean showErrorMessage)Sets (as xml) the "showErrorMessage" attributevoidxsetShowInputMessage(XmlBoolean showInputMessage)Sets (as xml) the "showInputMessage" attributevoidxsetSqref(STSqref sqref)Sets (as xml) the "sqref" attributevoidxsetType(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
-
-