Interface CTRevisionHeader
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTRevisionHeader extends XmlObject
An XML CT_RevisionHeader(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTRevisionHeader.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" elementCTReviewedRevisionsaddNewReviewedList()Appends and returns a new empty "reviewedList" elementCTSheetIdMapaddNewSheetIdMap()Appends and returns a new empty "sheetIdMap" elementjava.util.CalendargetDateTime()Gets the "dateTime" attributeCTExtensionListgetExtLst()Gets the "extLst" elementjava.lang.StringgetGuid()Gets the "guid" attributejava.lang.StringgetId()Gets the "id" attributelonggetMaxRId()Gets the "maxRId" attributelonggetMaxSheetId()Gets the "maxSheetId" attributelonggetMinRId()Gets the "minRId" attributeCTReviewedRevisionsgetReviewedList()Gets the "reviewedList" elementCTSheetIdMapgetSheetIdMap()Gets the "sheetIdMap" elementjava.lang.StringgetUserName()Gets the "userName" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetMaxRId()True if has "maxRId" attributebooleanisSetMinRId()True if has "minRId" attributebooleanisSetReviewedList()True if has "reviewedList" elementvoidsetDateTime(java.util.Calendar dateTime)Sets the "dateTime" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetGuid(java.lang.String guid)Sets the "guid" attributevoidsetId(java.lang.String id)Sets the "id" attributevoidsetMaxRId(long maxRId)Sets the "maxRId" attributevoidsetMaxSheetId(long maxSheetId)Sets the "maxSheetId" attributevoidsetMinRId(long minRId)Sets the "minRId" attributevoidsetReviewedList(CTReviewedRevisions reviewedList)Sets the "reviewedList" elementvoidsetSheetIdMap(CTSheetIdMap sheetIdMap)Sets the "sheetIdMap" elementvoidsetUserName(java.lang.String userName)Sets the "userName" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetMaxRId()Unsets the "maxRId" attributevoidunsetMinRId()Unsets the "minRId" attributevoidunsetReviewedList()Unsets the "reviewedList" elementXmlDateTimexgetDateTime()Gets (as xml) the "dateTime" attributeSTGuidxgetGuid()Gets (as xml) the "guid" attributeSTRelationshipIdxgetId()Gets (as xml) the "id" attributeXmlUnsignedIntxgetMaxRId()Gets (as xml) the "maxRId" attributeXmlUnsignedIntxgetMaxSheetId()Gets (as xml) the "maxSheetId" attributeXmlUnsignedIntxgetMinRId()Gets (as xml) the "minRId" attributeSTXstringxgetUserName()Gets (as xml) the "userName" attributevoidxsetDateTime(XmlDateTime dateTime)Sets (as xml) the "dateTime" attributevoidxsetGuid(STGuid guid)Sets (as xml) the "guid" attributevoidxsetId(STRelationshipId id)Sets (as xml) the "id" attributevoidxsetMaxRId(XmlUnsignedInt maxRId)Sets (as xml) the "maxRId" attributevoidxsetMaxSheetId(XmlUnsignedInt maxSheetId)Sets (as xml) the "maxSheetId" attributevoidxsetMinRId(XmlUnsignedInt minRId)Sets (as xml) the "minRId" attributevoidxsetUserName(STXstring userName)Sets (as xml) the "userName" 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
-
getSheetIdMap
CTSheetIdMap getSheetIdMap()
Gets the "sheetIdMap" element
-
setSheetIdMap
void setSheetIdMap(CTSheetIdMap sheetIdMap)
Sets the "sheetIdMap" element
-
addNewSheetIdMap
CTSheetIdMap addNewSheetIdMap()
Appends and returns a new empty "sheetIdMap" element
-
getReviewedList
CTReviewedRevisions getReviewedList()
Gets the "reviewedList" element
-
isSetReviewedList
boolean isSetReviewedList()
True if has "reviewedList" element
-
setReviewedList
void setReviewedList(CTReviewedRevisions reviewedList)
Sets the "reviewedList" element
-
addNewReviewedList
CTReviewedRevisions addNewReviewedList()
Appends and returns a new empty "reviewedList" element
-
unsetReviewedList
void unsetReviewedList()
Unsets the "reviewedList" element
-
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
-
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
-
getDateTime
java.util.Calendar getDateTime()
Gets the "dateTime" attribute
-
xgetDateTime
XmlDateTime xgetDateTime()
Gets (as xml) the "dateTime" attribute
-
setDateTime
void setDateTime(java.util.Calendar dateTime)
Sets the "dateTime" attribute
-
xsetDateTime
void xsetDateTime(XmlDateTime dateTime)
Sets (as xml) the "dateTime" attribute
-
getMaxSheetId
long getMaxSheetId()
Gets the "maxSheetId" attribute
-
xgetMaxSheetId
XmlUnsignedInt xgetMaxSheetId()
Gets (as xml) the "maxSheetId" attribute
-
setMaxSheetId
void setMaxSheetId(long maxSheetId)
Sets the "maxSheetId" attribute
-
xsetMaxSheetId
void xsetMaxSheetId(XmlUnsignedInt maxSheetId)
Sets (as xml) the "maxSheetId" attribute
-
getUserName
java.lang.String getUserName()
Gets the "userName" attribute
-
xgetUserName
STXstring xgetUserName()
Gets (as xml) the "userName" attribute
-
setUserName
void setUserName(java.lang.String userName)
Sets the "userName" attribute
-
xsetUserName
void xsetUserName(STXstring userName)
Sets (as xml) the "userName" attribute
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
getMinRId
long getMinRId()
Gets the "minRId" attribute
-
xgetMinRId
XmlUnsignedInt xgetMinRId()
Gets (as xml) the "minRId" attribute
-
isSetMinRId
boolean isSetMinRId()
True if has "minRId" attribute
-
setMinRId
void setMinRId(long minRId)
Sets the "minRId" attribute
-
xsetMinRId
void xsetMinRId(XmlUnsignedInt minRId)
Sets (as xml) the "minRId" attribute
-
unsetMinRId
void unsetMinRId()
Unsets the "minRId" attribute
-
getMaxRId
long getMaxRId()
Gets the "maxRId" attribute
-
xgetMaxRId
XmlUnsignedInt xgetMaxRId()
Gets (as xml) the "maxRId" attribute
-
isSetMaxRId
boolean isSetMaxRId()
True if has "maxRId" attribute
-
setMaxRId
void setMaxRId(long maxRId)
Sets the "maxRId" attribute
-
xsetMaxRId
void xsetMaxRId(XmlUnsignedInt maxRId)
Sets (as xml) the "maxRId" attribute
-
unsetMaxRId
void unsetMaxRId()
Unsets the "maxRId" attribute
-
-