Interface CTGroupMember
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GroupMember(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGroupMember> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGroup()Gets the "group" attributeGets the "uniqueName" attributebooleanTrue if has "group" attributevoidsetGroup(boolean group) Sets the "group" attributevoidsetUniqueName(String uniqueName) Sets the "uniqueName" attributevoidUnsets the "group" attributeGets (as xml) the "group" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "uniqueName" attributevoidxsetGroup(XmlBoolean group) Sets (as xml) the "group" attributevoidxsetUniqueName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring uniqueName) Sets (as xml) the "uniqueName" 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
-
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 -
getGroup
boolean getGroup()Gets the "group" attribute -
xgetGroup
XmlBoolean xgetGroup()Gets (as xml) the "group" attribute -
isSetGroup
boolean isSetGroup()True if has "group" attribute -
setGroup
void setGroup(boolean group) Sets the "group" attribute -
xsetGroup
Sets (as xml) the "group" attribute -
unsetGroup
void unsetGroup()Unsets the "group" attribute
-