Package org.xlsx4j.sml
Class CTRevisionCellChange
java.lang.Object
org.xlsx4j.sml.CTRevisionCellChange
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected CTExtensionListprotected Cellprotected CTDxfprotected Longprotected Cellprotected CTDxfprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected longprotected Booleanprotected longprotected Booleanprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the extLst property.getNc()Gets the value of the nc property.getNdxf()Gets the value of the ndxf property.Gets the value of the numFmtId property.getOc()Gets the value of the oc property.getOdxf()Gets the value of the odxf property.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.booleanGets the value of the endOfListFormulaUpdate property.booleanisOdxfQ()Gets the value of the odxfQ property.booleanisOldPh()Gets the value of the oldPh property.booleanGets the value of the oldQuotePrefix property.booleanisPh()Gets the value of the ph property.booleanGets 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.voidSets the value of the dxf property.voidsetEndOfListFormulaUpdate(Boolean value) Sets the value of the endOfListFormulaUpdate property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets the value of the nc property.voidSets the value of the ndxf property.voidsetNumFmtId(Long value) Sets the value of the numFmtId property.voidSets the value of the oc property.voidSets the value of the odxf property.voidSets the value of the odxfQ property.voidSets the value of the oldPh property.voidsetOldQuotePrefix(Boolean value) Sets the value of the oldQuotePrefix property.voidvoidSets the value of the ph property.voidsetQuotePrefix(Boolean value) Sets the value of the quotePrefix property.voidSets the value of the ra property.voidsetRId(long value) Sets the value of the rId property.voidSets the value of the s property.voidsetSId(long value) Sets the value of the sId property.voidSets the value of the ua property.voidSets the value of the xfDxf property.
-
Field Details
-
oc
-
nc
-
odxf
-
ndxf
-
extLst
-
sId
protected long sId -
odxfQ
-
xfDxf
-
s
-
dxf
-
numFmtId
-
quotePrefix
-
oldQuotePrefix
-
ph
-
oldPh
-
endOfListFormulaUpdate
-
rId
protected long rId -
ua
-
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
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
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
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
Sets the value of the dxf property.- Parameters:
value- allowed object isBoolean
-
getNumFmtId
Gets the value of the numFmtId property.- Returns:
- possible object is
Long
-
setNumFmtId
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
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
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
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
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
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
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
Sets the value of the ra property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-