Package org.xlsx4j.sml
Class CTRevisionDefinedName
java.lang.Object
org.xlsx4j.sml.CTRevisionDefinedName
- All Implemented Interfaces:
Child
public class CTRevisionDefinedName extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.lang.Stringcommentprotected java.lang.StringcustomMenuprotected java.lang.BooleancustomViewprotected java.lang.Stringdescriptionprotected CTExtensionListextLstprotected java.lang.Stringformulaprotected java.lang.Booleanfunctionprotected java.lang.ShortfunctionGroupIdprotected java.lang.Stringhelpprotected java.lang.Booleanhiddenprotected java.lang.LonglocalSheetIdprotected java.lang.Stringnameprotected java.lang.StringoldCommentprotected java.lang.StringoldCustomMenuprotected java.lang.StringoldDescriptionprotected java.lang.StringoldFormulaprotected java.lang.BooleanoldFunctionprotected java.lang.ShortoldFunctionGroupIdprotected java.lang.StringoldHelpprotected java.lang.BooleanoldHiddenprotected java.lang.ShortoldShortcutKeyprotected java.lang.StringoldStatusBarprotected java.lang.Booleanraprotected longrIdprotected java.lang.ShortshortcutKeyprotected java.lang.StringstatusBarprotected java.lang.Booleanua -
Constructor Summary
Constructors Constructor Description CTRevisionDefinedName() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.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.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetFormula()Gets the value of the formula property.java.lang.ShortgetFunctionGroupId()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.StringgetOldComment()Gets the value of the oldComment property.java.lang.StringgetOldCustomMenu()Gets the value of the oldCustomMenu property.java.lang.StringgetOldDescription()Gets the value of the oldDescription property.java.lang.StringgetOldFormula()Gets the value of the oldFormula property.java.lang.ShortgetOldFunctionGroupId()Gets the value of the oldFunctionGroupId property.java.lang.StringgetOldHelp()Gets the value of the oldHelp property.java.lang.ShortgetOldShortcutKey()Gets the value of the oldShortcutKey property.java.lang.StringgetOldStatusBar()Gets the value of the oldStatusBar property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.longgetRId()Gets the value of the rId property.java.lang.ShortgetShortcutKey()Gets the value of the shortcutKey property.java.lang.StringgetStatusBar()Gets the value of the statusBar property.booleanisCustomView()Gets the value of the customView property.booleanisFunction()Gets the value of the function property.booleanisHidden()Gets the value of the hidden property.booleanisOldFunction()Gets the value of the oldFunction property.booleanisOldHidden()Gets the value of the oldHidden property.booleanisRa()Gets the value of the ra property.booleanisUa()Gets the value of the ua 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.voidsetCustomView(java.lang.Boolean value)Sets the value of the customView property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFormula(java.lang.String value)Sets the value of the formula property.voidsetFunction(java.lang.Boolean value)Sets the value of the function property.voidsetFunctionGroupId(java.lang.Short 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.voidsetOldComment(java.lang.String value)Sets the value of the oldComment property.voidsetOldCustomMenu(java.lang.String value)Sets the value of the oldCustomMenu property.voidsetOldDescription(java.lang.String value)Sets the value of the oldDescription property.voidsetOldFormula(java.lang.String value)Sets the value of the oldFormula property.voidsetOldFunction(java.lang.Boolean value)Sets the value of the oldFunction property.voidsetOldFunctionGroupId(java.lang.Short value)Sets the value of the oldFunctionGroupId property.voidsetOldHelp(java.lang.String value)Sets the value of the oldHelp property.voidsetOldHidden(java.lang.Boolean value)Sets the value of the oldHidden property.voidsetOldShortcutKey(java.lang.Short value)Sets the value of the oldShortcutKey property.voidsetOldStatusBar(java.lang.String value)Sets the value of the oldStatusBar property.voidsetParent(java.lang.Object parent)voidsetRa(java.lang.Boolean value)Sets the value of the ra property.voidsetRId(long value)Sets the value of the rId property.voidsetShortcutKey(java.lang.Short value)Sets the value of the shortcutKey property.voidsetStatusBar(java.lang.String value)Sets the value of the statusBar property.voidsetUa(java.lang.Boolean value)Sets the value of the ua property.
-
Field Details
-
formula
protected java.lang.String formula -
oldFormula
protected java.lang.String oldFormula -
extLst
-
localSheetId
protected java.lang.Long localSheetId -
customView
protected java.lang.Boolean customView -
name
protected java.lang.String name -
function
protected java.lang.Boolean function -
oldFunction
protected java.lang.Boolean oldFunction -
functionGroupId
protected java.lang.Short functionGroupId -
oldFunctionGroupId
protected java.lang.Short oldFunctionGroupId -
shortcutKey
protected java.lang.Short shortcutKey -
oldShortcutKey
protected java.lang.Short oldShortcutKey -
protected java.lang.Boolean hidden
-
oldHidden
protected java.lang.Boolean oldHidden -
customMenu
protected java.lang.String customMenu -
oldCustomMenu
protected java.lang.String oldCustomMenu -
description
protected java.lang.String description -
oldDescription
protected java.lang.String oldDescription -
help
protected java.lang.String help -
oldHelp
protected java.lang.String oldHelp -
statusBar
protected java.lang.String statusBar -
oldStatusBar
protected java.lang.String oldStatusBar -
comment
protected java.lang.String comment -
oldComment
protected java.lang.String oldComment -
rId
protected long rId -
ua
protected java.lang.Boolean ua -
ra
protected java.lang.Boolean ra
-
-
Constructor Details
-
CTRevisionDefinedName
public CTRevisionDefinedName()
-
-
Method Details
-
getFormula
public java.lang.String getFormula()Gets the value of the formula property.- Returns:
- possible object is
String
-
setFormula
public void setFormula(java.lang.String value)Sets the value of the formula property.- Parameters:
value- allowed object isString
-
getOldFormula
public java.lang.String getOldFormula()Gets the value of the oldFormula property.- Returns:
- possible object is
String
-
setOldFormula
public void setOldFormula(java.lang.String value)Sets the value of the oldFormula property.- Parameters:
value- allowed object isString
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
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
-
isCustomView
public boolean isCustomView()Gets the value of the customView property.- Returns:
- possible object is
Boolean
-
setCustomView
public void setCustomView(java.lang.Boolean value)Sets the value of the customView property.- Parameters:
value- allowed object isBoolean
-
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
-
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
-
isOldFunction
public boolean isOldFunction()Gets the value of the oldFunction property.- Returns:
- possible object is
Boolean
-
setOldFunction
public void setOldFunction(java.lang.Boolean value)Sets the value of the oldFunction property.- Parameters:
value- allowed object isBoolean
-
getFunctionGroupId
public java.lang.Short getFunctionGroupId()Gets the value of the functionGroupId property.- Returns:
- possible object is
Short
-
setFunctionGroupId
public void setFunctionGroupId(java.lang.Short value)Sets the value of the functionGroupId property.- Parameters:
value- allowed object isShort
-
getOldFunctionGroupId
public java.lang.Short getOldFunctionGroupId()Gets the value of the oldFunctionGroupId property.- Returns:
- possible object is
Short
-
setOldFunctionGroupId
public void setOldFunctionGroupId(java.lang.Short value)Sets the value of the oldFunctionGroupId property.- Parameters:
value- allowed object isShort
-
getShortcutKey
public java.lang.Short getShortcutKey()Gets the value of the shortcutKey property.- Returns:
- possible object is
Short
-
setShortcutKey
public void setShortcutKey(java.lang.Short value)Sets the value of the shortcutKey property.- Parameters:
value- allowed object isShort
-
getOldShortcutKey
public java.lang.Short getOldShortcutKey()Gets the value of the oldShortcutKey property.- Returns:
- possible object is
Short
-
setOldShortcutKey
public void setOldShortcutKey(java.lang.Short value)Sets the value of the oldShortcutKey property.- Parameters:
value- allowed object isShort
-
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
-
isOldHidden
public boolean isOldHidden()Gets the value of the oldHidden property.- Returns:
- possible object is
Boolean
-
setOldHidden
public void setOldHidden(java.lang.Boolean value)Sets the value of the oldHidden property.- Parameters:
value- allowed object isBoolean
-
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
-
getOldCustomMenu
public java.lang.String getOldCustomMenu()Gets the value of the oldCustomMenu property.- Returns:
- possible object is
String
-
setOldCustomMenu
public void setOldCustomMenu(java.lang.String value)Sets the value of the oldCustomMenu 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
-
getOldDescription
public java.lang.String getOldDescription()Gets the value of the oldDescription property.- Returns:
- possible object is
String
-
setOldDescription
public void setOldDescription(java.lang.String value)Sets the value of the oldDescription 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
-
getOldHelp
public java.lang.String getOldHelp()Gets the value of the oldHelp property.- Returns:
- possible object is
String
-
setOldHelp
public void setOldHelp(java.lang.String value)Sets the value of the oldHelp 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
-
getOldStatusBar
public java.lang.String getOldStatusBar()Gets the value of the oldStatusBar property.- Returns:
- possible object is
String
-
setOldStatusBar
public void setOldStatusBar(java.lang.String value)Sets the value of the oldStatusBar 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
-
getOldComment
public java.lang.String getOldComment()Gets the value of the oldComment property.- Returns:
- possible object is
String
-
setOldComment
public void setOldComment(java.lang.String value)Sets the value of the oldComment property.- Parameters:
value- allowed object isString
-
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(java.lang.Boolean value)Sets the value of the ua property.- Parameters:
value- allowed object isBoolean
-
isRa
public boolean isRa()Gets the value of the ra property.- Returns:
- possible object is
Boolean
-
setRa
public void setRa(java.lang.Boolean value)Sets the value of the ra 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(javax.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.
-