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 classCTRevisionComment.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 STRevisionAction.EnumgetAction()Gets the "action" attributebooleangetAlwaysShow()Gets the "alwaysShow" attributejava.lang.StringgetAuthor()Gets the "author" attributejava.lang.StringgetCell()Gets the "cell" attributejava.lang.StringgetGuid()Gets the "guid" attributebooleangetHiddenColumn()Gets the "hiddenColumn" attributebooleangetHiddenRow()Gets the "hiddenRow" attributelonggetNewLength()Gets the "newLength" attributebooleangetOld()Gets the "old" attributelonggetOldLength()Gets the "oldLength" attributelonggetSheetId()Gets the "sheetId" attributebooleanisSetAction()True if has "action" attributebooleanisSetAlwaysShow()True if has "alwaysShow" attributebooleanisSetHiddenColumn()True if has "hiddenColumn" attributebooleanisSetHiddenRow()True if has "hiddenRow" attributebooleanisSetNewLength()True if has "newLength" attributebooleanisSetOld()True if has "old" attributebooleanisSetOldLength()True if has "oldLength" attributevoidsetAction(STRevisionAction.Enum action)Sets the "action" attributevoidsetAlwaysShow(boolean alwaysShow)Sets the "alwaysShow" attributevoidsetAuthor(java.lang.String author)Sets the "author" attributevoidsetCell(java.lang.String cell)Sets the "cell" attributevoidsetGuid(java.lang.String guid)Sets the "guid" attributevoidsetHiddenColumn(boolean hiddenColumn)Sets the "hiddenColumn" attributevoidsetHiddenRow(boolean hiddenRow)Sets the "hiddenRow" attributevoidsetNewLength(long newLength)Sets the "newLength" attributevoidsetOld(boolean old)Sets the "old" attributevoidsetOldLength(long oldLength)Sets the "oldLength" attributevoidsetSheetId(long sheetId)Sets the "sheetId" attributevoidunsetAction()Unsets the "action" attributevoidunsetAlwaysShow()Unsets the "alwaysShow" attributevoidunsetHiddenColumn()Unsets the "hiddenColumn" attributevoidunsetHiddenRow()Unsets the "hiddenRow" attributevoidunsetNewLength()Unsets the "newLength" attributevoidunsetOld()Unsets the "old" attributevoidunsetOldLength()Unsets the "oldLength" attributeSTRevisionActionxgetAction()Gets (as xml) the "action" attributeXmlBooleanxgetAlwaysShow()Gets (as xml) the "alwaysShow" attributeSTXstringxgetAuthor()Gets (as xml) the "author" attributeSTCellRefxgetCell()Gets (as xml) the "cell" attributeSTGuidxgetGuid()Gets (as xml) the "guid" attributeXmlBooleanxgetHiddenColumn()Gets (as xml) the "hiddenColumn" attributeXmlBooleanxgetHiddenRow()Gets (as xml) the "hiddenRow" attributeXmlUnsignedIntxgetNewLength()Gets (as xml) the "newLength" attributeXmlBooleanxgetOld()Gets (as xml) the "old" attributeXmlUnsignedIntxgetOldLength()Gets (as xml) the "oldLength" attributeXmlUnsignedIntxgetSheetId()Gets (as xml) the "sheetId" attributevoidxsetAction(STRevisionAction action)Sets (as xml) the "action" attributevoidxsetAlwaysShow(XmlBoolean alwaysShow)Sets (as xml) the "alwaysShow" attributevoidxsetAuthor(STXstring author)Sets (as xml) the "author" attributevoidxsetCell(STCellRef cell)Sets (as xml) the "cell" attributevoidxsetGuid(STGuid guid)Sets (as xml) the "guid" attributevoidxsetHiddenColumn(XmlBoolean hiddenColumn)Sets (as xml) the "hiddenColumn" attributevoidxsetHiddenRow(XmlBoolean hiddenRow)Sets (as xml) the "hiddenRow" attributevoidxsetNewLength(XmlUnsignedInt newLength)Sets (as xml) the "newLength" attributevoidxsetOld(XmlBoolean old)Sets (as xml) the "old" attributevoidxsetOldLength(XmlUnsignedInt oldLength)Sets (as xml) the "oldLength" attributevoidxsetSheetId(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
-
-