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(javax.xml.bind.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()
String
public void setValue(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public String getCustomMenu()
String
public void setCustomMenu(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getHelp()
String
public void setHelp(String value)
value
- allowed object is
String
public String getStatusBar()
String
public void setStatusBar(String value)
value
- allowed object is
String
public Long getLocalSheetId()
Long
public void setLocalSheetId(Long value)
value
- allowed object is
Long
public boolean isHidden()
Boolean
public void setHidden(Boolean value)
value
- allowed object is
Boolean
public boolean isFunction()
Boolean
public void setFunction(Boolean value)
value
- allowed object is
Boolean
public boolean isVbProcedure()
Boolean
public void setVbProcedure(Boolean value)
value
- allowed object is
Boolean
public boolean isXlm()
Boolean
public void setXlm(Boolean value)
value
- allowed object is
Boolean
public Long getFunctionGroupId()
Long
public void setFunctionGroupId(Long value)
value
- allowed object is
Long
public String getShortcutKey()
String
public void setShortcutKey(String value)
value
- allowed object is
String
public boolean isPublishToServer()
Boolean
public void setPublishToServer(Boolean value)
value
- allowed object is
Boolean
public boolean isWorkbookParameter()
Boolean
public void setWorkbookParameter(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.