public class CTRevisionDefinedName extends java.lang.Object implements Child
Java class for CT_RevisionDefinedName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RevisionDefinedName">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="formula" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Formula" minOccurs="0"/>
<element name="oldFormula" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Formula" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_RevData"/>
<attribute name="localSheetId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="customView" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="function" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="oldFunction" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="functionGroupId" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="oldFunctionGroupId" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="shortcutKey" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="oldShortcutKey" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="oldHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="customMenu" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="oldCustomMenu" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="description" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="oldDescription" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="help" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="oldHelp" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="statusBar" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="oldStatusBar" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="comment" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="oldComment" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment |
protected java.lang.String |
customMenu |
protected java.lang.Boolean |
customView |
protected java.lang.String |
description |
protected CTExtensionList |
extLst |
protected java.lang.String |
formula |
protected java.lang.Boolean |
function |
protected java.lang.Short |
functionGroupId |
protected java.lang.String |
help |
protected java.lang.Boolean |
hidden |
protected java.lang.Long |
localSheetId |
protected java.lang.String |
name |
protected java.lang.String |
oldComment |
protected java.lang.String |
oldCustomMenu |
protected java.lang.String |
oldDescription |
protected java.lang.String |
oldFormula |
protected java.lang.Boolean |
oldFunction |
protected java.lang.Short |
oldFunctionGroupId |
protected java.lang.String |
oldHelp |
protected java.lang.Boolean |
oldHidden |
protected java.lang.Short |
oldShortcutKey |
protected java.lang.String |
oldStatusBar |
protected java.lang.Boolean |
ra |
protected long |
rId |
protected java.lang.Short |
shortcutKey |
protected java.lang.String |
statusBar |
protected java.lang.Boolean |
ua |
| Constructor and Description |
|---|
CTRevisionDefinedName() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
java.lang.String |
getCustomMenu()
Gets the value of the customMenu property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.lang.String |
getFormula()
Gets the value of the formula property.
|
java.lang.Short |
getFunctionGroupId()
Gets the value of the functionGroupId property.
|
java.lang.String |
getHelp()
Gets the value of the help property.
|
java.lang.Long |
getLocalSheetId()
Gets the value of the localSheetId property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOldComment()
Gets the value of the oldComment property.
|
java.lang.String |
getOldCustomMenu()
Gets the value of the oldCustomMenu property.
|
java.lang.String |
getOldDescription()
Gets the value of the oldDescription property.
|
java.lang.String |
getOldFormula()
Gets the value of the oldFormula property.
|
java.lang.Short |
getOldFunctionGroupId()
Gets the value of the oldFunctionGroupId property.
|
java.lang.String |
getOldHelp()
Gets the value of the oldHelp property.
|
java.lang.Short |
getOldShortcutKey()
Gets the value of the oldShortcutKey property.
|
java.lang.String |
getOldStatusBar()
Gets the value of the oldStatusBar property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getRId()
Gets the value of the rId property.
|
java.lang.Short |
getShortcutKey()
Gets the value of the shortcutKey property.
|
java.lang.String |
getStatusBar()
Gets the value of the statusBar property.
|
boolean |
isCustomView()
Gets the value of the customView property.
|
boolean |
isFunction()
Gets the value of the function property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isOldFunction()
Gets the value of the oldFunction property.
|
boolean |
isOldHidden()
Gets the value of the oldHidden property.
|
boolean |
isRa()
Gets the value of the ra property.
|
boolean |
isUa()
Gets the value of the ua property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setCustomMenu(java.lang.String value)
Sets the value of the customMenu property.
|
void |
setCustomView(java.lang.Boolean value)
Sets the value of the customView property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFormula(java.lang.String value)
Sets the value of the formula property.
|
void |
setFunction(java.lang.Boolean value)
Sets the value of the function property.
|
void |
setFunctionGroupId(java.lang.Short value)
Sets the value of the functionGroupId property.
|
void |
setHelp(java.lang.String value)
Sets the value of the help property.
|
void |
setHidden(java.lang.Boolean value)
Sets the value of the hidden property.
|
void |
setLocalSheetId(java.lang.Long value)
Sets the value of the localSheetId property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOldComment(java.lang.String value)
Sets the value of the oldComment property.
|
void |
setOldCustomMenu(java.lang.String value)
Sets the value of the oldCustomMenu property.
|
void |
setOldDescription(java.lang.String value)
Sets the value of the oldDescription property.
|
void |
setOldFormula(java.lang.String value)
Sets the value of the oldFormula property.
|
void |
setOldFunction(java.lang.Boolean value)
Sets the value of the oldFunction property.
|
void |
setOldFunctionGroupId(java.lang.Short value)
Sets the value of the oldFunctionGroupId property.
|
void |
setOldHelp(java.lang.String value)
Sets the value of the oldHelp property.
|
void |
setOldHidden(java.lang.Boolean value)
Sets the value of the oldHidden property.
|
void |
setOldShortcutKey(java.lang.Short value)
Sets the value of the oldShortcutKey property.
|
void |
setOldStatusBar(java.lang.String value)
Sets the value of the oldStatusBar property.
|
void |
setParent(java.lang.Object parent) |
void |
setRa(java.lang.Boolean value)
Sets the value of the ra property.
|
void |
setRId(long value)
Sets the value of the rId property.
|
void |
setShortcutKey(java.lang.Short value)
Sets the value of the shortcutKey property.
|
void |
setStatusBar(java.lang.String value)
Sets the value of the statusBar property.
|
void |
setUa(java.lang.Boolean value)
Sets the value of the ua property.
|
protected java.lang.String formula
protected java.lang.String oldFormula
protected CTExtensionList extLst
protected java.lang.Long localSheetId
protected java.lang.Boolean customView
protected java.lang.String name
protected java.lang.Boolean function
protected java.lang.Boolean oldFunction
protected java.lang.Short functionGroupId
protected java.lang.Short oldFunctionGroupId
protected java.lang.Short shortcutKey
protected java.lang.Short oldShortcutKey
protected java.lang.Boolean hidden
protected java.lang.Boolean oldHidden
protected java.lang.String customMenu
protected java.lang.String oldCustomMenu
protected java.lang.String description
protected java.lang.String oldDescription
protected java.lang.String help
protected java.lang.String oldHelp
protected java.lang.String statusBar
protected java.lang.String oldStatusBar
protected java.lang.String comment
protected java.lang.String oldComment
protected long rId
protected java.lang.Boolean ua
protected java.lang.Boolean ra
public java.lang.String getFormula()
Stringpublic void setFormula(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldFormula()
Stringpublic void setOldFormula(java.lang.String value)
value - allowed object is
Stringpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Long getLocalSheetId()
Longpublic void setLocalSheetId(java.lang.Long value)
value - allowed object is
Longpublic boolean isCustomView()
Booleanpublic void setCustomView(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isFunction()
Booleanpublic void setFunction(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isOldFunction()
Booleanpublic void setOldFunction(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Short getFunctionGroupId()
Shortpublic void setFunctionGroupId(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getOldFunctionGroupId()
Shortpublic void setOldFunctionGroupId(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getShortcutKey()
Shortpublic void setShortcutKey(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getOldShortcutKey()
Shortpublic void setOldShortcutKey(java.lang.Short value)
value - allowed object is
Shortpublic boolean isHidden()
Booleanpublic void setHidden(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isOldHidden()
Booleanpublic void setOldHidden(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCustomMenu()
Stringpublic void setCustomMenu(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldCustomMenu()
Stringpublic void setOldCustomMenu(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldDescription()
Stringpublic void setOldDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHelp()
Stringpublic void setHelp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldHelp()
Stringpublic void setOldHelp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatusBar()
Stringpublic void setStatusBar(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldStatusBar()
Stringpublic void setOldStatusBar(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOldComment()
Stringpublic void setOldComment(java.lang.String value)
value - allowed object is
Stringpublic long getRId()
public void setRId(long value)
public boolean isUa()
Booleanpublic void setUa(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRa()
Booleanpublic void setRa(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.