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 classCTCommentAuthor.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementlonggetClrIdx()Gets the "clrIdx" attributeCTExtensionListgetExtLst()Gets the "extLst" elementlonggetId()Gets the "id" attributejava.lang.StringgetInitials()Gets the "initials" attributelonggetLastIdx()Gets the "lastIdx" attributejava.lang.StringgetName()Gets the "name" attributebooleanisSetExtLst()True if has "extLst" elementvoidsetClrIdx(long clrIdx)Sets the "clrIdx" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetId(long id)Sets the "id" attributevoidsetInitials(java.lang.String initials)Sets the "initials" attributevoidsetLastIdx(long lastIdx)Sets the "lastIdx" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidunsetExtLst()Unsets the "extLst" elementXmlUnsignedIntxgetClrIdx()Gets (as xml) the "clrIdx" attributeXmlUnsignedIntxgetId()Gets (as xml) the "id" attributeSTNamexgetInitials()Gets (as xml) the "initials" attributeXmlUnsignedIntxgetLastIdx()Gets (as xml) the "lastIdx" attributeSTNamexgetName()Gets (as xml) the "name" attributevoidxsetClrIdx(XmlUnsignedInt clrIdx)Sets (as xml) the "clrIdx" attributevoidxsetId(XmlUnsignedInt id)Sets (as xml) the "id" attributevoidxsetInitials(STName initials)Sets (as xml) the "initials" attributevoidxsetLastIdx(XmlUnsignedInt lastIdx)Sets (as xml) the "lastIdx" attributevoidxsetName(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
-
-