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 class
CTFunctionGroups.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 Deprecated Methods Modifier and Type Method Description CTFunctionGroup
addNewFunctionGroup()
Appends and returns a new empty value (as xml) as the last "functionGroup" elementlong
getBuiltInGroupCount()
Gets the "builtInGroupCount" attributeCTFunctionGroup[]
getFunctionGroupArray()
Deprecated.CTFunctionGroup
getFunctionGroupArray(int i)
Gets ith "functionGroup" elementjava.util.List<CTFunctionGroup>
getFunctionGroupList()
Gets a List of "functionGroup" elementsCTFunctionGroup
insertNewFunctionGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "functionGroup" elementboolean
isSetBuiltInGroupCount()
True if has "builtInGroupCount" attributevoid
removeFunctionGroup(int i)
Removes the ith "functionGroup" elementvoid
setBuiltInGroupCount(long builtInGroupCount)
Sets the "builtInGroupCount" attributevoid
setFunctionGroupArray(int i, CTFunctionGroup functionGroup)
Sets ith "functionGroup" elementvoid
setFunctionGroupArray(CTFunctionGroup[] functionGroupArray)
Sets array of all "functionGroup" elementint
sizeOfFunctionGroupArray()
Returns number of "functionGroup" elementvoid
unsetBuiltInGroupCount()
Unsets the "builtInGroupCount" attributeXmlUnsignedInt
xgetBuiltInGroupCount()
Gets (as xml) the "builtInGroupCount" attributevoid
xsetBuiltInGroupCount(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
-
-