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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTSharedUser.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" 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" attributeSTGuid
xgetGuid()
Gets (as xml) the "guid" attributeXmlInt
xgetId()
Gets (as xml) the "id" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributevoid
xsetDateTime(XmlDateTime dateTime)
Sets (as xml) the "dateTime" attributevoid
xsetGuid(STGuid guid)
Sets (as xml) the "guid" attributevoid
xsetId(XmlInt id)
Sets (as xml) the "id" attributevoid
xsetName(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
STGuid xgetGuid()
Gets (as xml) the "guid" attribute
-
setGuid
void setGuid(java.lang.String guid)
Sets the "guid" attribute
-
xsetGuid
void xsetGuid(STGuid guid)
Sets (as xml) the "guid" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(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
-
-