Interface CTFunctionGroups
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFunctionGroups extends XmlObject
An XML CT_FunctionGroups(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFunctionGroups.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 Deprecated Methods Modifier and Type Method Description CTFunctionGroupaddNewFunctionGroup()Appends and returns a new empty value (as xml) as the last "functionGroup" elementlonggetBuiltInGroupCount()Gets the "builtInGroupCount" attributeCTFunctionGroup[]getFunctionGroupArray()Deprecated.CTFunctionGroupgetFunctionGroupArray(int i)Gets ith "functionGroup" elementjava.util.List<CTFunctionGroup>getFunctionGroupList()Gets a List of "functionGroup" elementsCTFunctionGroupinsertNewFunctionGroup(int i)Inserts and returns a new empty value (as xml) as the ith "functionGroup" elementbooleanisSetBuiltInGroupCount()True if has "builtInGroupCount" attributevoidremoveFunctionGroup(int i)Removes the ith "functionGroup" elementvoidsetBuiltInGroupCount(long builtInGroupCount)Sets the "builtInGroupCount" attributevoidsetFunctionGroupArray(int i, CTFunctionGroup functionGroup)Sets ith "functionGroup" elementvoidsetFunctionGroupArray(CTFunctionGroup[] functionGroupArray)Sets array of all "functionGroup" elementintsizeOfFunctionGroupArray()Returns number of "functionGroup" elementvoidunsetBuiltInGroupCount()Unsets the "builtInGroupCount" attributeXmlUnsignedIntxgetBuiltInGroupCount()Gets (as xml) the "builtInGroupCount" attributevoidxsetBuiltInGroupCount(XmlUnsignedInt builtInGroupCount)Sets (as xml) the "builtInGroupCount" 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
-
getFunctionGroupList
java.util.List<CTFunctionGroup> getFunctionGroupList()
Gets a List of "functionGroup" elements
-
getFunctionGroupArray
@Deprecated CTFunctionGroup[] getFunctionGroupArray()
Deprecated.Gets array of all "functionGroup" elements
-
getFunctionGroupArray
CTFunctionGroup getFunctionGroupArray(int i)
Gets ith "functionGroup" element
-
sizeOfFunctionGroupArray
int sizeOfFunctionGroupArray()
Returns number of "functionGroup" element
-
setFunctionGroupArray
void setFunctionGroupArray(CTFunctionGroup[] functionGroupArray)
Sets array of all "functionGroup" element
-
setFunctionGroupArray
void setFunctionGroupArray(int i, CTFunctionGroup functionGroup)Sets ith "functionGroup" element
-
insertNewFunctionGroup
CTFunctionGroup insertNewFunctionGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "functionGroup" element
-
addNewFunctionGroup
CTFunctionGroup addNewFunctionGroup()
Appends and returns a new empty value (as xml) as the last "functionGroup" element
-
removeFunctionGroup
void removeFunctionGroup(int i)
Removes the ith "functionGroup" element
-
getBuiltInGroupCount
long getBuiltInGroupCount()
Gets the "builtInGroupCount" attribute
-
xgetBuiltInGroupCount
XmlUnsignedInt xgetBuiltInGroupCount()
Gets (as xml) the "builtInGroupCount" attribute
-
isSetBuiltInGroupCount
boolean isSetBuiltInGroupCount()
True if has "builtInGroupCount" attribute
-
setBuiltInGroupCount
void setBuiltInGroupCount(long builtInGroupCount)
Sets the "builtInGroupCount" attribute
-
xsetBuiltInGroupCount
void xsetBuiltInGroupCount(XmlUnsignedInt builtInGroupCount)
Sets (as xml) the "builtInGroupCount" attribute
-
unsetBuiltInGroupCount
void unsetBuiltInGroupCount()
Unsets the "builtInGroupCount" attribute
-
-