public class CTRevisionCellChange extends 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 Boolean |
dxf |
protected Boolean |
endOfListFormulaUpdate |
protected CTExtensionList |
extLst |
protected Cell |
nc |
protected CTDxf |
ndxf |
protected Long |
numFmtId |
protected Cell |
oc |
protected CTDxf |
odxf |
protected Boolean |
odxfQ |
protected Boolean |
oldPh |
protected Boolean |
oldQuotePrefix |
protected Boolean |
ph |
protected Boolean |
quotePrefix |
protected Boolean |
ra |
protected long |
rId |
protected Boolean |
s |
protected long |
sId |
protected Boolean |
ua |
protected Boolean |
xfDxf |
| Constructor and Description |
|---|
CTRevisionCellChange() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
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.
|
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(Boolean value)
Sets the value of the dxf property.
|
void |
setEndOfListFormulaUpdate(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(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(Boolean value)
Sets the value of the odxfQ property.
|
void |
setOldPh(Boolean value)
Sets the value of the oldPh property.
|
void |
setOldQuotePrefix(Boolean value)
Sets the value of the oldQuotePrefix property.
|
void |
setParent(Object parent) |
void |
setPh(Boolean value)
Sets the value of the ph property.
|
void |
setQuotePrefix(Boolean value)
Sets the value of the quotePrefix property.
|
void |
setRa(Boolean value)
Sets the value of the ra property.
|
void |
setRId(long value)
Sets the value of the rId property.
|
void |
setS(Boolean value)
Sets the value of the s property.
|
void |
setSId(long value)
Sets the value of the sId property.
|
void |
setUa(Boolean value)
Sets the value of the ua property.
|
void |
setXfDxf(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 Boolean odxfQ
protected Boolean xfDxf
protected Boolean s
protected Boolean dxf
protected Long numFmtId
protected Boolean quotePrefix
protected Boolean oldQuotePrefix
protected Boolean ph
protected Boolean oldPh
protected Boolean endOfListFormulaUpdate
protected long rId
protected Boolean ua
protected 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(Boolean value)
value - allowed object is
Booleanpublic boolean isXfDxf()
Booleanpublic void setXfDxf(Boolean value)
value - allowed object is
Booleanpublic boolean isS()
Booleanpublic void setS(Boolean value)
value - allowed object is
Booleanpublic boolean isDxf()
Booleanpublic void setDxf(Boolean value)
value - allowed object is
Booleanpublic Long getNumFmtId()
Longpublic void setNumFmtId(Long value)
value - allowed object is
Longpublic boolean isQuotePrefix()
Booleanpublic void setQuotePrefix(Boolean value)
value - allowed object is
Booleanpublic boolean isOldQuotePrefix()
Booleanpublic void setOldQuotePrefix(Boolean value)
value - allowed object is
Booleanpublic boolean isPh()
Booleanpublic void setPh(Boolean value)
value - allowed object is
Booleanpublic boolean isOldPh()
Booleanpublic void setOldPh(Boolean value)
value - allowed object is
Booleanpublic boolean isEndOfListFormulaUpdate()
Booleanpublic void setEndOfListFormulaUpdate(Boolean value)
value - allowed object is
Booleanpublic long getRId()
public void setRId(long value)
public boolean isUa()
Booleanpublic void setUa(Boolean value)
value - allowed object is
Booleanpublic boolean isRa()
Booleanpublic void setRa(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.