Interface CTRevisionComment
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRevisionComment extends XmlObject
An XML CT_RevisionComment(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRevisionComment.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 STRevisionAction.Enum
getAction()
Gets the "action" attributeboolean
getAlwaysShow()
Gets the "alwaysShow" attributejava.lang.String
getAuthor()
Gets the "author" attributejava.lang.String
getCell()
Gets the "cell" attributejava.lang.String
getGuid()
Gets the "guid" attributeboolean
getHiddenColumn()
Gets the "hiddenColumn" attributeboolean
getHiddenRow()
Gets the "hiddenRow" attributelong
getNewLength()
Gets the "newLength" attributeboolean
getOld()
Gets the "old" attributelong
getOldLength()
Gets the "oldLength" attributelong
getSheetId()
Gets the "sheetId" attributeboolean
isSetAction()
True if has "action" attributeboolean
isSetAlwaysShow()
True if has "alwaysShow" attributeboolean
isSetHiddenColumn()
True if has "hiddenColumn" attributeboolean
isSetHiddenRow()
True if has "hiddenRow" attributeboolean
isSetNewLength()
True if has "newLength" attributeboolean
isSetOld()
True if has "old" attributeboolean
isSetOldLength()
True if has "oldLength" attributevoid
setAction(STRevisionAction.Enum action)
Sets the "action" attributevoid
setAlwaysShow(boolean alwaysShow)
Sets the "alwaysShow" attributevoid
setAuthor(java.lang.String author)
Sets the "author" attributevoid
setCell(java.lang.String cell)
Sets the "cell" attributevoid
setGuid(java.lang.String guid)
Sets the "guid" attributevoid
setHiddenColumn(boolean hiddenColumn)
Sets the "hiddenColumn" attributevoid
setHiddenRow(boolean hiddenRow)
Sets the "hiddenRow" attributevoid
setNewLength(long newLength)
Sets the "newLength" attributevoid
setOld(boolean old)
Sets the "old" attributevoid
setOldLength(long oldLength)
Sets the "oldLength" attributevoid
setSheetId(long sheetId)
Sets the "sheetId" attributevoid
unsetAction()
Unsets the "action" attributevoid
unsetAlwaysShow()
Unsets the "alwaysShow" attributevoid
unsetHiddenColumn()
Unsets the "hiddenColumn" attributevoid
unsetHiddenRow()
Unsets the "hiddenRow" attributevoid
unsetNewLength()
Unsets the "newLength" attributevoid
unsetOld()
Unsets the "old" attributevoid
unsetOldLength()
Unsets the "oldLength" attributeSTRevisionAction
xgetAction()
Gets (as xml) the "action" attributeXmlBoolean
xgetAlwaysShow()
Gets (as xml) the "alwaysShow" attributeSTXstring
xgetAuthor()
Gets (as xml) the "author" attributeSTCellRef
xgetCell()
Gets (as xml) the "cell" attributeSTGuid
xgetGuid()
Gets (as xml) the "guid" attributeXmlBoolean
xgetHiddenColumn()
Gets (as xml) the "hiddenColumn" attributeXmlBoolean
xgetHiddenRow()
Gets (as xml) the "hiddenRow" attributeXmlUnsignedInt
xgetNewLength()
Gets (as xml) the "newLength" attributeXmlBoolean
xgetOld()
Gets (as xml) the "old" attributeXmlUnsignedInt
xgetOldLength()
Gets (as xml) the "oldLength" attributeXmlUnsignedInt
xgetSheetId()
Gets (as xml) the "sheetId" attributevoid
xsetAction(STRevisionAction action)
Sets (as xml) the "action" attributevoid
xsetAlwaysShow(XmlBoolean alwaysShow)
Sets (as xml) the "alwaysShow" attributevoid
xsetAuthor(STXstring author)
Sets (as xml) the "author" attributevoid
xsetCell(STCellRef cell)
Sets (as xml) the "cell" attributevoid
xsetGuid(STGuid guid)
Sets (as xml) the "guid" attributevoid
xsetHiddenColumn(XmlBoolean hiddenColumn)
Sets (as xml) the "hiddenColumn" attributevoid
xsetHiddenRow(XmlBoolean hiddenRow)
Sets (as xml) the "hiddenRow" attributevoid
xsetNewLength(XmlUnsignedInt newLength)
Sets (as xml) the "newLength" attributevoid
xsetOld(XmlBoolean old)
Sets (as xml) the "old" attributevoid
xsetOldLength(XmlUnsignedInt oldLength)
Sets (as xml) the "oldLength" attributevoid
xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" 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
-
getSheetId
long getSheetId()
Gets the "sheetId" attribute
-
xgetSheetId
XmlUnsignedInt xgetSheetId()
Gets (as xml) the "sheetId" attribute
-
setSheetId
void setSheetId(long sheetId)
Sets the "sheetId" attribute
-
xsetSheetId
void xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" attribute
-
getCell
java.lang.String getCell()
Gets the "cell" attribute
-
xgetCell
STCellRef xgetCell()
Gets (as xml) the "cell" attribute
-
setCell
void setCell(java.lang.String cell)
Sets the "cell" attribute
-
xsetCell
void xsetCell(STCellRef cell)
Sets (as xml) the "cell" attribute
-
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
-
getAction
STRevisionAction.Enum getAction()
Gets the "action" attribute
-
xgetAction
STRevisionAction xgetAction()
Gets (as xml) the "action" attribute
-
isSetAction
boolean isSetAction()
True if has "action" attribute
-
setAction
void setAction(STRevisionAction.Enum action)
Sets the "action" attribute
-
xsetAction
void xsetAction(STRevisionAction action)
Sets (as xml) the "action" attribute
-
unsetAction
void unsetAction()
Unsets the "action" attribute
-
getAlwaysShow
boolean getAlwaysShow()
Gets the "alwaysShow" attribute
-
xgetAlwaysShow
XmlBoolean xgetAlwaysShow()
Gets (as xml) the "alwaysShow" attribute
-
isSetAlwaysShow
boolean isSetAlwaysShow()
True if has "alwaysShow" attribute
-
setAlwaysShow
void setAlwaysShow(boolean alwaysShow)
Sets the "alwaysShow" attribute
-
xsetAlwaysShow
void xsetAlwaysShow(XmlBoolean alwaysShow)
Sets (as xml) the "alwaysShow" attribute
-
unsetAlwaysShow
void unsetAlwaysShow()
Unsets the "alwaysShow" attribute
-
getOld
boolean getOld()
Gets the "old" attribute
-
xgetOld
XmlBoolean xgetOld()
Gets (as xml) the "old" attribute
-
isSetOld
boolean isSetOld()
True if has "old" attribute
-
setOld
void setOld(boolean old)
Sets the "old" attribute
-
xsetOld
void xsetOld(XmlBoolean old)
Sets (as xml) the "old" attribute
-
unsetOld
void unsetOld()
Unsets the "old" attribute
-
getHiddenRow
boolean getHiddenRow()
Gets the "hiddenRow" attribute
-
xgetHiddenRow
XmlBoolean xgetHiddenRow()
Gets (as xml) the "hiddenRow" attribute
-
isSetHiddenRow
boolean isSetHiddenRow()
True if has "hiddenRow" attribute
-
setHiddenRow
void setHiddenRow(boolean hiddenRow)
Sets the "hiddenRow" attribute
-
xsetHiddenRow
void xsetHiddenRow(XmlBoolean hiddenRow)
Sets (as xml) the "hiddenRow" attribute
-
unsetHiddenRow
void unsetHiddenRow()
Unsets the "hiddenRow" attribute
-
getHiddenColumn
boolean getHiddenColumn()
Gets the "hiddenColumn" attribute
-
xgetHiddenColumn
XmlBoolean xgetHiddenColumn()
Gets (as xml) the "hiddenColumn" attribute
-
isSetHiddenColumn
boolean isSetHiddenColumn()
True if has "hiddenColumn" attribute
-
setHiddenColumn
void setHiddenColumn(boolean hiddenColumn)
Sets the "hiddenColumn" attribute
-
xsetHiddenColumn
void xsetHiddenColumn(XmlBoolean hiddenColumn)
Sets (as xml) the "hiddenColumn" attribute
-
unsetHiddenColumn
void unsetHiddenColumn()
Unsets the "hiddenColumn" attribute
-
getAuthor
java.lang.String getAuthor()
Gets the "author" attribute
-
xgetAuthor
STXstring xgetAuthor()
Gets (as xml) the "author" attribute
-
setAuthor
void setAuthor(java.lang.String author)
Sets the "author" attribute
-
xsetAuthor
void xsetAuthor(STXstring author)
Sets (as xml) the "author" attribute
-
getOldLength
long getOldLength()
Gets the "oldLength" attribute
-
xgetOldLength
XmlUnsignedInt xgetOldLength()
Gets (as xml) the "oldLength" attribute
-
isSetOldLength
boolean isSetOldLength()
True if has "oldLength" attribute
-
setOldLength
void setOldLength(long oldLength)
Sets the "oldLength" attribute
-
xsetOldLength
void xsetOldLength(XmlUnsignedInt oldLength)
Sets (as xml) the "oldLength" attribute
-
unsetOldLength
void unsetOldLength()
Unsets the "oldLength" attribute
-
getNewLength
long getNewLength()
Gets the "newLength" attribute
-
xgetNewLength
XmlUnsignedInt xgetNewLength()
Gets (as xml) the "newLength" attribute
-
isSetNewLength
boolean isSetNewLength()
True if has "newLength" attribute
-
setNewLength
void setNewLength(long newLength)
Sets the "newLength" attribute
-
xsetNewLength
void xsetNewLength(XmlUnsignedInt newLength)
Sets (as xml) the "newLength" attribute
-
unsetNewLength
void unsetNewLength()
Unsets the "newLength" attribute
-
-