Interface CTRevisionHeaders
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTRevisionHeaders extends XmlObject
An XML CT_RevisionHeaders(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTRevisionHeaders.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 Deprecated Methods Modifier and Type Method Description CTRevisionHeaderaddNewHeader()Appends and returns a new empty value (as xml) as the last "header" elementbooleangetDiskRevisions()Gets the "diskRevisions" attributebooleangetExclusive()Gets the "exclusive" attributejava.lang.StringgetGuid()Gets the "guid" attributeCTRevisionHeader[]getHeaderArray()Deprecated.CTRevisionHeadergetHeaderArray(int i)Gets ith "header" elementjava.util.List<CTRevisionHeader>getHeaderList()Gets a List of "header" elementsbooleangetHistory()Gets the "history" attributebooleangetKeepChangeHistory()Gets the "keepChangeHistory" attributejava.lang.StringgetLastGuid()Gets the "lastGuid" attributelonggetPreserveHistory()Gets the "preserveHistory" attributebooleangetProtected()Gets the "protected" attributelonggetRevisionId()Gets the "revisionId" attributebooleangetShared()Gets the "shared" attributebooleangetTrackRevisions()Gets the "trackRevisions" attributeintgetVersion()Gets the "version" attributeCTRevisionHeaderinsertNewHeader(int i)Inserts and returns a new empty value (as xml) as the ith "header" elementbooleanisSetDiskRevisions()True if has "diskRevisions" attributebooleanisSetExclusive()True if has "exclusive" attributebooleanisSetHistory()True if has "history" attributebooleanisSetKeepChangeHistory()True if has "keepChangeHistory" attributebooleanisSetLastGuid()True if has "lastGuid" attributebooleanisSetPreserveHistory()True if has "preserveHistory" attributebooleanisSetProtected()True if has "protected" attributebooleanisSetRevisionId()True if has "revisionId" attributebooleanisSetShared()True if has "shared" attributebooleanisSetTrackRevisions()True if has "trackRevisions" attributebooleanisSetVersion()True if has "version" attributevoidremoveHeader(int i)Removes the ith "header" elementvoidsetDiskRevisions(boolean diskRevisions)Sets the "diskRevisions" attributevoidsetExclusive(boolean exclusive)Sets the "exclusive" attributevoidsetGuid(java.lang.String guid)Sets the "guid" attributevoidsetHeaderArray(int i, CTRevisionHeader header)Sets ith "header" elementvoidsetHeaderArray(CTRevisionHeader[] headerArray)Sets array of all "header" elementvoidsetHistory(boolean history)Sets the "history" attributevoidsetKeepChangeHistory(boolean keepChangeHistory)Sets the "keepChangeHistory" attributevoidsetLastGuid(java.lang.String lastGuid)Sets the "lastGuid" attributevoidsetPreserveHistory(long preserveHistory)Sets the "preserveHistory" attributevoidsetProtected(boolean xprotected)Sets the "protected" attributevoidsetRevisionId(long revisionId)Sets the "revisionId" attributevoidsetShared(boolean shared)Sets the "shared" attributevoidsetTrackRevisions(boolean trackRevisions)Sets the "trackRevisions" attributevoidsetVersion(int version)Sets the "version" attributeintsizeOfHeaderArray()Returns number of "header" elementvoidunsetDiskRevisions()Unsets the "diskRevisions" attributevoidunsetExclusive()Unsets the "exclusive" attributevoidunsetHistory()Unsets the "history" attributevoidunsetKeepChangeHistory()Unsets the "keepChangeHistory" attributevoidunsetLastGuid()Unsets the "lastGuid" attributevoidunsetPreserveHistory()Unsets the "preserveHistory" attributevoidunsetProtected()Unsets the "protected" attributevoidunsetRevisionId()Unsets the "revisionId" attributevoidunsetShared()Unsets the "shared" attributevoidunsetTrackRevisions()Unsets the "trackRevisions" attributevoidunsetVersion()Unsets the "version" attributeXmlBooleanxgetDiskRevisions()Gets (as xml) the "diskRevisions" attributeXmlBooleanxgetExclusive()Gets (as xml) the "exclusive" attributeSTGuidxgetGuid()Gets (as xml) the "guid" attributeXmlBooleanxgetHistory()Gets (as xml) the "history" attributeXmlBooleanxgetKeepChangeHistory()Gets (as xml) the "keepChangeHistory" attributeSTGuidxgetLastGuid()Gets (as xml) the "lastGuid" attributeXmlUnsignedIntxgetPreserveHistory()Gets (as xml) the "preserveHistory" attributeXmlBooleanxgetProtected()Gets (as xml) the "protected" attributeXmlUnsignedIntxgetRevisionId()Gets (as xml) the "revisionId" attributeXmlBooleanxgetShared()Gets (as xml) the "shared" attributeXmlBooleanxgetTrackRevisions()Gets (as xml) the "trackRevisions" attributeXmlIntxgetVersion()Gets (as xml) the "version" attributevoidxsetDiskRevisions(XmlBoolean diskRevisions)Sets (as xml) the "diskRevisions" attributevoidxsetExclusive(XmlBoolean exclusive)Sets (as xml) the "exclusive" attributevoidxsetGuid(STGuid guid)Sets (as xml) the "guid" attributevoidxsetHistory(XmlBoolean history)Sets (as xml) the "history" attributevoidxsetKeepChangeHistory(XmlBoolean keepChangeHistory)Sets (as xml) the "keepChangeHistory" attributevoidxsetLastGuid(STGuid lastGuid)Sets (as xml) the "lastGuid" attributevoidxsetPreserveHistory(XmlUnsignedInt preserveHistory)Sets (as xml) the "preserveHistory" attributevoidxsetProtected(XmlBoolean xprotected)Sets (as xml) the "protected" attributevoidxsetRevisionId(XmlUnsignedInt revisionId)Sets (as xml) the "revisionId" attributevoidxsetShared(XmlBoolean shared)Sets (as xml) the "shared" attributevoidxsetTrackRevisions(XmlBoolean trackRevisions)Sets (as xml) the "trackRevisions" attributevoidxsetVersion(XmlInt version)Sets (as xml) the "version" 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
-
getHeaderList
java.util.List<CTRevisionHeader> getHeaderList()
Gets a List of "header" elements
-
getHeaderArray
@Deprecated CTRevisionHeader[] getHeaderArray()
Deprecated.Gets array of all "header" elements
-
getHeaderArray
CTRevisionHeader getHeaderArray(int i)
Gets ith "header" element
-
sizeOfHeaderArray
int sizeOfHeaderArray()
Returns number of "header" element
-
setHeaderArray
void setHeaderArray(CTRevisionHeader[] headerArray)
Sets array of all "header" element
-
setHeaderArray
void setHeaderArray(int i, CTRevisionHeader header)Sets ith "header" element
-
insertNewHeader
CTRevisionHeader insertNewHeader(int i)
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
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
-
getLastGuid
java.lang.String getLastGuid()
Gets the "lastGuid" attribute
-
xgetLastGuid
STGuid xgetLastGuid()
Gets (as xml) the "lastGuid" attribute
-
isSetLastGuid
boolean isSetLastGuid()
True if has "lastGuid" attribute
-
setLastGuid
void setLastGuid(java.lang.String lastGuid)
Sets the "lastGuid" attribute
-
xsetLastGuid
void xsetLastGuid(STGuid lastGuid)
Sets (as xml) the "lastGuid" attribute
-
unsetLastGuid
void unsetLastGuid()
Unsets the "lastGuid" attribute
-
getShared
boolean getShared()
Gets the "shared" attribute
-
xgetShared
XmlBoolean xgetShared()
Gets (as xml) the "shared" attribute
-
isSetShared
boolean isSetShared()
True if has "shared" attribute
-
setShared
void setShared(boolean shared)
Sets the "shared" attribute
-
xsetShared
void xsetShared(XmlBoolean shared)
Sets (as xml) the "shared" attribute
-
unsetShared
void unsetShared()
Unsets the "shared" 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
void xsetDiskRevisions(XmlBoolean diskRevisions)
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
void xsetHistory(XmlBoolean history)
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
void xsetTrackRevisions(XmlBoolean trackRevisions)
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
void xsetExclusive(XmlBoolean exclusive)
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
void xsetRevisionId(XmlUnsignedInt revisionId)
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
void xsetVersion(XmlInt version)
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
void xsetKeepChangeHistory(XmlBoolean keepChangeHistory)
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
void xsetProtected(XmlBoolean xprotected)
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
void xsetPreserveHistory(XmlUnsignedInt preserveHistory)
Sets (as xml) the "preserveHistory" attribute
-
unsetPreserveHistory
void unsetPreserveHistory()
Unsets the "preserveHistory" attribute
-
-