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 classCTDataValidations.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 Deprecated Methods Modifier and Type Method Description CTDataValidationaddNewDataValidation()Appends and returns a new empty value (as xml) as the last "dataValidation" elementlonggetCount()Gets the "count" attributeCTDataValidation[]getDataValidationArray()Deprecated.CTDataValidationgetDataValidationArray(int i)Gets ith "dataValidation" elementjava.util.List<CTDataValidation>getDataValidationList()Gets a List of "dataValidation" elementsbooleangetDisablePrompts()Gets the "disablePrompts" attributelonggetXWindow()Gets the "xWindow" attributelonggetYWindow()Gets the "yWindow" attributeCTDataValidationinsertNewDataValidation(int i)Inserts and returns a new empty value (as xml) as the ith "dataValidation" elementbooleanisSetCount()True if has "count" attributebooleanisSetDisablePrompts()True if has "disablePrompts" attributebooleanisSetXWindow()True if has "xWindow" attributebooleanisSetYWindow()True if has "yWindow" attributevoidremoveDataValidation(int i)Removes the ith "dataValidation" elementvoidsetCount(long count)Sets the "count" attributevoidsetDataValidationArray(int i, CTDataValidation dataValidation)Sets ith "dataValidation" elementvoidsetDataValidationArray(CTDataValidation[] dataValidationArray)Sets array of all "dataValidation" elementvoidsetDisablePrompts(boolean disablePrompts)Sets the "disablePrompts" attributevoidsetXWindow(long xWindow)Sets the "xWindow" attributevoidsetYWindow(long yWindow)Sets the "yWindow" attributeintsizeOfDataValidationArray()Returns number of "dataValidation" elementvoidunsetCount()Unsets the "count" attributevoidunsetDisablePrompts()Unsets the "disablePrompts" attributevoidunsetXWindow()Unsets the "xWindow" attributevoidunsetYWindow()Unsets the "yWindow" attributeXmlUnsignedIntxgetCount()Gets (as xml) the "count" attributeXmlBooleanxgetDisablePrompts()Gets (as xml) the "disablePrompts" attributeXmlUnsignedIntxgetXWindow()Gets (as xml) the "xWindow" attributeXmlUnsignedIntxgetYWindow()Gets (as xml) the "yWindow" attributevoidxsetCount(XmlUnsignedInt count)Sets (as xml) the "count" attributevoidxsetDisablePrompts(XmlBoolean disablePrompts)Sets (as xml) the "disablePrompts" attributevoidxsetXWindow(XmlUnsignedInt xWindow)Sets (as xml) the "xWindow" attributevoidxsetYWindow(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
-
-