Interface CTRevisionHeaders
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_RevisionHeaders(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTRevisionHeaders> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "header" elementboolean
Gets the "diskRevisions" attributeboolean
Gets the "exclusive" attributegetGuid()
Gets the "guid" attributeGets array of all "header" elementsgetHeaderArray
(int i) Gets ith "header" elementGets a List of "header" elementsboolean
Gets the "history" attributeboolean
Gets the "keepChangeHistory" attributeGets the "lastGuid" attributelong
Gets the "preserveHistory" attributeboolean
Gets the "protected" attributelong
Gets the "revisionId" attributeboolean
Gets the "shared" attributeboolean
Gets the "trackRevisions" attributeint
Gets the "version" attributeinsertNewHeader
(int i) Inserts and returns a new empty value (as xml) as the ith "header" elementboolean
True if has "diskRevisions" attributeboolean
True if has "exclusive" attributeboolean
True if has "history" attributeboolean
True if has "keepChangeHistory" attributeboolean
True if has "lastGuid" attributeboolean
True if has "preserveHistory" attributeboolean
True if has "protected" attributeboolean
True if has "revisionId" attributeboolean
True if has "shared" attributeboolean
True if has "trackRevisions" attributeboolean
True if has "version" attributevoid
removeHeader
(int i) Removes the ith "header" elementvoid
setDiskRevisions
(boolean diskRevisions) Sets the "diskRevisions" attributevoid
setExclusive
(boolean exclusive) Sets the "exclusive" attributevoid
Sets the "guid" attributevoid
setHeaderArray
(int i, CTRevisionHeader header) Sets ith "header" elementvoid
setHeaderArray
(CTRevisionHeader[] headerArray) Sets array of all "header" elementvoid
setHistory
(boolean history) Sets the "history" attributevoid
setKeepChangeHistory
(boolean keepChangeHistory) Sets the "keepChangeHistory" attributevoid
setLastGuid
(String lastGuid) Sets the "lastGuid" attributevoid
setPreserveHistory
(long preserveHistory) Sets the "preserveHistory" attributevoid
setProtected
(boolean xprotected) Sets the "protected" attributevoid
setRevisionId
(long revisionId) Sets the "revisionId" attributevoid
setShared
(boolean shared) Sets the "shared" attributevoid
setTrackRevisions
(boolean trackRevisions) Sets the "trackRevisions" attributevoid
setVersion
(int version) Sets the "version" attributeint
Returns number of "header" elementvoid
Unsets the "diskRevisions" attributevoid
Unsets the "exclusive" attributevoid
Unsets the "history" attributevoid
Unsets the "keepChangeHistory" attributevoid
Unsets the "lastGuid" attributevoid
Unsets the "preserveHistory" attributevoid
Unsets the "protected" attributevoid
Unsets the "revisionId" attributevoid
Unsets the "shared" attributevoid
Unsets the "trackRevisions" attributevoid
Unsets the "version" attributeGets (as xml) the "diskRevisions" attributeGets (as xml) the "exclusive" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid
xgetGuid()
Gets (as xml) the "guid" attributeGets (as xml) the "history" attributeGets (as xml) the "keepChangeHistory" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid
Gets (as xml) the "lastGuid" attributeGets (as xml) the "preserveHistory" attributeGets (as xml) the "protected" attributeGets (as xml) the "revisionId" attributeGets (as xml) the "shared" attributeGets (as xml) the "trackRevisions" attributeGets (as xml) the "version" attributevoid
xsetDiskRevisions
(XmlBoolean diskRevisions) Sets (as xml) the "diskRevisions" attributevoid
xsetExclusive
(XmlBoolean exclusive) Sets (as xml) the "exclusive" attributevoid
xsetGuid
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid) Sets (as xml) the "guid" attributevoid
xsetHistory
(XmlBoolean history) Sets (as xml) the "history" attributevoid
xsetKeepChangeHistory
(XmlBoolean keepChangeHistory) Sets (as xml) the "keepChangeHistory" attributevoid
xsetLastGuid
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid lastGuid) Sets (as xml) the "lastGuid" attributevoid
xsetPreserveHistory
(XmlUnsignedInt preserveHistory) Sets (as xml) the "preserveHistory" attributevoid
xsetProtected
(XmlBoolean xprotected) Sets (as xml) the "protected" attributevoid
xsetRevisionId
(XmlUnsignedInt revisionId) Sets (as xml) the "revisionId" attributevoid
xsetShared
(XmlBoolean shared) Sets (as xml) the "shared" attributevoid
xsetTrackRevisions
(XmlBoolean trackRevisions) Sets (as xml) the "trackRevisions" attributevoid
xsetVersion
(XmlInt version) Sets (as xml) the "version" attributeMethods 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getHeaderList
List<CTRevisionHeader> getHeaderList()Gets a List of "header" elements -
getHeaderArray
CTRevisionHeader[] getHeaderArray()Gets array of all "header" elements -
getHeaderArray
Gets ith "header" element -
sizeOfHeaderArray
int sizeOfHeaderArray()Returns number of "header" element -
setHeaderArray
Sets array of all "header" element -
setHeaderArray
Sets ith "header" element -
insertNewHeader
Inserts and returns a new empty value (as xml) as the ith "header" element -
addNewHeader
CTRevisionHeader addNewHeader()Appends and returns a new empty value (as xml) as the last "header" element -
removeHeader
void removeHeader(int i) Removes the ith "header" element -
getGuid
String getGuid()Gets the "guid" attribute -
xgetGuid
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()Gets (as xml) the "guid" attribute -
setGuid
Sets the "guid" attribute -
getLastGuid
String getLastGuid()Gets the "lastGuid" attribute -
xgetLastGuid
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetLastGuid()Gets (as xml) the "lastGuid" attribute -
isSetLastGuid
boolean isSetLastGuid()True if has "lastGuid" attribute -
setLastGuid
Sets the "lastGuid" attribute -
unsetLastGuid
void unsetLastGuid()Unsets the "lastGuid" attribute -
getDiskRevisions
boolean getDiskRevisions()Gets the "diskRevisions" attribute -
xgetDiskRevisions
XmlBoolean xgetDiskRevisions()Gets (as xml) the "diskRevisions" attribute -
isSetDiskRevisions
boolean isSetDiskRevisions()True if has "diskRevisions" attribute -
setDiskRevisions
void setDiskRevisions(boolean diskRevisions) Sets the "diskRevisions" attribute -
xsetDiskRevisions
Sets (as xml) the "diskRevisions" attribute -
unsetDiskRevisions
void unsetDiskRevisions()Unsets the "diskRevisions" attribute -
getHistory
boolean getHistory()Gets the "history" attribute -
xgetHistory
XmlBoolean xgetHistory()Gets (as xml) the "history" attribute -
isSetHistory
boolean isSetHistory()True if has "history" attribute -
setHistory
void setHistory(boolean history) Sets the "history" attribute -
xsetHistory
Sets (as xml) the "history" attribute -
unsetHistory
void unsetHistory()Unsets the "history" attribute -
getTrackRevisions
boolean getTrackRevisions()Gets the "trackRevisions" attribute -
xgetTrackRevisions
XmlBoolean xgetTrackRevisions()Gets (as xml) the "trackRevisions" attribute -
isSetTrackRevisions
boolean isSetTrackRevisions()True if has "trackRevisions" attribute -
setTrackRevisions
void setTrackRevisions(boolean trackRevisions) Sets the "trackRevisions" attribute -
xsetTrackRevisions
Sets (as xml) the "trackRevisions" attribute -
unsetTrackRevisions
void unsetTrackRevisions()Unsets the "trackRevisions" attribute -
getExclusive
boolean getExclusive()Gets the "exclusive" attribute -
xgetExclusive
XmlBoolean xgetExclusive()Gets (as xml) the "exclusive" attribute -
isSetExclusive
boolean isSetExclusive()True if has "exclusive" attribute -
setExclusive
void setExclusive(boolean exclusive) Sets the "exclusive" attribute -
xsetExclusive
Sets (as xml) the "exclusive" attribute -
unsetExclusive
void unsetExclusive()Unsets the "exclusive" attribute -
getRevisionId
long getRevisionId()Gets the "revisionId" attribute -
xgetRevisionId
XmlUnsignedInt xgetRevisionId()Gets (as xml) the "revisionId" attribute -
isSetRevisionId
boolean isSetRevisionId()True if has "revisionId" attribute -
setRevisionId
void setRevisionId(long revisionId) Sets the "revisionId" attribute -
xsetRevisionId
Sets (as xml) the "revisionId" attribute -
unsetRevisionId
void unsetRevisionId()Unsets the "revisionId" attribute -
getVersion
int getVersion()Gets the "version" attribute -
xgetVersion
XmlInt xgetVersion()Gets (as xml) the "version" attribute -
isSetVersion
boolean isSetVersion()True if has "version" attribute -
setVersion
void setVersion(int version) Sets the "version" attribute -
xsetVersion
Sets (as xml) the "version" attribute -
unsetVersion
void unsetVersion()Unsets the "version" attribute -
getKeepChangeHistory
boolean getKeepChangeHistory()Gets the "keepChangeHistory" attribute -
xgetKeepChangeHistory
XmlBoolean xgetKeepChangeHistory()Gets (as xml) the "keepChangeHistory" attribute -
isSetKeepChangeHistory
boolean isSetKeepChangeHistory()True if has "keepChangeHistory" attribute -
setKeepChangeHistory
void setKeepChangeHistory(boolean keepChangeHistory) Sets the "keepChangeHistory" attribute -
xsetKeepChangeHistory
Sets (as xml) the "keepChangeHistory" attribute -
unsetKeepChangeHistory
void unsetKeepChangeHistory()Unsets the "keepChangeHistory" attribute -
getProtected
boolean getProtected()Gets the "protected" attribute -
xgetProtected
XmlBoolean xgetProtected()Gets (as xml) the "protected" attribute -
isSetProtected
boolean isSetProtected()True if has "protected" attribute -
setProtected
void setProtected(boolean xprotected) Sets the "protected" attribute -
xsetProtected
Sets (as xml) the "protected" attribute -
unsetProtected
void unsetProtected()Unsets the "protected" attribute -
getPreserveHistory
long getPreserveHistory()Gets the "preserveHistory" attribute -
xgetPreserveHistory
XmlUnsignedInt xgetPreserveHistory()Gets (as xml) the "preserveHistory" attribute -
isSetPreserveHistory
boolean isSetPreserveHistory()True if has "preserveHistory" attribute -
setPreserveHistory
void setPreserveHistory(long preserveHistory) Sets the "preserveHistory" attribute -
xsetPreserveHistory
Sets (as xml) the "preserveHistory" attribute -
unsetPreserveHistory
void unsetPreserveHistory()Unsets the "preserveHistory" attribute
-