public class CTDefinedName extends 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 String |
comment |
protected String |
customMenu |
protected String |
description |
protected Boolean |
function |
protected Long |
functionGroupId |
protected String |
help |
protected Boolean |
hidden |
protected Long |
localSheetId |
protected String |
name |
protected Boolean |
publishToServer |
protected String |
shortcutKey |
protected String |
statusBar |
protected String |
value |
protected Boolean |
vbProcedure |
protected Boolean |
workbookParameter |
protected Boolean |
xlm |
| Constructor and Description |
|---|
CTDefinedName() |
| 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.
|
Long |
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getShortcutKey()
Gets the value of the shortcutKey property.
|
String |
getStatusBar()
Gets the value of the statusBar property.
|
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(String value)
Sets the value of the comment property.
|
void |
setCustomMenu(String value)
Sets the value of the customMenu property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFunction(Boolean value)
Sets the value of the function property.
|
void |
setFunctionGroupId(Long 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 |
setParent(Object parent) |
void |
setPublishToServer(Boolean value)
Sets the value of the publishToServer property.
|
void |
setShortcutKey(String value)
Sets the value of the shortcutKey property.
|
void |
setStatusBar(String value)
Sets the value of the statusBar property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVbProcedure(Boolean value)
Sets the value of the vbProcedure property.
|
void |
setWorkbookParameter(Boolean value)
Sets the value of the workbookParameter property.
|
void |
setXlm(Boolean value)
Sets the value of the xlm property.
|
protected String value
protected String name
protected String comment
protected String customMenu
protected String description
protected String help
protected String statusBar
protected Long localSheetId
protected Boolean hidden
protected Boolean function
protected Boolean vbProcedure
protected Boolean xlm
protected Long functionGroupId
protected String shortcutKey
protected Boolean publishToServer
protected Boolean workbookParameter
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getCustomMenu()
Stringpublic void setCustomMenu(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getHelp()
Stringpublic void setHelp(String value)
value - allowed object is
Stringpublic String getStatusBar()
Stringpublic void setStatusBar(String value)
value - allowed object is
Stringpublic Long getLocalSheetId()
Longpublic void setLocalSheetId(Long value)
value - allowed object is
Longpublic boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic boolean isFunction()
Booleanpublic void setFunction(Boolean value)
value - allowed object is
Booleanpublic boolean isVbProcedure()
Booleanpublic void setVbProcedure(Boolean value)
value - allowed object is
Booleanpublic boolean isXlm()
Booleanpublic void setXlm(Boolean value)
value - allowed object is
Booleanpublic Long getFunctionGroupId()
Longpublic void setFunctionGroupId(Long value)
value - allowed object is
Longpublic String getShortcutKey()
Stringpublic void setShortcutKey(String value)
value - allowed object is
Stringpublic boolean isPublishToServer()
Booleanpublic void setPublishToServer(Boolean value)
value - allowed object is
Booleanpublic boolean isWorkbookParameter()
Booleanpublic void setWorkbookParameter(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-2022. All Rights Reserved.