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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTDataConsolidate>
Factory
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 CTDataRefs
addNewDataRefs()
Appends and returns a new empty "dataRefs" elementCTDataRefs
getDataRefs()
Gets the "dataRefs" elementSTDataConsolidateFunction.Enum
getFunction()
Gets the "function" attributeboolean
getLeftLabels()
Gets the "leftLabels" attributeboolean
getLink()
Gets the "link" attributeboolean
getStartLabels()
Gets the "startLabels" attributeboolean
getTopLabels()
Gets the "topLabels" attributeboolean
isSetDataRefs()
True if has "dataRefs" elementboolean
isSetFunction()
True if has "function" attributeboolean
isSetLeftLabels()
True if has "leftLabels" attributeboolean
isSetLink()
True if has "link" attributeboolean
isSetStartLabels()
True if has "startLabels" attributeboolean
isSetTopLabels()
True if has "topLabels" attributevoid
setDataRefs(CTDataRefs dataRefs)
Sets the "dataRefs" elementvoid
setFunction(STDataConsolidateFunction.Enum function)
Sets the "function" attributevoid
setLeftLabels(boolean leftLabels)
Sets the "leftLabels" attributevoid
setLink(boolean link)
Sets the "link" attributevoid
setStartLabels(boolean startLabels)
Sets the "startLabels" attributevoid
setTopLabels(boolean topLabels)
Sets the "topLabels" attributevoid
unsetDataRefs()
Unsets the "dataRefs" elementvoid
unsetFunction()
Unsets the "function" attributevoid
unsetLeftLabels()
Unsets the "leftLabels" attributevoid
unsetLink()
Unsets the "link" attributevoid
unsetStartLabels()
Unsets the "startLabels" attributevoid
unsetTopLabels()
Unsets the "topLabels" attributeSTDataConsolidateFunction
xgetFunction()
Gets (as xml) the "function" attributeXmlBoolean
xgetLeftLabels()
Gets (as xml) the "leftLabels" attributeXmlBoolean
xgetLink()
Gets (as xml) the "link" attributeXmlBoolean
xgetStartLabels()
Gets (as xml) the "startLabels" attributeXmlBoolean
xgetTopLabels()
Gets (as xml) the "topLabels" attributevoid
xsetFunction(STDataConsolidateFunction function)
Sets (as xml) the "function" attributevoid
xsetLeftLabels(XmlBoolean leftLabels)
Sets (as xml) the "leftLabels" attributevoid
xsetLink(XmlBoolean link)
Sets (as xml) the "link" attributevoid
xsetStartLabels(XmlBoolean startLabels)
Sets (as xml) the "startLabels" attributevoid
xsetTopLabels(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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTDataConsolidate> Factory
-
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
-
getStartLabels
boolean getStartLabels()
Gets the "startLabels" attribute
-
xgetStartLabels
XmlBoolean xgetStartLabels()
Gets (as xml) the "startLabels" attribute
-
isSetStartLabels
boolean isSetStartLabels()
True if has "startLabels" attribute
-
setStartLabels
void setStartLabels(boolean startLabels)
Sets the "startLabels" attribute
-
xsetStartLabels
void xsetStartLabels(XmlBoolean startLabels)
Sets (as xml) the "startLabels" attribute
-
unsetStartLabels
void unsetStartLabels()
Unsets the "startLabels" 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
-
-