Interface CTLevelGroup
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_LevelGroup(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTLevelGroup> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "groupMembers" elementGets the "caption" attributeGets the "groupMembers" elementintgetId()Gets the "id" attributegetName()Gets the "name" attributeGets the "uniqueName" attributeGets the "uniqueParent" attributebooleanisSetId()True if has "id" attributebooleanTrue if has "uniqueParent" attributevoidsetCaption(String caption) Sets the "caption" attributevoidsetGroupMembers(CTGroupMembers groupMembers) Sets the "groupMembers" elementvoidsetId(int id) Sets the "id" attributevoidSets the "name" attributevoidsetUniqueName(String uniqueName) Sets the "uniqueName" attributevoidsetUniqueParent(String uniqueParent) Sets the "uniqueParent" attributevoidunsetId()Unsets the "id" attributevoidUnsets the "uniqueParent" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "caption" attributexgetId()Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "uniqueName" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "uniqueParent" attributevoidxsetCaption(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring caption) Sets (as xml) the "caption" attributevoidSets (as xml) the "id" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" attributevoidxsetUniqueName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring uniqueName) Sets (as xml) the "uniqueName" attributevoidxsetUniqueParent(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring uniqueParent) Sets (as xml) the "uniqueParent" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getGroupMembers
CTGroupMembers getGroupMembers()Gets the "groupMembers" element -
setGroupMembers
Sets the "groupMembers" element -
addNewGroupMembers
CTGroupMembers addNewGroupMembers()Appends and returns a new empty "groupMembers" element -
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
getUniqueName
String getUniqueName()Gets the "uniqueName" attribute -
xgetUniqueName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUniqueName()Gets (as xml) the "uniqueName" attribute -
setUniqueName
Sets the "uniqueName" attribute -
getCaption
String getCaption()Gets the "caption" attribute -
xgetCaption
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCaption()Gets (as xml) the "caption" attribute -
setCaption
Sets the "caption" attribute -
getUniqueParent
String getUniqueParent()Gets the "uniqueParent" attribute -
xgetUniqueParent
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUniqueParent()Gets (as xml) the "uniqueParent" attribute -
isSetUniqueParent
boolean isSetUniqueParent()True if has "uniqueParent" attribute -
setUniqueParent
Sets the "uniqueParent" attribute -
unsetUniqueParent
void unsetUniqueParent()Unsets the "uniqueParent" attribute -
getId
int getId()Gets the "id" attribute -
xgetId
XmlInt xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
void setId(int id) Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute
-