public class CTDefinedName extends java.lang.Object implements Child
Java class for CT_DefinedName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DefinedName">
<simpleContent>
<extension base="<http://schemas.openxmlformats.org/spreadsheetml/2006/main>ST_Formula">
<attribute name="name" use="required" 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="customMenu" 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="help" 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="localSheetId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="function" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="vbProcedure" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="xlm" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="functionGroupId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="shortcutKey" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="publishToServer" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="workbookParameter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment |
protected java.lang.String |
customMenu |
protected java.lang.String |
description |
protected java.lang.Boolean |
function |
protected java.lang.Long |
functionGroupId |
protected java.lang.String |
help |
protected java.lang.Boolean |
hidden |
protected java.lang.Long |
localSheetId |
protected java.lang.String |
name |
protected java.lang.Boolean |
publishToServer |
protected java.lang.String |
shortcutKey |
protected java.lang.String |
statusBar |
protected java.lang.String |
value |
protected java.lang.Boolean |
vbProcedure |
protected java.lang.Boolean |
workbookParameter |
protected java.lang.Boolean |
xlm |
| Constructor and Description |
|---|
CTDefinedName() |
| 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.
|
java.lang.Long |
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.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getShortcutKey()
Gets the value of the shortcutKey property.
|
java.lang.String |
getStatusBar()
Gets the value of the statusBar property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isFunction()
Gets the value of the function property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isPublishToServer()
Gets the value of the publishToServer property.
|
boolean |
isVbProcedure()
Gets the value of the vbProcedure property.
|
boolean |
isWorkbookParameter()
Gets the value of the workbookParameter property.
|
boolean |
isXlm()
Gets the value of the xlm 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 |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setFunction(java.lang.Boolean value)
Sets the value of the function property.
|
void |
setFunctionGroupId(java.lang.Long 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 |
setParent(java.lang.Object parent) |
void |
setPublishToServer(java.lang.Boolean value)
Sets the value of the publishToServer property.
|
void |
setShortcutKey(java.lang.String value)
Sets the value of the shortcutKey property.
|
void |
setStatusBar(java.lang.String value)
Sets the value of the statusBar property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
void |
setVbProcedure(java.lang.Boolean value)
Sets the value of the vbProcedure property.
|
void |
setWorkbookParameter(java.lang.Boolean value)
Sets the value of the workbookParameter property.
|
void |
setXlm(java.lang.Boolean value)
Sets the value of the xlm property.
|
protected java.lang.String value
protected java.lang.String name
protected java.lang.String comment
protected java.lang.String customMenu
protected java.lang.String description
protected java.lang.String help
protected java.lang.String statusBar
protected java.lang.Long localSheetId
protected java.lang.Boolean hidden
protected java.lang.Boolean function
protected java.lang.Boolean vbProcedure
protected java.lang.Boolean xlm
protected java.lang.Long functionGroupId
protected java.lang.String shortcutKey
protected java.lang.Boolean publishToServer
protected java.lang.Boolean workbookParameter
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(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 getCustomMenu()
Stringpublic void setCustomMenu(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 getHelp()
Stringpublic void setHelp(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.Long getLocalSheetId()
Longpublic void setLocalSheetId(java.lang.Long value)
value - allowed object is
Longpublic boolean isHidden()
Booleanpublic void setHidden(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isFunction()
Booleanpublic void setFunction(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isVbProcedure()
Booleanpublic void setVbProcedure(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isXlm()
Booleanpublic void setXlm(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getFunctionGroupId()
Longpublic void setFunctionGroupId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getShortcutKey()
Stringpublic void setShortcutKey(java.lang.String value)
value - allowed object is
Stringpublic boolean isPublishToServer()
Booleanpublic void setPublishToServer(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isWorkbookParameter()
Booleanpublic void setWorkbookParameter(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–2023. All rights reserved.