Package org.xlsx4j.sml
Class CTDefinedName
java.lang.Object
org.xlsx4j.sml.CTDefinedName
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Booleanprotected Longprotected Stringprotected Booleanprotected Longprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the comment property.Gets the value of the customMenu property.Gets the value of the description property.Gets the value of the functionGroupId property.getHelp()Gets the value of the help property.Gets the value of the localSheetId property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the shortcutKey property.Gets the value of the statusBar property.getValue()Gets the value of the value property.booleanGets the value of the function property.booleanisHidden()Gets the value of the hidden property.booleanGets the value of the publishToServer property.booleanGets the value of the vbProcedure property.booleanGets the value of the workbookParameter property.booleanisXlm()Gets the value of the xlm property.voidsetComment(String value) Sets the value of the comment property.voidsetCustomMenu(String value) Sets the value of the customMenu property.voidsetDescription(String value) Sets the value of the description property.voidsetFunction(Boolean value) Sets the value of the function property.voidsetFunctionGroupId(Long value) Sets the value of the functionGroupId property.voidSets the value of the help property.voidSets the value of the hidden property.voidsetLocalSheetId(Long value) Sets the value of the localSheetId property.voidSets the value of the name property.voidvoidsetPublishToServer(Boolean value) Sets the value of the publishToServer property.voidsetShortcutKey(String value) Sets the value of the shortcutKey property.voidsetStatusBar(String value) Sets the value of the statusBar property.voidSets the value of the value property.voidsetVbProcedure(Boolean value) Sets the value of the vbProcedure property.voidsetWorkbookParameter(Boolean value) Sets the value of the workbookParameter property.voidSets the value of the xlm property.
-
Field Details
-
value
-
name
-
comment
-
customMenu
-
description
-
help
-
statusBar
-
localSheetId
-
function
-
vbProcedure
-
xlm
-
functionGroupId
-
shortcutKey
-
publishToServer
-
workbookParameter
-
-
Constructor Details
-
CTDefinedName
public CTDefinedName()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getCustomMenu
Gets the value of the customMenu property.- Returns:
- possible object is
String
-
setCustomMenu
Sets the value of the customMenu property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getHelp
Gets the value of the help property.- Returns:
- possible object is
String
-
setHelp
Sets the value of the help property.- Parameters:
value- allowed object isString
-
getStatusBar
Gets the value of the statusBar property.- Returns:
- possible object is
String
-
setStatusBar
Sets the value of the statusBar property.- Parameters:
value- allowed object isString
-
getLocalSheetId
Gets the value of the localSheetId property.- Returns:
- possible object is
Long
-
setLocalSheetId
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
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
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
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
Sets the value of the xlm property.- Parameters:
value- allowed object isBoolean
-
getFunctionGroupId
Gets the value of the functionGroupId property.- Returns:
- possible object is
Long
-
setFunctionGroupId
Sets the value of the functionGroupId property.- Parameters:
value- allowed object isLong
-
getShortcutKey
Gets the value of the shortcutKey property.- Returns:
- possible object is
String
-
setShortcutKey
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
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
Sets the value of the workbookParameter property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-