public class CTRevisionDefinedName extends 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 String |
comment |
protected String |
customMenu |
protected Boolean |
customView |
protected String |
description |
protected CTExtensionList |
extLst |
protected String |
formula |
protected Boolean |
function |
protected Short |
functionGroupId |
protected String |
help |
protected Boolean |
hidden |
protected Long |
localSheetId |
protected String |
name |
protected String |
oldComment |
protected String |
oldCustomMenu |
protected String |
oldDescription |
protected String |
oldFormula |
protected Boolean |
oldFunction |
protected Short |
oldFunctionGroupId |
protected String |
oldHelp |
protected Boolean |
oldHidden |
protected Short |
oldShortcutKey |
protected String |
oldStatusBar |
protected Boolean |
ra |
protected long |
rId |
protected Short |
shortcutKey |
protected String |
statusBar |
protected Boolean |
ua |
| Constructor and Description |
|---|
CTRevisionDefinedName() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getComment()
Gets the value of the comment property.
|
String |
getCustomMenu()
Gets the value of the customMenu property.
|
String |
getDescription()
Gets the value of the description property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getFormula()
Gets the value of the formula property.
|
Short |
getFunctionGroupId()
Gets the value of the functionGroupId property.
|
String |
getHelp()
Gets the value of the help property.
|
Long |
getLocalSheetId()
Gets the value of the localSheetId property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOldComment()
Gets the value of the oldComment property.
|
String |
getOldCustomMenu()
Gets the value of the oldCustomMenu property.
|
String |
getOldDescription()
Gets the value of the oldDescription property.
|
String |
getOldFormula()
Gets the value of the oldFormula property.
|
Short |
getOldFunctionGroupId()
Gets the value of the oldFunctionGroupId property.
|
String |
getOldHelp()
Gets the value of the oldHelp property.
|
Short |
getOldShortcutKey()
Gets the value of the oldShortcutKey property.
|
String |
getOldStatusBar()
Gets the value of the oldStatusBar property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getRId()
Gets the value of the rId property.
|
Short |
getShortcutKey()
Gets the value of the shortcutKey property.
|
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(String value)
Sets the value of the comment property.
|
void |
setCustomMenu(String value)
Sets the value of the customMenu property.
|
void |
setCustomView(Boolean value)
Sets the value of the customView property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFormula(String value)
Sets the value of the formula property.
|
void |
setFunction(Boolean value)
Sets the value of the function property.
|
void |
setFunctionGroupId(Short value)
Sets the value of the functionGroupId property.
|
void |
setHelp(String value)
Sets the value of the help property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setLocalSheetId(Long value)
Sets the value of the localSheetId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOldComment(String value)
Sets the value of the oldComment property.
|
void |
setOldCustomMenu(String value)
Sets the value of the oldCustomMenu property.
|
void |
setOldDescription(String value)
Sets the value of the oldDescription property.
|
void |
setOldFormula(String value)
Sets the value of the oldFormula property.
|
void |
setOldFunction(Boolean value)
Sets the value of the oldFunction property.
|
void |
setOldFunctionGroupId(Short value)
Sets the value of the oldFunctionGroupId property.
|
void |
setOldHelp(String value)
Sets the value of the oldHelp property.
|
void |
setOldHidden(Boolean value)
Sets the value of the oldHidden property.
|
void |
setOldShortcutKey(Short value)
Sets the value of the oldShortcutKey property.
|
void |
setOldStatusBar(String value)
Sets the value of the oldStatusBar property.
|
void |
setParent(Object parent) |
void |
setRa(Boolean value)
Sets the value of the ra property.
|
void |
setRId(long value)
Sets the value of the rId property.
|
void |
setShortcutKey(Short value)
Sets the value of the shortcutKey property.
|
void |
setStatusBar(String value)
Sets the value of the statusBar property.
|
void |
setUa(Boolean value)
Sets the value of the ua property.
|
protected String formula
protected String oldFormula
protected CTExtensionList extLst
protected Long localSheetId
protected Boolean customView
protected String name
protected Boolean function
protected Boolean oldFunction
protected Short functionGroupId
protected Short oldFunctionGroupId
protected Short shortcutKey
protected Short oldShortcutKey
protected Boolean hidden
protected Boolean oldHidden
protected String customMenu
protected String oldCustomMenu
protected String description
protected String oldDescription
protected String help
protected String oldHelp
protected String statusBar
protected String oldStatusBar
protected String comment
protected String oldComment
protected long rId
protected Boolean ua
protected Boolean ra
public String getFormula()
Stringpublic void setFormula(String value)
value - allowed object is
Stringpublic String getOldFormula()
Stringpublic void setOldFormula(String value)
value - allowed object is
Stringpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Long getLocalSheetId()
Longpublic void setLocalSheetId(Long value)
value - allowed object is
Longpublic boolean isCustomView()
Booleanpublic void setCustomView(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isFunction()
Booleanpublic void setFunction(Boolean value)
value - allowed object is
Booleanpublic boolean isOldFunction()
Booleanpublic void setOldFunction(Boolean value)
value - allowed object is
Booleanpublic Short getFunctionGroupId()
Shortpublic void setFunctionGroupId(Short value)
value - allowed object is
Shortpublic Short getOldFunctionGroupId()
Shortpublic void setOldFunctionGroupId(Short value)
value - allowed object is
Shortpublic Short getShortcutKey()
Shortpublic void setShortcutKey(Short value)
value - allowed object is
Shortpublic Short getOldShortcutKey()
Shortpublic void setOldShortcutKey(Short value)
value - allowed object is
Shortpublic boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic boolean isOldHidden()
Booleanpublic void setOldHidden(Boolean value)
value - allowed object is
Booleanpublic String getCustomMenu()
Stringpublic void setCustomMenu(String value)
value - allowed object is
Stringpublic String getOldCustomMenu()
Stringpublic void setOldCustomMenu(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getOldDescription()
Stringpublic void setOldDescription(String value)
value - allowed object is
Stringpublic String getHelp()
Stringpublic void setHelp(String value)
value - allowed object is
Stringpublic String getOldHelp()
Stringpublic void setOldHelp(String value)
value - allowed object is
Stringpublic String getStatusBar()
Stringpublic void setStatusBar(String value)
value - allowed object is
Stringpublic String getOldStatusBar()
Stringpublic void setOldStatusBar(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getOldComment()
Stringpublic void setOldComment(String value)
value - allowed object is
Stringpublic long getRId()
public void setRId(long value)
public boolean isUa()
Booleanpublic void setUa(Boolean value)
value - allowed object is
Booleanpublic boolean isRa()
Booleanpublic void setRa(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.