Package org.xlsx4j.sml
Class CTDefinedName
java.lang.Object
org.xlsx4j.sml.CTDefinedName
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcommentprotected java.lang.StringcustomMenuprotected java.lang.Stringdescriptionprotected java.lang.Booleanfunctionprotected java.lang.LongfunctionGroupIdprotected java.lang.Stringhelpprotected java.lang.Booleanhiddenprotected java.lang.LonglocalSheetIdprotected java.lang.Stringnameprotected java.lang.BooleanpublishToServerprotected java.lang.StringshortcutKeyprotected java.lang.StringstatusBarprotected java.lang.Stringvalueprotected java.lang.BooleanvbProcedureprotected java.lang.BooleanworkbookParameterprotected java.lang.Booleanxlm -
Constructor Summary
Constructors Constructor Description CTDefinedName() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetComment()Gets the value of the comment property.java.lang.StringgetCustomMenu()Gets the value of the customMenu property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.LonggetFunctionGroupId()Gets the value of the functionGroupId property.java.lang.StringgetHelp()Gets the value of the help property.java.lang.LonggetLocalSheetId()Gets the value of the localSheetId property.java.lang.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetShortcutKey()Gets the value of the shortcutKey property.java.lang.StringgetStatusBar()Gets the value of the statusBar property.java.lang.StringgetValue()Gets the value of the value property.booleanisFunction()Gets the value of the function property.booleanisHidden()Gets the value of the hidden property.booleanisPublishToServer()Gets the value of the publishToServer property.booleanisVbProcedure()Gets the value of the vbProcedure property.booleanisWorkbookParameter()Gets the value of the workbookParameter property.booleanisXlm()Gets the value of the xlm property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetCustomMenu(java.lang.String value)Sets the value of the customMenu property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetFunction(java.lang.Boolean value)Sets the value of the function property.voidsetFunctionGroupId(java.lang.Long value)Sets the value of the functionGroupId property.voidsetHelp(java.lang.String value)Sets the value of the help property.voidsetHidden(java.lang.Boolean value)Sets the value of the hidden property.voidsetLocalSheetId(java.lang.Long value)Sets the value of the localSheetId property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParent(java.lang.Object parent)voidsetPublishToServer(java.lang.Boolean value)Sets the value of the publishToServer property.voidsetShortcutKey(java.lang.String value)Sets the value of the shortcutKey property.voidsetStatusBar(java.lang.String value)Sets the value of the statusBar property.voidsetValue(java.lang.String value)Sets the value of the value property.voidsetVbProcedure(java.lang.Boolean value)Sets the value of the vbProcedure property.voidsetWorkbookParameter(java.lang.Boolean value)Sets the value of the workbookParameter property.voidsetXlm(java.lang.Boolean value)Sets the value of the xlm property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
value
protected java.lang.String value -
name
protected java.lang.String name -
comment
protected java.lang.String comment -
customMenu
protected java.lang.String customMenu -
description
protected java.lang.String description -
help
protected java.lang.String help -
statusBar
protected java.lang.String statusBar -
localSheetId
protected java.lang.Long localSheetId -
function
protected java.lang.Boolean function -
vbProcedure
protected java.lang.Boolean vbProcedure -
xlm
protected java.lang.Boolean xlm -
functionGroupId
protected java.lang.Long functionGroupId -
shortcutKey
protected java.lang.String shortcutKey -
publishToServer
protected java.lang.Boolean publishToServer -
workbookParameter
protected java.lang.Boolean workbookParameter
-
-
Constructor Details
-
CTDefinedName
public CTDefinedName()
-
-
Method Details
-
getValue
public java.lang.String getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)Sets the value of the value property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getComment
public java.lang.String getComment()Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(java.lang.String value)Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getCustomMenu
public java.lang.String getCustomMenu()Gets the value of the customMenu property.- Returns:
- possible object is
String
-
setCustomMenu
public void setCustomMenu(java.lang.String value)Sets the value of the customMenu property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
value- allowed object isString
-
getHelp
public java.lang.String getHelp()Gets the value of the help property.- Returns:
- possible object is
String
-
setHelp
public void setHelp(java.lang.String value)Sets the value of the help property.- Parameters:
value- allowed object isString
-
getStatusBar
public java.lang.String getStatusBar()Gets the value of the statusBar property.- Returns:
- possible object is
String
-
setStatusBar
public void setStatusBar(java.lang.String value)Sets the value of the statusBar property.- Parameters:
value- allowed object isString
-
getLocalSheetId
public java.lang.Long getLocalSheetId()Gets the value of the localSheetId property.- Returns:
- possible object is
Long
-
setLocalSheetId
public void setLocalSheetId(java.lang.Long value)Sets the value of the localSheetId property.- Parameters:
value- allowed object isLong
-
isHidden
public boolean isHidden()Gets the value of the hidden property.- Returns:
- possible object is
Boolean
-
setHidden
public void setHidden(java.lang.Boolean value)Sets the value of the hidden property.- Parameters:
value- allowed object isBoolean
-
isFunction
public boolean isFunction()Gets the value of the function property.- Returns:
- possible object is
Boolean
-
setFunction
public void setFunction(java.lang.Boolean value)Sets the value of the function property.- Parameters:
value- allowed object isBoolean
-
isVbProcedure
public boolean isVbProcedure()Gets the value of the vbProcedure property.- Returns:
- possible object is
Boolean
-
setVbProcedure
public void setVbProcedure(java.lang.Boolean value)Sets the value of the vbProcedure property.- Parameters:
value- allowed object isBoolean
-
isXlm
public boolean isXlm()Gets the value of the xlm property.- Returns:
- possible object is
Boolean
-
setXlm
public void setXlm(java.lang.Boolean value)Sets the value of the xlm property.- Parameters:
value- allowed object isBoolean
-
getFunctionGroupId
public java.lang.Long getFunctionGroupId()Gets the value of the functionGroupId property.- Returns:
- possible object is
Long
-
setFunctionGroupId
public void setFunctionGroupId(java.lang.Long value)Sets the value of the functionGroupId property.- Parameters:
value- allowed object isLong
-
getShortcutKey
public java.lang.String getShortcutKey()Gets the value of the shortcutKey property.- Returns:
- possible object is
String
-
setShortcutKey
public void setShortcutKey(java.lang.String value)Sets the value of the shortcutKey property.- Parameters:
value- allowed object isString
-
isPublishToServer
public boolean isPublishToServer()Gets the value of the publishToServer property.- Returns:
- possible object is
Boolean
-
setPublishToServer
public void setPublishToServer(java.lang.Boolean value)Sets the value of the publishToServer property.- Parameters:
value- allowed object isBoolean
-
isWorkbookParameter
public boolean isWorkbookParameter()Gets the value of the workbookParameter property.- Returns:
- possible object is
Boolean
-
setWorkbookParameter
public void setWorkbookParameter(java.lang.Boolean value)Sets the value of the workbookParameter property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-