Interface CTTop10
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTop10 extends XmlObject
An XML CT_Top10(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTop10.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 double
getFilterVal()
Gets the "filterVal" attributeboolean
getPercent()
Gets the "percent" attributeboolean
getTop()
Gets the "top" attributedouble
getVal()
Gets the "val" attributeboolean
isSetFilterVal()
True if has "filterVal" attributeboolean
isSetPercent()
True if has "percent" attributeboolean
isSetTop()
True if has "top" attributevoid
setFilterVal(double filterVal)
Sets the "filterVal" attributevoid
setPercent(boolean percent)
Sets the "percent" attributevoid
setTop(boolean top)
Sets the "top" attributevoid
setVal(double val)
Sets the "val" attributevoid
unsetFilterVal()
Unsets the "filterVal" attributevoid
unsetPercent()
Unsets the "percent" attributevoid
unsetTop()
Unsets the "top" attributeXmlDouble
xgetFilterVal()
Gets (as xml) the "filterVal" attributeXmlBoolean
xgetPercent()
Gets (as xml) the "percent" attributeXmlBoolean
xgetTop()
Gets (as xml) the "top" attributeXmlDouble
xgetVal()
Gets (as xml) the "val" attributevoid
xsetFilterVal(XmlDouble filterVal)
Sets (as xml) the "filterVal" attributevoid
xsetPercent(XmlBoolean percent)
Sets (as xml) the "percent" attributevoid
xsetTop(XmlBoolean top)
Sets (as xml) the "top" attributevoid
xsetVal(XmlDouble val)
Sets (as xml) the "val" 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
-
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
void xsetTop(XmlBoolean top)
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
void xsetPercent(XmlBoolean percent)
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
void xsetVal(XmlDouble val)
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
void xsetFilterVal(XmlDouble filterVal)
Sets (as xml) the "filterVal" attribute
-
unsetFilterVal
void unsetFilterVal()
Unsets the "filterVal" attribute
-
-