Interface CTGroupLevel
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTGroupLevel extends XmlObject
An XML CT_GroupLevel(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTGroupLevel.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" elementCTGroups
addNewGroups()
Appends and returns a new empty "groups" elementjava.lang.String
getCaption()
Gets the "caption" attributeboolean
getCustomRollUp()
Gets the "customRollUp" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementCTGroups
getGroups()
Gets the "groups" elementjava.lang.String
getUniqueName()
Gets the "uniqueName" attributeboolean
getUser()
Gets the "user" attributeboolean
isSetCustomRollUp()
True if has "customRollUp" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetGroups()
True if has "groups" elementboolean
isSetUser()
True if has "user" attributevoid
setCaption(java.lang.String caption)
Sets the "caption" attributevoid
setCustomRollUp(boolean customRollUp)
Sets the "customRollUp" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setGroups(CTGroups groups)
Sets the "groups" elementvoid
setUniqueName(java.lang.String uniqueName)
Sets the "uniqueName" attributevoid
setUser(boolean user)
Sets the "user" attributevoid
unsetCustomRollUp()
Unsets the "customRollUp" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetGroups()
Unsets the "groups" elementvoid
unsetUser()
Unsets the "user" attributeSTXstring
xgetCaption()
Gets (as xml) the "caption" attributeXmlBoolean
xgetCustomRollUp()
Gets (as xml) the "customRollUp" attributeSTXstring
xgetUniqueName()
Gets (as xml) the "uniqueName" attributeXmlBoolean
xgetUser()
Gets (as xml) the "user" attributevoid
xsetCaption(STXstring caption)
Sets (as xml) the "caption" attributevoid
xsetCustomRollUp(XmlBoolean customRollUp)
Sets (as xml) the "customRollUp" attributevoid
xsetUniqueName(STXstring uniqueName)
Sets (as xml) the "uniqueName" attributevoid
xsetUser(XmlBoolean user)
Sets (as xml) the "user" 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
-
getGroups
CTGroups getGroups()
Gets the "groups" element
-
isSetGroups
boolean isSetGroups()
True if has "groups" element
-
setGroups
void setGroups(CTGroups groups)
Sets the "groups" element
-
addNewGroups
CTGroups addNewGroups()
Appends and returns a new empty "groups" element
-
unsetGroups
void unsetGroups()
Unsets the "groups" element
-
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
-
getUniqueName
java.lang.String getUniqueName()
Gets the "uniqueName" attribute
-
xgetUniqueName
STXstring xgetUniqueName()
Gets (as xml) the "uniqueName" attribute
-
setUniqueName
void setUniqueName(java.lang.String uniqueName)
Sets the "uniqueName" attribute
-
xsetUniqueName
void xsetUniqueName(STXstring uniqueName)
Sets (as xml) the "uniqueName" attribute
-
getCaption
java.lang.String getCaption()
Gets the "caption" attribute
-
xgetCaption
STXstring xgetCaption()
Gets (as xml) the "caption" attribute
-
setCaption
void setCaption(java.lang.String caption)
Sets the "caption" attribute
-
xsetCaption
void xsetCaption(STXstring caption)
Sets (as xml) the "caption" attribute
-
getUser
boolean getUser()
Gets the "user" attribute
-
xgetUser
XmlBoolean xgetUser()
Gets (as xml) the "user" attribute
-
isSetUser
boolean isSetUser()
True if has "user" attribute
-
setUser
void setUser(boolean user)
Sets the "user" attribute
-
xsetUser
void xsetUser(XmlBoolean user)
Sets (as xml) the "user" attribute
-
unsetUser
void unsetUser()
Unsets the "user" attribute
-
getCustomRollUp
boolean getCustomRollUp()
Gets the "customRollUp" attribute
-
xgetCustomRollUp
XmlBoolean xgetCustomRollUp()
Gets (as xml) the "customRollUp" attribute
-
isSetCustomRollUp
boolean isSetCustomRollUp()
True if has "customRollUp" attribute
-
setCustomRollUp
void setCustomRollUp(boolean customRollUp)
Sets the "customRollUp" attribute
-
xsetCustomRollUp
void xsetCustomRollUp(XmlBoolean customRollUp)
Sets (as xml) the "customRollUp" attribute
-
unsetCustomRollUp
void unsetCustomRollUp()
Unsets the "customRollUp" attribute
-
-