Interface CTSharedUser
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSharedUser extends XmlObject
An XML CT_SharedUser(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSharedUser>
Factory
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" elementjava.util.Calendar
getDateTime()
Gets the "dateTime" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementjava.lang.String
getGuid()
Gets the "guid" attributeint
getId()
Gets the "id" attributejava.lang.String
getName()
Gets the "name" attributeboolean
isSetExtLst()
True if has "extLst" elementvoid
setDateTime(java.util.Calendar dateTime)
Sets the "dateTime" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setGuid(java.lang.String guid)
Sets the "guid" attributevoid
setId(int id)
Sets the "id" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
unsetExtLst()
Unsets the "extLst" elementXmlDateTime
xgetDateTime()
Gets (as xml) the "dateTime" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid
xgetGuid()
Gets (as xml) the "guid" attributeXmlInt
xgetId()
Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring
xgetName()
Gets (as xml) the "name" attributevoid
xsetDateTime(XmlDateTime dateTime)
Sets (as xml) the "dateTime" attributevoid
xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid)
Sets (as xml) the "guid" attributevoid
xsetId(XmlInt id)
Sets (as xml) the "id" attributevoid
xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
Sets (as xml) the "name" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTSharedUser> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
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
-
getGuid
java.lang.String getGuid()
Gets the "guid" attribute
-
xgetGuid
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()
Gets (as xml) the "guid" attribute
-
setGuid
void setGuid(java.lang.String guid)
Sets the "guid" attribute
-
xsetGuid
void xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid)
Sets (as xml) the "guid" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
Sets (as xml) 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
void xsetId(XmlInt id)
Sets (as xml) the "id" attribute
-
getDateTime
java.util.Calendar getDateTime()
Gets the "dateTime" attribute
-
xgetDateTime
XmlDateTime xgetDateTime()
Gets (as xml) the "dateTime" attribute
-
setDateTime
void setDateTime(java.util.Calendar dateTime)
Sets the "dateTime" attribute
-
xsetDateTime
void xsetDateTime(XmlDateTime dateTime)
Sets (as xml) the "dateTime" attribute
-
-