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 classCTTop10.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 doublegetFilterVal()Gets the "filterVal" attributebooleangetPercent()Gets the "percent" attributebooleangetTop()Gets the "top" attributedoublegetVal()Gets the "val" attributebooleanisSetFilterVal()True if has "filterVal" attributebooleanisSetPercent()True 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" attributevoidunsetFilterVal()Unsets the "filterVal" attributevoidunsetPercent()Unsets the "percent" attributevoidunsetTop()Unsets the "top" attributeXmlDoublexgetFilterVal()Gets (as xml) the "filterVal" attributeXmlBooleanxgetPercent()Gets (as xml) the "percent" attributeXmlBooleanxgetTop()Gets (as xml) the "top" attributeXmlDoublexgetVal()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" attributevoidxsetVal(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
-
-