Interface CTTop10
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Top10(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the "filterVal" attributebooleanGets the "percent" attributebooleangetTop()Gets the "top" attributedoublegetVal()Gets the "val" attributebooleanTrue if has "filterVal" attributebooleanTrue if has "percent" attributebooleanisSetTop()True if has "top" attributevoidsetFilterVal(double filterVal) Sets the "filterVal" attributevoidsetPercent(boolean percent) Sets the "percent" attributevoidsetTop(boolean top) Sets the "top" attributevoidsetVal(double val) Sets the "val" attributevoidUnsets the "filterVal" attributevoidUnsets the "percent" attributevoidunsetTop()Unsets the "top" attributeGets (as xml) the "filterVal" attributeGets (as xml) the "percent" attributexgetTop()Gets (as xml) the "top" attributexgetVal()Gets (as xml) the "val" attributevoidxsetFilterVal(XmlDouble filterVal) Sets (as xml) the "filterVal" attributevoidxsetPercent(XmlBoolean percent) Sets (as xml) the "percent" attributevoidxsetTop(XmlBoolean top) Sets (as xml) the "top" attributevoidSets (as xml) the "val" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getTop
boolean getTop()Gets the "top" attribute -
xgetTop
XmlBoolean xgetTop()Gets (as xml) the "top" attribute -
isSetTop
boolean isSetTop()True if has "top" attribute -
setTop
void setTop(boolean top) Sets the "top" attribute -
xsetTop
Sets (as xml) the "top" attribute -
unsetTop
void unsetTop()Unsets the "top" attribute -
getPercent
boolean getPercent()Gets the "percent" attribute -
xgetPercent
XmlBoolean xgetPercent()Gets (as xml) the "percent" attribute -
isSetPercent
boolean isSetPercent()True if has "percent" attribute -
setPercent
void setPercent(boolean percent) Sets the "percent" attribute -
xsetPercent
Sets (as xml) the "percent" attribute -
unsetPercent
void unsetPercent()Unsets the "percent" attribute -
getVal
double getVal()Gets the "val" attribute -
xgetVal
XmlDouble xgetVal()Gets (as xml) the "val" attribute -
setVal
void setVal(double val) Sets the "val" attribute -
xsetVal
Sets (as xml) the "val" attribute -
getFilterVal
double getFilterVal()Gets the "filterVal" attribute -
xgetFilterVal
XmlDouble xgetFilterVal()Gets (as xml) the "filterVal" attribute -
isSetFilterVal
boolean isSetFilterVal()True if has "filterVal" attribute -
setFilterVal
void setFilterVal(double filterVal) Sets the "filterVal" attribute -
xsetFilterVal
Sets (as xml) the "filterVal" attribute -
unsetFilterVal
void unsetFilterVal()Unsets the "filterVal" attribute
-