Interface CTSharedUser
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SharedUser(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSharedUser> 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 "extLst" elementGets the "dateTime" attributeGets the "extLst" elementgetGuid()Gets the "guid" attributeintgetId()Gets the "id" attributegetName()Gets the "name" attributebooleanTrue if has "extLst" elementvoidsetDateTime(Calendar dateTime) Sets the "dateTime" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "guid" attributevoidsetId(int id) Sets the "id" attributevoidSets the "name" attributevoidUnsets the "extLst" elementGets (as xml) the "dateTime" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidxgetGuid()Gets (as xml) the "guid" attributexgetId()Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributevoidxsetDateTime(XmlDateTime dateTime) Sets (as xml) the "dateTime" attributevoidxsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid) Sets (as xml) the "guid" attributevoidSets (as xml) the "id" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" 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
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getGuid
String getGuid()Gets the "guid" attribute -
xgetGuid
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()Gets (as xml) the "guid" attribute -
setGuid
Sets the "guid" attribute -
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 -
getId
int getId()Gets the "id" attribute -
xgetId
XmlInt xgetId()Gets (as xml) the "id" attribute -
setId
void setId(int id) Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
getDateTime
Calendar getDateTime()Gets the "dateTime" attribute -
xgetDateTime
XmlDateTime xgetDateTime()Gets (as xml) the "dateTime" attribute -
setDateTime
Sets the "dateTime" attribute -
xsetDateTime
Sets (as xml) the "dateTime" attribute
-