Interface CTDataValidations
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDataValidations extends XmlObject
An XML CT_DataValidations(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDataValidations.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 Deprecated Methods Modifier and Type Method Description CTDataValidation
addNewDataValidation()
Appends and returns a new empty value (as xml) as the last "dataValidation" elementlong
getCount()
Gets the "count" attributeCTDataValidation[]
getDataValidationArray()
Deprecated.CTDataValidation
getDataValidationArray(int i)
Gets ith "dataValidation" elementjava.util.List<CTDataValidation>
getDataValidationList()
Gets a List of "dataValidation" elementsboolean
getDisablePrompts()
Gets the "disablePrompts" attributelong
getXWindow()
Gets the "xWindow" attributelong
getYWindow()
Gets the "yWindow" attributeCTDataValidation
insertNewDataValidation(int i)
Inserts and returns a new empty value (as xml) as the ith "dataValidation" elementboolean
isSetCount()
True if has "count" attributeboolean
isSetDisablePrompts()
True if has "disablePrompts" attributeboolean
isSetXWindow()
True if has "xWindow" attributeboolean
isSetYWindow()
True if has "yWindow" attributevoid
removeDataValidation(int i)
Removes the ith "dataValidation" elementvoid
setCount(long count)
Sets the "count" attributevoid
setDataValidationArray(int i, CTDataValidation dataValidation)
Sets ith "dataValidation" elementvoid
setDataValidationArray(CTDataValidation[] dataValidationArray)
Sets array of all "dataValidation" elementvoid
setDisablePrompts(boolean disablePrompts)
Sets the "disablePrompts" attributevoid
setXWindow(long xWindow)
Sets the "xWindow" attributevoid
setYWindow(long yWindow)
Sets the "yWindow" attributeint
sizeOfDataValidationArray()
Returns number of "dataValidation" elementvoid
unsetCount()
Unsets the "count" attributevoid
unsetDisablePrompts()
Unsets the "disablePrompts" attributevoid
unsetXWindow()
Unsets the "xWindow" attributevoid
unsetYWindow()
Unsets the "yWindow" attributeXmlUnsignedInt
xgetCount()
Gets (as xml) the "count" attributeXmlBoolean
xgetDisablePrompts()
Gets (as xml) the "disablePrompts" attributeXmlUnsignedInt
xgetXWindow()
Gets (as xml) the "xWindow" attributeXmlUnsignedInt
xgetYWindow()
Gets (as xml) the "yWindow" attributevoid
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attributevoid
xsetDisablePrompts(XmlBoolean disablePrompts)
Sets (as xml) the "disablePrompts" attributevoid
xsetXWindow(XmlUnsignedInt xWindow)
Sets (as xml) the "xWindow" attributevoid
xsetYWindow(XmlUnsignedInt yWindow)
Sets (as xml) the "yWindow" 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
-
getDataValidationList
java.util.List<CTDataValidation> getDataValidationList()
Gets a List of "dataValidation" elements
-
getDataValidationArray
@Deprecated CTDataValidation[] getDataValidationArray()
Deprecated.Gets array of all "dataValidation" elements
-
getDataValidationArray
CTDataValidation getDataValidationArray(int i)
Gets ith "dataValidation" element
-
sizeOfDataValidationArray
int sizeOfDataValidationArray()
Returns number of "dataValidation" element
-
setDataValidationArray
void setDataValidationArray(CTDataValidation[] dataValidationArray)
Sets array of all "dataValidation" element
-
setDataValidationArray
void setDataValidationArray(int i, CTDataValidation dataValidation)
Sets ith "dataValidation" element
-
insertNewDataValidation
CTDataValidation insertNewDataValidation(int i)
Inserts and returns a new empty value (as xml) as the ith "dataValidation" element
-
addNewDataValidation
CTDataValidation addNewDataValidation()
Appends and returns a new empty value (as xml) as the last "dataValidation" element
-
removeDataValidation
void removeDataValidation(int i)
Removes the ith "dataValidation" element
-
getDisablePrompts
boolean getDisablePrompts()
Gets the "disablePrompts" attribute
-
xgetDisablePrompts
XmlBoolean xgetDisablePrompts()
Gets (as xml) the "disablePrompts" attribute
-
isSetDisablePrompts
boolean isSetDisablePrompts()
True if has "disablePrompts" attribute
-
setDisablePrompts
void setDisablePrompts(boolean disablePrompts)
Sets the "disablePrompts" attribute
-
xsetDisablePrompts
void xsetDisablePrompts(XmlBoolean disablePrompts)
Sets (as xml) the "disablePrompts" attribute
-
unsetDisablePrompts
void unsetDisablePrompts()
Unsets the "disablePrompts" attribute
-
getXWindow
long getXWindow()
Gets the "xWindow" attribute
-
xgetXWindow
XmlUnsignedInt xgetXWindow()
Gets (as xml) the "xWindow" attribute
-
isSetXWindow
boolean isSetXWindow()
True if has "xWindow" attribute
-
setXWindow
void setXWindow(long xWindow)
Sets the "xWindow" attribute
-
xsetXWindow
void xsetXWindow(XmlUnsignedInt xWindow)
Sets (as xml) the "xWindow" attribute
-
unsetXWindow
void unsetXWindow()
Unsets the "xWindow" attribute
-
getYWindow
long getYWindow()
Gets the "yWindow" attribute
-
xgetYWindow
XmlUnsignedInt xgetYWindow()
Gets (as xml) the "yWindow" attribute
-
isSetYWindow
boolean isSetYWindow()
True if has "yWindow" attribute
-
setYWindow
void setYWindow(long yWindow)
Sets the "yWindow" attribute
-
xsetYWindow
void xsetYWindow(XmlUnsignedInt yWindow)
Sets (as xml) the "yWindow" attribute
-
unsetYWindow
void unsetYWindow()
Unsets the "yWindow" attribute
-
getCount
long getCount()
Gets the "count" attribute
-
xgetCount
XmlUnsignedInt xgetCount()
Gets (as xml) the "count" attribute
-
isSetCount
boolean isSetCount()
True if has "count" attribute
-
setCount
void setCount(long count)
Sets the "count" attribute
-
xsetCount
void xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attribute
-
unsetCount
void unsetCount()
Unsets the "count" attribute
-
-