Interface CTCommentAuthor
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCommentAuthor extends XmlObject
An XML CT_CommentAuthor(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCommentAuthor.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" elementlong
getClrIdx()
Gets the "clrIdx" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementlong
getId()
Gets the "id" attributejava.lang.String
getInitials()
Gets the "initials" attributelong
getLastIdx()
Gets the "lastIdx" attributejava.lang.String
getName()
Gets the "name" attributeboolean
isSetExtLst()
True if has "extLst" elementvoid
setClrIdx(long clrIdx)
Sets the "clrIdx" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setId(long id)
Sets the "id" attributevoid
setInitials(java.lang.String initials)
Sets the "initials" attributevoid
setLastIdx(long lastIdx)
Sets the "lastIdx" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
unsetExtLst()
Unsets the "extLst" elementXmlUnsignedInt
xgetClrIdx()
Gets (as xml) the "clrIdx" attributeXmlUnsignedInt
xgetId()
Gets (as xml) the "id" attributeSTName
xgetInitials()
Gets (as xml) the "initials" attributeXmlUnsignedInt
xgetLastIdx()
Gets (as xml) the "lastIdx" attributeSTName
xgetName()
Gets (as xml) the "name" attributevoid
xsetClrIdx(XmlUnsignedInt clrIdx)
Sets (as xml) the "clrIdx" attributevoid
xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attributevoid
xsetInitials(STName initials)
Sets (as xml) the "initials" attributevoid
xsetLastIdx(XmlUnsignedInt lastIdx)
Sets (as xml) the "lastIdx" attributevoid
xsetName(STName 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
-
getId
long getId()
Gets the "id" attribute
-
xgetId
XmlUnsignedInt xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(long id)
Sets the "id" attribute
-
xsetId
void xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STName xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STName name)
Sets (as xml) the "name" attribute
-
getInitials
java.lang.String getInitials()
Gets the "initials" attribute
-
xgetInitials
STName xgetInitials()
Gets (as xml) the "initials" attribute
-
setInitials
void setInitials(java.lang.String initials)
Sets the "initials" attribute
-
xsetInitials
void xsetInitials(STName initials)
Sets (as xml) the "initials" attribute
-
getLastIdx
long getLastIdx()
Gets the "lastIdx" attribute
-
xgetLastIdx
XmlUnsignedInt xgetLastIdx()
Gets (as xml) the "lastIdx" attribute
-
setLastIdx
void setLastIdx(long lastIdx)
Sets the "lastIdx" attribute
-
xsetLastIdx
void xsetLastIdx(XmlUnsignedInt lastIdx)
Sets (as xml) the "lastIdx" attribute
-
getClrIdx
long getClrIdx()
Gets the "clrIdx" attribute
-
xgetClrIdx
XmlUnsignedInt xgetClrIdx()
Gets (as xml) the "clrIdx" attribute
-
setClrIdx
void setClrIdx(long clrIdx)
Sets the "clrIdx" attribute
-
xsetClrIdx
void xsetClrIdx(XmlUnsignedInt clrIdx)
Sets (as xml) the "clrIdx" attribute
-
-