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 class
CTRevisionHeader.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTReviewedRevisions
addNewReviewedList()
Appends and returns a new empty "reviewedList" elementCTSheetIdMap
addNewSheetIdMap()
Appends and returns a new empty "sheetIdMap" elementjava.util.Calendar
getDateTime()
Gets the "dateTime" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementjava.lang.String
getGuid()
Gets the "guid" attributejava.lang.String
getId()
Gets the "id" attributelong
getMaxRId()
Gets the "maxRId" attributelong
getMaxSheetId()
Gets the "maxSheetId" attributelong
getMinRId()
Gets the "minRId" attributeCTReviewedRevisions
getReviewedList()
Gets the "reviewedList" elementCTSheetIdMap
getSheetIdMap()
Gets the "sheetIdMap" elementjava.lang.String
getUserName()
Gets the "userName" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetMaxRId()
True if has "maxRId" attributeboolean
isSetMinRId()
True if has "minRId" attributeboolean
isSetReviewedList()
True if has "reviewedList" elementvoid
setDateTime(java.util.Calendar dateTime)
Sets the "dateTime" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setGuid(java.lang.String guid)
Sets the "guid" attributevoid
setId(java.lang.String id)
Sets the "id" attributevoid
setMaxRId(long maxRId)
Sets the "maxRId" attributevoid
setMaxSheetId(long maxSheetId)
Sets the "maxSheetId" attributevoid
setMinRId(long minRId)
Sets the "minRId" attributevoid
setReviewedList(CTReviewedRevisions reviewedList)
Sets the "reviewedList" elementvoid
setSheetIdMap(CTSheetIdMap sheetIdMap)
Sets the "sheetIdMap" elementvoid
setUserName(java.lang.String userName)
Sets the "userName" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetMaxRId()
Unsets the "maxRId" attributevoid
unsetMinRId()
Unsets the "minRId" attributevoid
unsetReviewedList()
Unsets the "reviewedList" elementXmlDateTime
xgetDateTime()
Gets (as xml) the "dateTime" attributeSTGuid
xgetGuid()
Gets (as xml) the "guid" attributeSTRelationshipId
xgetId()
Gets (as xml) the "id" attributeXmlUnsignedInt
xgetMaxRId()
Gets (as xml) the "maxRId" attributeXmlUnsignedInt
xgetMaxSheetId()
Gets (as xml) the "maxSheetId" attributeXmlUnsignedInt
xgetMinRId()
Gets (as xml) the "minRId" attributeSTXstring
xgetUserName()
Gets (as xml) the "userName" attributevoid
xsetDateTime(XmlDateTime dateTime)
Sets (as xml) the "dateTime" attributevoid
xsetGuid(STGuid guid)
Sets (as xml) the "guid" attributevoid
xsetId(STRelationshipId id)
Sets (as xml) the "id" attributevoid
xsetMaxRId(XmlUnsignedInt maxRId)
Sets (as xml) the "maxRId" attributevoid
xsetMaxSheetId(XmlUnsignedInt maxSheetId)
Sets (as xml) the "maxSheetId" attributevoid
xsetMinRId(XmlUnsignedInt minRId)
Sets (as xml) the "minRId" attributevoid
xsetUserName(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
-
-