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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
dxf |
protected java.lang.Boolean |
endOfListFormulaUpdate |
protected CTExtensionList |
extLst |
protected Cell |
nc |
protected CTDxf |
ndxf |
protected java.lang.Long |
numFmtId |
protected Cell |
oc |
protected CTDxf |
odxf |
protected java.lang.Boolean |
odxfQ |
protected java.lang.Boolean |
oldPh |
protected java.lang.Boolean |
oldQuotePrefix |
protected java.lang.Boolean |
ph |
protected java.lang.Boolean |
quotePrefix |
protected java.lang.Boolean |
ra |
protected long |
rId |
protected java.lang.Boolean |
s |
protected long |
sId |
protected java.lang.Boolean |
ua |
protected java.lang.Boolean |
xfDxf |
| Constructor and Description |
|---|
CTRevisionCellChange() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Cell |
getNc()
Gets the value of the nc property.
|
CTDxf |
getNdxf()
Gets the value of the ndxf property.
|
java.lang.Long |
getNumFmtId()
Gets the value of the numFmtId property.
|
Cell |
getOc()
Gets the value of the oc property.
|
CTDxf |
getOdxf()
Gets the value of the odxf property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getRId()
Gets the value of the rId property.
|
long |
getSId()
Gets the value of the sId property.
|
boolean |
isDxf()
Gets the value of the dxf property.
|
boolean |
isEndOfListFormulaUpdate()
Gets the value of the endOfListFormulaUpdate property.
|
boolean |
isOdxfQ()
Gets the value of the odxfQ property.
|
boolean |
isOldPh()
Gets the value of the oldPh property.
|
boolean |
isOldQuotePrefix()
Gets the value of the oldQuotePrefix property.
|
boolean |
isPh()
Gets the value of the ph property.
|
boolean |
isQuotePrefix()
Gets the value of the quotePrefix property.
|
boolean |
isRa()
Gets the value of the ra property.
|
boolean |
isS()
Gets the value of the s property.
|
boolean |
isUa()
Gets the value of the ua property.
|
boolean |
isXfDxf()
Gets the value of the xfDxf property.
|
void |
setDxf(java.lang.Boolean value)
Sets the value of the dxf property.
|
void |
setEndOfListFormulaUpdate(java.lang.Boolean value)
Sets the value of the endOfListFormulaUpdate property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setNc(Cell value)
Sets the value of the nc property.
|
void |
setNdxf(CTDxf value)
Sets the value of the ndxf property.
|
void |
setNumFmtId(java.lang.Long value)
Sets the value of the numFmtId property.
|
void |
setOc(Cell value)
Sets the value of the oc property.
|
void |
setOdxf(CTDxf value)
Sets the value of the odxf property.
|
void |
setOdxfQ(java.lang.Boolean value)
Sets the value of the odxfQ property.
|
void |
setOldPh(java.lang.Boolean value)
Sets the value of the oldPh property.
|
void |
setOldQuotePrefix(java.lang.Boolean value)
Sets the value of the oldQuotePrefix property.
|
void |
setParent(java.lang.Object parent) |
void |
setPh(java.lang.Boolean value)
Sets the value of the ph property.
|
void |
setQuotePrefix(java.lang.Boolean value)
Sets the value of the quotePrefix property.
|
void |
setRa(java.lang.Boolean value)
Sets the value of the ra property.
|
void |
setRId(long value)
Sets the value of the rId property.
|
void |
setS(java.lang.Boolean value)
Sets the value of the s property.
|
void |
setSId(long value)
Sets the value of the sId property.
|
void |
setUa(java.lang.Boolean value)
Sets the value of the ua property.
|
void |
setXfDxf(java.lang.Boolean value)
Sets the value of the xfDxf property.
|
protected Cell oc
protected Cell nc
protected CTDxf odxf
protected CTDxf ndxf
protected CTExtensionList extLst
protected long sId
protected java.lang.Boolean odxfQ
protected java.lang.Boolean xfDxf
protected java.lang.Boolean s
protected java.lang.Boolean dxf
protected java.lang.Long numFmtId
protected java.lang.Boolean quotePrefix
protected java.lang.Boolean oldQuotePrefix
protected java.lang.Boolean ph
protected java.lang.Boolean oldPh
protected java.lang.Boolean endOfListFormulaUpdate
protected long rId
protected java.lang.Boolean ua
protected java.lang.Boolean ra
public void setOc(Cell value)
value - allowed object is
Cellpublic void setNc(Cell value)
value - allowed object is
Cellpublic CTDxf getOdxf()
CTDxfpublic void setOdxf(CTDxf value)
value - allowed object is
CTDxfpublic CTDxf getNdxf()
CTDxfpublic void setNdxf(CTDxf value)
value - allowed object is
CTDxfpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getSId()
public void setSId(long value)
public boolean isOdxfQ()
Booleanpublic void setOdxfQ(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isXfDxf()
Booleanpublic void setXfDxf(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isS()
Booleanpublic void setS(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDxf()
Booleanpublic void setDxf(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getNumFmtId()
Longpublic void setNumFmtId(java.lang.Long value)
value - allowed object is
Longpublic boolean isQuotePrefix()
Booleanpublic void setQuotePrefix(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isOldQuotePrefix()
Booleanpublic void setOldQuotePrefix(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isPh()
Booleanpublic void setPh(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isOldPh()
Booleanpublic void setOldPh(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isEndOfListFormulaUpdate()
Booleanpublic void setEndOfListFormulaUpdate(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getRId()
public void setRId(long value)
public boolean isUa()
Booleanpublic void setUa(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRa()
Booleanpublic void setRa(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.