Interface CTCalculatedMember
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCalculatedMember extends XmlObject
An XML CT_CalculatedMember(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCalculatedMember.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTExtensionList
getExtLst()
Gets the "extLst" elementjava.lang.String
getHierarchy()
Gets the "hierarchy" attributejava.lang.String
getMdx()
Gets the "mdx" attributejava.lang.String
getMemberName()
Gets the "memberName" attributejava.lang.String
getName()
Gets the "name" attributejava.lang.String
getParent()
Gets the "parent" attributeboolean
getSet()
Gets the "set" attributeint
getSolveOrder()
Gets the "solveOrder" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHierarchy()
True if has "hierarchy" attributeboolean
isSetMemberName()
True if has "memberName" attributeboolean
isSetParent()
True if has "parent" attributeboolean
isSetSet()
True if has "set" attributeboolean
isSetSolveOrder()
True if has "solveOrder" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setHierarchy(java.lang.String hierarchy)
Sets the "hierarchy" attributevoid
setMdx(java.lang.String mdx)
Sets the "mdx" attributevoid
setMemberName(java.lang.String memberName)
Sets the "memberName" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setParent(java.lang.String parent)
Sets the "parent" attributevoid
setSet(boolean set)
Sets the "set" attributevoid
setSolveOrder(int solveOrder)
Sets the "solveOrder" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHierarchy()
Unsets the "hierarchy" attributevoid
unsetMemberName()
Unsets the "memberName" attributevoid
unsetParent()
Unsets the "parent" attributevoid
unsetSet()
Unsets the "set" attributevoid
unsetSolveOrder()
Unsets the "solveOrder" attributeSTXstring
xgetHierarchy()
Gets (as xml) the "hierarchy" attributeSTXstring
xgetMdx()
Gets (as xml) the "mdx" attributeSTXstring
xgetMemberName()
Gets (as xml) the "memberName" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeSTXstring
xgetParent()
Gets (as xml) the "parent" attributeXmlBoolean
xgetSet()
Gets (as xml) the "set" attributeXmlInt
xgetSolveOrder()
Gets (as xml) the "solveOrder" attributevoid
xsetHierarchy(STXstring hierarchy)
Sets (as xml) the "hierarchy" attributevoid
xsetMdx(STXstring mdx)
Sets (as xml) the "mdx" attributevoid
xsetMemberName(STXstring memberName)
Sets (as xml) the "memberName" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetParent(STXstring parent)
Sets (as xml) the "parent" attributevoid
xsetSet(XmlBoolean set)
Sets (as xml) the "set" attributevoid
xsetSolveOrder(XmlInt solveOrder)
Sets (as xml) the "solveOrder" 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
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
getMdx
java.lang.String getMdx()
Gets the "mdx" attribute
-
xgetMdx
STXstring xgetMdx()
Gets (as xml) the "mdx" attribute
-
setMdx
void setMdx(java.lang.String mdx)
Sets the "mdx" attribute
-
xsetMdx
void xsetMdx(STXstring mdx)
Sets (as xml) the "mdx" attribute
-
getMemberName
java.lang.String getMemberName()
Gets the "memberName" attribute
-
xgetMemberName
STXstring xgetMemberName()
Gets (as xml) the "memberName" attribute
-
isSetMemberName
boolean isSetMemberName()
True if has "memberName" attribute
-
setMemberName
void setMemberName(java.lang.String memberName)
Sets the "memberName" attribute
-
xsetMemberName
void xsetMemberName(STXstring memberName)
Sets (as xml) the "memberName" attribute
-
unsetMemberName
void unsetMemberName()
Unsets the "memberName" attribute
-
getHierarchy
java.lang.String getHierarchy()
Gets the "hierarchy" attribute
-
xgetHierarchy
STXstring xgetHierarchy()
Gets (as xml) the "hierarchy" attribute
-
isSetHierarchy
boolean isSetHierarchy()
True if has "hierarchy" attribute
-
setHierarchy
void setHierarchy(java.lang.String hierarchy)
Sets the "hierarchy" attribute
-
xsetHierarchy
void xsetHierarchy(STXstring hierarchy)
Sets (as xml) the "hierarchy" attribute
-
unsetHierarchy
void unsetHierarchy()
Unsets the "hierarchy" attribute
-
getParent
java.lang.String getParent()
Gets the "parent" attribute
-
xgetParent
STXstring xgetParent()
Gets (as xml) the "parent" attribute
-
isSetParent
boolean isSetParent()
True if has "parent" attribute
-
setParent
void setParent(java.lang.String parent)
Sets the "parent" attribute
-
xsetParent
void xsetParent(STXstring parent)
Sets (as xml) the "parent" attribute
-
unsetParent
void unsetParent()
Unsets the "parent" attribute
-
getSolveOrder
int getSolveOrder()
Gets the "solveOrder" attribute
-
xgetSolveOrder
XmlInt xgetSolveOrder()
Gets (as xml) the "solveOrder" attribute
-
isSetSolveOrder
boolean isSetSolveOrder()
True if has "solveOrder" attribute
-
setSolveOrder
void setSolveOrder(int solveOrder)
Sets the "solveOrder" attribute
-
xsetSolveOrder
void xsetSolveOrder(XmlInt solveOrder)
Sets (as xml) the "solveOrder" attribute
-
unsetSolveOrder
void unsetSolveOrder()
Unsets the "solveOrder" attribute
-
getSet
boolean getSet()
Gets the "set" attribute
-
xgetSet
XmlBoolean xgetSet()
Gets (as xml) the "set" attribute
-
isSetSet
boolean isSetSet()
True if has "set" attribute
-
setSet
void setSet(boolean set)
Sets the "set" attribute
-
xsetSet
void xsetSet(XmlBoolean set)
Sets (as xml) the "set" attribute
-
unsetSet
void unsetSet()
Unsets the "set" attribute
-
-