Interface CTRevisionSheetRename
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_RevisionSheetRename(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTRevisionSheetRename> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementGets the "extLst" elementGets the "newName" attributeGets the "oldName" attributebooleangetRa()Gets the "ra" attributelonggetRId()Gets the "rId" attributelongGets the "sheetId" attributebooleangetUa()Gets the "ua" attributebooleanTrue if has "extLst" elementbooleanisSetRa()True if has "ra" attributebooleanisSetUa()True if has "ua" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetNewName(String newName) Sets the "newName" attributevoidsetOldName(String oldName) Sets the "oldName" attributevoidsetRa(boolean ra) Sets the "ra" attributevoidsetRId(long rId) Sets the "rId" attributevoidsetSheetId(long sheetId) Sets the "sheetId" attributevoidsetUa(boolean ua) Sets the "ua" attributevoidUnsets the "extLst" elementvoidunsetRa()Unsets the "ra" attributevoidunsetUa()Unsets the "ua" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "newName" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "oldName" attributexgetRa()Gets (as xml) the "ra" attributexgetRId()Gets (as xml) the "rId" attributeGets (as xml) the "sheetId" attributexgetUa()Gets (as xml) the "ua" attributevoidxsetNewName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring newName) Sets (as xml) the "newName" attributevoidxsetOldName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring oldName) Sets (as xml) the "oldName" attributevoidxsetRa(XmlBoolean ra) Sets (as xml) the "ra" attributevoidxsetRId(XmlUnsignedInt rId) Sets (as xml) the "rId" attributevoidxsetSheetId(XmlUnsignedInt sheetId) Sets (as xml) the "sheetId" attributevoidxsetUa(XmlBoolean ua) Sets (as xml) the "ua" 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, valueHashCodeMethods 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
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getRId
long getRId()Gets the "rId" attribute -
xgetRId
XmlUnsignedInt xgetRId()Gets (as xml) the "rId" attribute -
setRId
void setRId(long rId) Sets the "rId" attribute -
xsetRId
Sets (as xml) the "rId" attribute -
getUa
boolean getUa()Gets the "ua" attribute -
xgetUa
XmlBoolean xgetUa()Gets (as xml) the "ua" attribute -
isSetUa
boolean isSetUa()True if has "ua" attribute -
setUa
void setUa(boolean ua) Sets the "ua" attribute -
xsetUa
Sets (as xml) the "ua" attribute -
unsetUa
void unsetUa()Unsets the "ua" attribute -
getRa
boolean getRa()Gets the "ra" attribute -
xgetRa
XmlBoolean xgetRa()Gets (as xml) the "ra" attribute -
isSetRa
boolean isSetRa()True if has "ra" attribute -
setRa
void setRa(boolean ra) Sets the "ra" attribute -
xsetRa
Sets (as xml) the "ra" attribute -
unsetRa
void unsetRa()Unsets the "ra" attribute -
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
Sets (as xml) the "sheetId" attribute -
getOldName
String getOldName()Gets the "oldName" attribute -
xgetOldName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetOldName()Gets (as xml) the "oldName" attribute -
setOldName
Sets the "oldName" attribute -
getNewName
String getNewName()Gets the "newName" attribute -
xgetNewName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetNewName()Gets (as xml) the "newName" attribute -
setNewName
Sets the "newName" attribute
-