Interface CTDataConsolidate
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDataConsolidate extends XmlObject
An XML CT_DataConsolidate(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDataConsolidate.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 CTDataRefsaddNewDataRefs()Appends and returns a new empty "dataRefs" elementCTDataRefsgetDataRefs()Gets the "dataRefs" elementSTDataConsolidateFunction.EnumgetFunction()Gets the "function" attributebooleangetLeftLabels()Gets the "leftLabels" attributebooleangetLink()Gets the "link" attributebooleangetTopLabels()Gets the "topLabels" attributebooleanisSetDataRefs()True if has "dataRefs" elementbooleanisSetFunction()True if has "function" attributebooleanisSetLeftLabels()True if has "leftLabels" attributebooleanisSetLink()True if has "link" attributebooleanisSetTopLabels()True if has "topLabels" attributevoidsetDataRefs(CTDataRefs dataRefs)Sets the "dataRefs" elementvoidsetFunction(STDataConsolidateFunction.Enum function)Sets the "function" attributevoidsetLeftLabels(boolean leftLabels)Sets the "leftLabels" attributevoidsetLink(boolean link)Sets the "link" attributevoidsetTopLabels(boolean topLabels)Sets the "topLabels" attributevoidunsetDataRefs()Unsets the "dataRefs" elementvoidunsetFunction()Unsets the "function" attributevoidunsetLeftLabels()Unsets the "leftLabels" attributevoidunsetLink()Unsets the "link" attributevoidunsetTopLabels()Unsets the "topLabels" attributeSTDataConsolidateFunctionxgetFunction()Gets (as xml) the "function" attributeXmlBooleanxgetLeftLabels()Gets (as xml) the "leftLabels" attributeXmlBooleanxgetLink()Gets (as xml) the "link" attributeXmlBooleanxgetTopLabels()Gets (as xml) the "topLabels" attributevoidxsetFunction(STDataConsolidateFunction function)Sets (as xml) the "function" attributevoidxsetLeftLabels(XmlBoolean leftLabels)Sets (as xml) the "leftLabels" attributevoidxsetLink(XmlBoolean link)Sets (as xml) the "link" attributevoidxsetTopLabels(XmlBoolean topLabels)Sets (as xml) the "topLabels" 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
-
getDataRefs
CTDataRefs getDataRefs()
Gets the "dataRefs" element
-
isSetDataRefs
boolean isSetDataRefs()
True if has "dataRefs" element
-
setDataRefs
void setDataRefs(CTDataRefs dataRefs)
Sets the "dataRefs" element
-
addNewDataRefs
CTDataRefs addNewDataRefs()
Appends and returns a new empty "dataRefs" element
-
unsetDataRefs
void unsetDataRefs()
Unsets the "dataRefs" element
-
getFunction
STDataConsolidateFunction.Enum getFunction()
Gets the "function" attribute
-
xgetFunction
STDataConsolidateFunction xgetFunction()
Gets (as xml) the "function" attribute
-
isSetFunction
boolean isSetFunction()
True if has "function" attribute
-
setFunction
void setFunction(STDataConsolidateFunction.Enum function)
Sets the "function" attribute
-
xsetFunction
void xsetFunction(STDataConsolidateFunction function)
Sets (as xml) the "function" attribute
-
unsetFunction
void unsetFunction()
Unsets the "function" attribute
-
getLeftLabels
boolean getLeftLabels()
Gets the "leftLabels" attribute
-
xgetLeftLabels
XmlBoolean xgetLeftLabels()
Gets (as xml) the "leftLabels" attribute
-
isSetLeftLabels
boolean isSetLeftLabels()
True if has "leftLabels" attribute
-
setLeftLabels
void setLeftLabels(boolean leftLabels)
Sets the "leftLabels" attribute
-
xsetLeftLabels
void xsetLeftLabels(XmlBoolean leftLabels)
Sets (as xml) the "leftLabels" attribute
-
unsetLeftLabels
void unsetLeftLabels()
Unsets the "leftLabels" attribute
-
getTopLabels
boolean getTopLabels()
Gets the "topLabels" attribute
-
xgetTopLabels
XmlBoolean xgetTopLabels()
Gets (as xml) the "topLabels" attribute
-
isSetTopLabels
boolean isSetTopLabels()
True if has "topLabels" attribute
-
setTopLabels
void setTopLabels(boolean topLabels)
Sets the "topLabels" attribute
-
xsetTopLabels
void xsetTopLabels(XmlBoolean topLabels)
Sets (as xml) the "topLabels" attribute
-
unsetTopLabels
void unsetTopLabels()
Unsets the "topLabels" attribute
-
getLink
boolean getLink()
Gets the "link" attribute
-
xgetLink
XmlBoolean xgetLink()
Gets (as xml) the "link" attribute
-
isSetLink
boolean isSetLink()
True if has "link" attribute
-
setLink
void setLink(boolean link)
Sets the "link" attribute
-
xsetLink
void xsetLink(XmlBoolean link)
Sets (as xml) the "link" attribute
-
unsetLink
void unsetLink()
Unsets the "link" attribute
-
-