Interface CTMeasureDimensionMap
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_MeasureDimensionMap(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTMeasureDimensionMap> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlongGets the "dimension" attributelongGets the "measureGroup" attributebooleanTrue if has "dimension" attributebooleanTrue if has "measureGroup" attributevoidsetDimension(long dimension) Sets the "dimension" attributevoidsetMeasureGroup(long measureGroup) Sets the "measureGroup" attributevoidUnsets the "dimension" attributevoidUnsets the "measureGroup" attributeGets (as xml) the "dimension" attributeGets (as xml) the "measureGroup" attributevoidxsetDimension(XmlUnsignedInt dimension) Sets (as xml) the "dimension" attributevoidxsetMeasureGroup(XmlUnsignedInt measureGroup) Sets (as xml) the "measureGroup" 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
-
getMeasureGroup
long getMeasureGroup()Gets the "measureGroup" attribute -
xgetMeasureGroup
XmlUnsignedInt xgetMeasureGroup()Gets (as xml) the "measureGroup" attribute -
isSetMeasureGroup
boolean isSetMeasureGroup()True if has "measureGroup" attribute -
setMeasureGroup
void setMeasureGroup(long measureGroup) Sets the "measureGroup" attribute -
xsetMeasureGroup
Sets (as xml) the "measureGroup" attribute -
unsetMeasureGroup
void unsetMeasureGroup()Unsets the "measureGroup" attribute -
getDimension
long getDimension()Gets the "dimension" attribute -
xgetDimension
XmlUnsignedInt xgetDimension()Gets (as xml) the "dimension" attribute -
isSetDimension
boolean isSetDimension()True if has "dimension" attribute -
setDimension
void setDimension(long dimension) Sets the "dimension" attribute -
xsetDimension
Sets (as xml) the "dimension" attribute -
unsetDimension
void unsetDimension()Unsets the "dimension" attribute
-