Class CTRevisionDefinedName

java.lang.Object
org.xlsx4j.sml.CTRevisionDefinedName
All Implemented Interfaces:
Child

public class CTRevisionDefinedName extends Object implements Child

Java class for CT_RevisionDefinedName complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_RevisionDefinedName">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="formula" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Formula" minOccurs="0"/>
         <element name="oldFormula" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Formula" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_RevData"/>
       <attribute name="localSheetId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="customView" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="function" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="oldFunction" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="functionGroupId" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
       <attribute name="oldFunctionGroupId" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
       <attribute name="shortcutKey" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
       <attribute name="oldShortcutKey" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
       <attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="oldHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="customMenu" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="oldCustomMenu" 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="oldDescription" 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="oldHelp" 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="oldStatusBar" 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="oldComment" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • formula

      protected String formula
    • oldFormula

      protected String oldFormula
    • extLst

      protected CTExtensionList extLst
    • localSheetId

      protected Long localSheetId
    • customView

      protected Boolean customView
    • name

      protected String name
    • function

      protected Boolean function
    • oldFunction

      protected Boolean oldFunction
    • functionGroupId

      protected Short functionGroupId
    • oldFunctionGroupId

      protected Short oldFunctionGroupId
    • shortcutKey

      protected Short shortcutKey
    • oldShortcutKey

      protected Short oldShortcutKey
    • hidden

      protected Boolean hidden
    • oldHidden

      protected Boolean oldHidden
    • customMenu

      protected String customMenu
    • oldCustomMenu

      protected String oldCustomMenu
    • description

      protected String description
    • oldDescription

      protected String oldDescription
    • help

      protected String help
    • oldHelp

      protected String oldHelp
    • statusBar

      protected String statusBar
    • oldStatusBar

      protected String oldStatusBar
    • comment

      protected String comment
    • oldComment

      protected String oldComment
    • rId

      protected long rId
    • ua

      protected Boolean ua
    • ra

      protected Boolean ra
  • Constructor Details

    • CTRevisionDefinedName

      public CTRevisionDefinedName()
  • Method Details

    • getFormula

      public String getFormula()
      Gets the value of the formula property.
      Returns:
      possible object is String
    • setFormula

      public void setFormula(String value)
      Sets the value of the formula property.
      Parameters:
      value - allowed object is String
    • getOldFormula

      public String getOldFormula()
      Gets the value of the oldFormula property.
      Returns:
      possible object is String
    • setOldFormula

      public void setOldFormula(String value)
      Sets the value of the oldFormula property.
      Parameters:
      value - allowed object is String
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getLocalSheetId

      public Long getLocalSheetId()
      Gets the value of the localSheetId property.
      Returns:
      possible object is Long
    • setLocalSheetId

      public void setLocalSheetId(Long value)
      Sets the value of the localSheetId property.
      Parameters:
      value - allowed object is Long
    • isCustomView

      public boolean isCustomView()
      Gets the value of the customView property.
      Returns:
      possible object is Boolean
    • setCustomView

      public void setCustomView(Boolean value)
      Sets the value of the customView property.
      Parameters:
      value - allowed object is Boolean
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isFunction

      public boolean isFunction()
      Gets the value of the function property.
      Returns:
      possible object is Boolean
    • setFunction

      public void setFunction(Boolean value)
      Sets the value of the function property.
      Parameters:
      value - allowed object is Boolean
    • isOldFunction

      public boolean isOldFunction()
      Gets the value of the oldFunction property.
      Returns:
      possible object is Boolean
    • setOldFunction

      public void setOldFunction(Boolean value)
      Sets the value of the oldFunction property.
      Parameters:
      value - allowed object is Boolean
    • getFunctionGroupId

      public Short getFunctionGroupId()
      Gets the value of the functionGroupId property.
      Returns:
      possible object is Short
    • setFunctionGroupId

      public void setFunctionGroupId(Short value)
      Sets the value of the functionGroupId property.
      Parameters:
      value - allowed object is Short
    • getOldFunctionGroupId

      public Short getOldFunctionGroupId()
      Gets the value of the oldFunctionGroupId property.
      Returns:
      possible object is Short
    • setOldFunctionGroupId

      public void setOldFunctionGroupId(Short value)
      Sets the value of the oldFunctionGroupId property.
      Parameters:
      value - allowed object is Short
    • getShortcutKey

      public Short getShortcutKey()
      Gets the value of the shortcutKey property.
      Returns:
      possible object is Short
    • setShortcutKey

      public void setShortcutKey(Short value)
      Sets the value of the shortcutKey property.
      Parameters:
      value - allowed object is Short
    • getOldShortcutKey

      public Short getOldShortcutKey()
      Gets the value of the oldShortcutKey property.
      Returns:
      possible object is Short
    • setOldShortcutKey

      public void setOldShortcutKey(Short value)
      Sets the value of the oldShortcutKey property.
      Parameters:
      value - allowed object is Short
    • isHidden

      public boolean isHidden()
      Gets the value of the hidden property.
      Returns:
      possible object is Boolean
    • setHidden

      public void setHidden(Boolean value)
      Sets the value of the hidden property.
      Parameters:
      value - allowed object is Boolean
    • isOldHidden

      public boolean isOldHidden()
      Gets the value of the oldHidden property.
      Returns:
      possible object is Boolean
    • setOldHidden

      public void setOldHidden(Boolean value)
      Sets the value of the oldHidden property.
      Parameters:
      value - allowed object is Boolean
    • getCustomMenu

      public String getCustomMenu()
      Gets the value of the customMenu property.
      Returns:
      possible object is String
    • setCustomMenu

      public void setCustomMenu(String value)
      Sets the value of the customMenu property.
      Parameters:
      value - allowed object is String
    • getOldCustomMenu

      public String getOldCustomMenu()
      Gets the value of the oldCustomMenu property.
      Returns:
      possible object is String
    • setOldCustomMenu

      public void setOldCustomMenu(String value)
      Sets the value of the oldCustomMenu property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getOldDescription

      public String getOldDescription()
      Gets the value of the oldDescription property.
      Returns:
      possible object is String
    • setOldDescription

      public void setOldDescription(String value)
      Sets the value of the oldDescription property.
      Parameters:
      value - allowed object is String
    • getHelp

      public String getHelp()
      Gets the value of the help property.
      Returns:
      possible object is String
    • setHelp

      public void setHelp(String value)
      Sets the value of the help property.
      Parameters:
      value - allowed object is String
    • getOldHelp

      public String getOldHelp()
      Gets the value of the oldHelp property.
      Returns:
      possible object is String
    • setOldHelp

      public void setOldHelp(String value)
      Sets the value of the oldHelp property.
      Parameters:
      value - allowed object is String
    • getStatusBar

      public String getStatusBar()
      Gets the value of the statusBar property.
      Returns:
      possible object is String
    • setStatusBar

      public void setStatusBar(String value)
      Sets the value of the statusBar property.
      Parameters:
      value - allowed object is String
    • getOldStatusBar

      public String getOldStatusBar()
      Gets the value of the oldStatusBar property.
      Returns:
      possible object is String
    • setOldStatusBar

      public void setOldStatusBar(String value)
      Sets the value of the oldStatusBar property.
      Parameters:
      value - allowed object is String
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String
    • getOldComment

      public String getOldComment()
      Gets the value of the oldComment property.
      Returns:
      possible object is String
    • setOldComment

      public void setOldComment(String value)
      Sets the value of the oldComment property.
      Parameters:
      value - allowed object is String
    • getRId

      public long getRId()
      Gets the value of the rId property.
    • setRId

      public void setRId(long value)
      Sets the value of the rId property.
    • isUa

      public boolean isUa()
      Gets the value of the ua property.
      Returns:
      possible object is Boolean
    • setUa

      public void setUa(Boolean value)
      Sets the value of the ua property.
      Parameters:
      value - allowed object is Boolean
    • isRa

      public boolean isRa()
      Gets the value of the ra property.
      Returns:
      possible object is Boolean
    • setRa

      public void setRa(Boolean value)
      Sets the value of the ra property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.