Package org.xlsx4j.sml
Class CTRevisionCellChange
java.lang.Object
org.xlsx4j.sml.CTRevisionCellChange
- All Implemented Interfaces:
Child
public class CTRevisionCellChange extends java.lang.Object implements Child
Java class for CT_RevisionCellChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RevisionCellChange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oc" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Cell" minOccurs="0"/>
<element name="nc" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Cell"/>
<element name="odxf" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Dxf" minOccurs="0"/>
<element name="ndxf" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Dxf" 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="sId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="odxf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="xfDxf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dxf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="numFmtId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_NumFmtId" />
<attribute name="quotePrefix" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="oldQuotePrefix" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ph" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="oldPh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="endOfListFormulaUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleandxfprotected java.lang.BooleanendOfListFormulaUpdateprotected CTExtensionListextLstprotected Cellncprotected CTDxfndxfprotected java.lang.LongnumFmtIdprotected Cellocprotected CTDxfodxfprotected java.lang.BooleanodxfQprotected java.lang.BooleanoldPhprotected java.lang.BooleanoldQuotePrefixprotected java.lang.Booleanphprotected java.lang.BooleanquotePrefixprotected java.lang.Booleanraprotected longrIdprotected java.lang.Booleansprotected longsIdprotected java.lang.Booleanuaprotected java.lang.BooleanxfDxf -
Constructor Summary
Constructors Constructor Description CTRevisionCellChange() -
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.CTExtensionListgetExtLst()Gets the value of the extLst property.CellgetNc()Gets the value of the nc property.CTDxfgetNdxf()Gets the value of the ndxf property.java.lang.LonggetNumFmtId()Gets the value of the numFmtId property.CellgetOc()Gets the value of the oc property.CTDxfgetOdxf()Gets the value of the odxf 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.longgetSId()Gets the value of the sId property.booleanisDxf()Gets the value of the dxf property.booleanisEndOfListFormulaUpdate()Gets the value of the endOfListFormulaUpdate property.booleanisOdxfQ()Gets the value of the odxfQ property.booleanisOldPh()Gets the value of the oldPh property.booleanisOldQuotePrefix()Gets the value of the oldQuotePrefix property.booleanisPh()Gets the value of the ph property.booleanisQuotePrefix()Gets the value of the quotePrefix property.booleanisRa()Gets the value of the ra property.booleanisS()Gets the value of the s property.booleanisUa()Gets the value of the ua property.booleanisXfDxf()Gets the value of the xfDxf property.voidsetDxf(java.lang.Boolean value)Sets the value of the dxf property.voidsetEndOfListFormulaUpdate(java.lang.Boolean value)Sets the value of the endOfListFormulaUpdate property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetNc(Cell value)Sets the value of the nc property.voidsetNdxf(CTDxf value)Sets the value of the ndxf property.voidsetNumFmtId(java.lang.Long value)Sets the value of the numFmtId property.voidsetOc(Cell value)Sets the value of the oc property.voidsetOdxf(CTDxf value)Sets the value of the odxf property.voidsetOdxfQ(java.lang.Boolean value)Sets the value of the odxfQ property.voidsetOldPh(java.lang.Boolean value)Sets the value of the oldPh property.voidsetOldQuotePrefix(java.lang.Boolean value)Sets the value of the oldQuotePrefix property.voidsetParent(java.lang.Object parent)voidsetPh(java.lang.Boolean value)Sets the value of the ph property.voidsetQuotePrefix(java.lang.Boolean value)Sets the value of the quotePrefix property.voidsetRa(java.lang.Boolean value)Sets the value of the ra property.voidsetRId(long value)Sets the value of the rId property.voidsetS(java.lang.Boolean value)Sets the value of the s property.voidsetSId(long value)Sets the value of the sId property.voidsetUa(java.lang.Boolean value)Sets the value of the ua property.voidsetXfDxf(java.lang.Boolean value)Sets the value of the xfDxf property.
-
Field Details
-
oc
-
nc
-
odxf
-
ndxf
-
extLst
-
sId
protected long sId -
odxfQ
protected java.lang.Boolean odxfQ -
xfDxf
protected java.lang.Boolean xfDxf -
s
protected java.lang.Boolean s -
dxf
protected java.lang.Boolean dxf -
numFmtId
protected java.lang.Long numFmtId -
quotePrefix
protected java.lang.Boolean quotePrefix -
oldQuotePrefix
protected java.lang.Boolean oldQuotePrefix -
ph
protected java.lang.Boolean ph -
oldPh
protected java.lang.Boolean oldPh -
endOfListFormulaUpdate
protected java.lang.Boolean endOfListFormulaUpdate -
rId
protected long rId -
ua
protected java.lang.Boolean ua -
ra
protected java.lang.Boolean ra
-
-
Constructor Details
-
CTRevisionCellChange
public CTRevisionCellChange()
-
-
Method Details
-
getOc
Gets the value of the oc property.- Returns:
- possible object is
Cell
-
setOc
Sets the value of the oc property.- Parameters:
value- allowed object isCell
-
getNc
Gets the value of the nc property.- Returns:
- possible object is
Cell
-
setNc
Sets the value of the nc property.- Parameters:
value- allowed object isCell
-
getOdxf
Gets the value of the odxf property.- Returns:
- possible object is
CTDxf
-
setOdxf
Sets the value of the odxf property.- Parameters:
value- allowed object isCTDxf
-
getNdxf
Gets the value of the ndxf property.- Returns:
- possible object is
CTDxf
-
setNdxf
Sets the value of the ndxf property.- Parameters:
value- allowed object isCTDxf
-
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
-
getSId
public long getSId()Gets the value of the sId property. -
setSId
public void setSId(long value)Sets the value of the sId property. -
isOdxfQ
public boolean isOdxfQ()Gets the value of the odxfQ property.- Returns:
- possible object is
Boolean
-
setOdxfQ
public void setOdxfQ(java.lang.Boolean value)Sets the value of the odxfQ property.- Parameters:
value- allowed object isBoolean
-
isXfDxf
public boolean isXfDxf()Gets the value of the xfDxf property.- Returns:
- possible object is
Boolean
-
setXfDxf
public void setXfDxf(java.lang.Boolean value)Sets the value of the xfDxf property.- Parameters:
value- allowed object isBoolean
-
isS
public boolean isS()Gets the value of the s property.- Returns:
- possible object is
Boolean
-
setS
public void setS(java.lang.Boolean value)Sets the value of the s property.- Parameters:
value- allowed object isBoolean
-
isDxf
public boolean isDxf()Gets the value of the dxf property.- Returns:
- possible object is
Boolean
-
setDxf
public void setDxf(java.lang.Boolean value)Sets the value of the dxf property.- Parameters:
value- allowed object isBoolean
-
getNumFmtId
public java.lang.Long getNumFmtId()Gets the value of the numFmtId property.- Returns:
- possible object is
Long
-
setNumFmtId
public void setNumFmtId(java.lang.Long value)Sets the value of the numFmtId property.- Parameters:
value- allowed object isLong
-
isQuotePrefix
public boolean isQuotePrefix()Gets the value of the quotePrefix property.- Returns:
- possible object is
Boolean
-
setQuotePrefix
public void setQuotePrefix(java.lang.Boolean value)Sets the value of the quotePrefix property.- Parameters:
value- allowed object isBoolean
-
isOldQuotePrefix
public boolean isOldQuotePrefix()Gets the value of the oldQuotePrefix property.- Returns:
- possible object is
Boolean
-
setOldQuotePrefix
public void setOldQuotePrefix(java.lang.Boolean value)Sets the value of the oldQuotePrefix property.- Parameters:
value- allowed object isBoolean
-
isPh
public boolean isPh()Gets the value of the ph property.- Returns:
- possible object is
Boolean
-
setPh
public void setPh(java.lang.Boolean value)Sets the value of the ph property.- Parameters:
value- allowed object isBoolean
-
isOldPh
public boolean isOldPh()Gets the value of the oldPh property.- Returns:
- possible object is
Boolean
-
setOldPh
public void setOldPh(java.lang.Boolean value)Sets the value of the oldPh property.- Parameters:
value- allowed object isBoolean
-
isEndOfListFormulaUpdate
public boolean isEndOfListFormulaUpdate()Gets the value of the endOfListFormulaUpdate property.- Returns:
- possible object is
Boolean
-
setEndOfListFormulaUpdate
public void setEndOfListFormulaUpdate(java.lang.Boolean value)Sets the value of the endOfListFormulaUpdate property.- Parameters:
value- allowed object isBoolean
-
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.
-