Package org.xlsx4j.sml
Class CTUndoInfo
java.lang.Object
org.xlsx4j.sml.CTUndoInfo
- All Implemented Interfaces:
Child
public class CTUndoInfo extends java.lang.Object implements Child
Java class for CT_UndoInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_UndoInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="exp" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_FormulaExpression" />
<attribute name="ref3D" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="array" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="v" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="nf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="cs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dr" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_RefA" />
<attribute name="dn" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="r" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="sId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleanarrayprotected java.lang.Booleancsprotected java.lang.Stringdnprotected java.lang.Stringdrprotected STFormulaExpressionexpprotected longindexprotected java.lang.Booleannfprotected java.lang.Stringrprotected java.lang.Booleanref3Dprotected java.lang.LongsIdprotected java.lang.Booleanv -
Constructor Summary
Constructors Constructor Description CTUndoInfo() -
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.StringgetDn()Gets the value of the dn property.java.lang.StringgetDr()Gets the value of the dr property.STFormulaExpressiongetExp()Gets the value of the exp property.longgetIndex()Gets the value of the index property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetR()Gets the value of the r property.java.lang.LonggetSId()Gets the value of the sId property.booleanisArray()Gets the value of the array property.booleanisCs()Gets the value of the cs property.booleanisNf()Gets the value of the nf property.booleanisRef3D()Gets the value of the ref3D property.booleanisV()Gets the value of the v property.voidsetArray(java.lang.Boolean value)Sets the value of the array property.voidsetCs(java.lang.Boolean value)Sets the value of the cs property.voidsetDn(java.lang.String value)Sets the value of the dn property.voidsetDr(java.lang.String value)Sets the value of the dr property.voidsetExp(STFormulaExpression value)Sets the value of the exp property.voidsetIndex(long value)Sets the value of the index property.voidsetNf(java.lang.Boolean value)Sets the value of the nf property.voidsetParent(java.lang.Object parent)voidsetR(java.lang.String value)Sets the value of the r property.voidsetRef3D(java.lang.Boolean value)Sets the value of the ref3D property.voidsetSId(java.lang.Long value)Sets the value of the sId property.voidsetV(java.lang.Boolean value)Sets the value of the v property.
-
Field Details
-
index
protected long index -
exp
-
ref3D
protected java.lang.Boolean ref3D -
array
protected java.lang.Boolean array -
v
protected java.lang.Boolean v -
nf
protected java.lang.Boolean nf -
cs
protected java.lang.Boolean cs -
dr
protected java.lang.String dr -
dn
protected java.lang.String dn -
r
protected java.lang.String r -
sId
protected java.lang.Long sId
-
-
Constructor Details
-
CTUndoInfo
public CTUndoInfo()
-
-
Method Details
-
getIndex
public long getIndex()Gets the value of the index property. -
setIndex
public void setIndex(long value)Sets the value of the index property. -
getExp
Gets the value of the exp property.- Returns:
- possible object is
STFormulaExpression
-
setExp
Sets the value of the exp property.- Parameters:
value- allowed object isSTFormulaExpression
-
isRef3D
public boolean isRef3D()Gets the value of the ref3D property.- Returns:
- possible object is
Boolean
-
setRef3D
public void setRef3D(java.lang.Boolean value)Sets the value of the ref3D property.- Parameters:
value- allowed object isBoolean
-
isArray
public boolean isArray()Gets the value of the array property.- Returns:
- possible object is
Boolean
-
setArray
public void setArray(java.lang.Boolean value)Sets the value of the array property.- Parameters:
value- allowed object isBoolean
-
isV
public boolean isV()Gets the value of the v property.- Returns:
- possible object is
Boolean
-
setV
public void setV(java.lang.Boolean value)Sets the value of the v property.- Parameters:
value- allowed object isBoolean
-
isNf
public boolean isNf()Gets the value of the nf property.- Returns:
- possible object is
Boolean
-
setNf
public void setNf(java.lang.Boolean value)Sets the value of the nf property.- Parameters:
value- allowed object isBoolean
-
isCs
public boolean isCs()Gets the value of the cs property.- Returns:
- possible object is
Boolean
-
setCs
public void setCs(java.lang.Boolean value)Sets the value of the cs property.- Parameters:
value- allowed object isBoolean
-
getDr
public java.lang.String getDr()Gets the value of the dr property.- Returns:
- possible object is
String
-
setDr
public void setDr(java.lang.String value)Sets the value of the dr property.- Parameters:
value- allowed object isString
-
getDn
public java.lang.String getDn()Gets the value of the dn property.- Returns:
- possible object is
String
-
setDn
public void setDn(java.lang.String value)Sets the value of the dn property.- Parameters:
value- allowed object isString
-
getR
public java.lang.String getR()Gets the value of the r property.- Returns:
- possible object is
String
-
setR
public void setR(java.lang.String value)Sets the value of the r property.- Parameters:
value- allowed object isString
-
getSId
public java.lang.Long getSId()Gets the value of the sId property.- Returns:
- possible object is
Long
-
setSId
public void setSId(java.lang.Long value)Sets the value of the sId property.- Parameters:
value- allowed object isLong
-
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.
-