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 classCTCalculatedMember.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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTExtensionListgetExtLst()Gets the "extLst" elementjava.lang.StringgetHierarchy()Gets the "hierarchy" attributejava.lang.StringgetMdx()Gets the "mdx" attributejava.lang.StringgetMemberName()Gets the "memberName" attributejava.lang.StringgetName()Gets the "name" attributejava.lang.StringgetParent()Gets the "parent" attributebooleangetSet()Gets the "set" attributeintgetSolveOrder()Gets the "solveOrder" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetHierarchy()True if has "hierarchy" attributebooleanisSetMemberName()True if has "memberName" attributebooleanisSetParent()True if has "parent" attributebooleanisSetSet()True if has "set" attributebooleanisSetSolveOrder()True if has "solveOrder" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetHierarchy(java.lang.String hierarchy)Sets the "hierarchy" attributevoidsetMdx(java.lang.String mdx)Sets the "mdx" attributevoidsetMemberName(java.lang.String memberName)Sets the "memberName" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetParent(java.lang.String parent)Sets the "parent" attributevoidsetSet(boolean set)Sets the "set" attributevoidsetSolveOrder(int solveOrder)Sets the "solveOrder" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetHierarchy()Unsets the "hierarchy" attributevoidunsetMemberName()Unsets the "memberName" attributevoidunsetParent()Unsets the "parent" attributevoidunsetSet()Unsets the "set" attributevoidunsetSolveOrder()Unsets the "solveOrder" attributeSTXstringxgetHierarchy()Gets (as xml) the "hierarchy" attributeSTXstringxgetMdx()Gets (as xml) the "mdx" attributeSTXstringxgetMemberName()Gets (as xml) the "memberName" attributeSTXstringxgetName()Gets (as xml) the "name" attributeSTXstringxgetParent()Gets (as xml) the "parent" attributeXmlBooleanxgetSet()Gets (as xml) the "set" attributeXmlIntxgetSolveOrder()Gets (as xml) the "solveOrder" attributevoidxsetHierarchy(STXstring hierarchy)Sets (as xml) the "hierarchy" attributevoidxsetMdx(STXstring mdx)Sets (as xml) the "mdx" attributevoidxsetMemberName(STXstring memberName)Sets (as xml) the "memberName" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetParent(STXstring parent)Sets (as xml) the "parent" attributevoidxsetSet(XmlBoolean set)Sets (as xml) the "set" attributevoidxsetSolveOrder(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
-
-