Class CTRevisionCellChange

java.lang.Object
org.xlsx4j.sml.CTRevisionCellChange
All Implemented Interfaces:
Child

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>
 
  • Field Details

    • oc

      protected Cell oc
    • nc

      protected Cell nc
    • odxf

      protected CTDxf odxf
    • ndxf

      protected CTDxf ndxf
    • extLst

      protected CTExtensionList extLst
    • sId

      protected long sId
    • odxfQ

      protected Boolean odxfQ
    • xfDxf

      protected Boolean xfDxf
    • s

      protected Boolean s
    • dxf

      protected Boolean dxf
    • numFmtId

      protected Long numFmtId
    • quotePrefix

      protected Boolean quotePrefix
    • oldQuotePrefix

      protected Boolean oldQuotePrefix
    • ph

      protected Boolean ph
    • oldPh

      protected Boolean oldPh
    • endOfListFormulaUpdate

      protected Boolean endOfListFormulaUpdate
    • rId

      protected long rId
    • ua

      protected Boolean ua
    • ra

      protected Boolean ra
  • Constructor Details

    • CTRevisionCellChange

      public CTRevisionCellChange()
  • Method Details

    • getOc

      public Cell getOc()
      Gets the value of the oc property.
      Returns:
      possible object is Cell
    • setOc

      public void setOc(Cell value)
      Sets the value of the oc property.
      Parameters:
      value - allowed object is Cell
    • getNc

      public Cell getNc()
      Gets the value of the nc property.
      Returns:
      possible object is Cell
    • setNc

      public void setNc(Cell value)
      Sets the value of the nc property.
      Parameters:
      value - allowed object is Cell
    • getOdxf

      public CTDxf getOdxf()
      Gets the value of the odxf property.
      Returns:
      possible object is CTDxf
    • setOdxf

      public void setOdxf(CTDxf value)
      Sets the value of the odxf property.
      Parameters:
      value - allowed object is CTDxf
    • getNdxf

      public CTDxf getNdxf()
      Gets the value of the ndxf property.
      Returns:
      possible object is CTDxf
    • setNdxf

      public void setNdxf(CTDxf value)
      Sets the value of the ndxf property.
      Parameters:
      value - allowed object is CTDxf
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • 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(Boolean value)
      Sets the value of the odxfQ property.
      Parameters:
      value - allowed object is Boolean
    • isXfDxf

      public boolean isXfDxf()
      Gets the value of the xfDxf property.
      Returns:
      possible object is Boolean
    • setXfDxf

      public void setXfDxf(Boolean value)
      Sets the value of the xfDxf property.
      Parameters:
      value - allowed object is Boolean
    • isS

      public boolean isS()
      Gets the value of the s property.
      Returns:
      possible object is Boolean
    • setS

      public void setS(Boolean value)
      Sets the value of the s property.
      Parameters:
      value - allowed object is Boolean
    • isDxf

      public boolean isDxf()
      Gets the value of the dxf property.
      Returns:
      possible object is Boolean
    • setDxf

      public void setDxf(Boolean value)
      Sets the value of the dxf property.
      Parameters:
      value - allowed object is Boolean
    • getNumFmtId

      public Long getNumFmtId()
      Gets the value of the numFmtId property.
      Returns:
      possible object is Long
    • setNumFmtId

      public void setNumFmtId(Long value)
      Sets the value of the numFmtId property.
      Parameters:
      value - allowed object is Long
    • isQuotePrefix

      public boolean isQuotePrefix()
      Gets the value of the quotePrefix property.
      Returns:
      possible object is Boolean
    • setQuotePrefix

      public void setQuotePrefix(Boolean value)
      Sets the value of the quotePrefix property.
      Parameters:
      value - allowed object is Boolean
    • isOldQuotePrefix

      public boolean isOldQuotePrefix()
      Gets the value of the oldQuotePrefix property.
      Returns:
      possible object is Boolean
    • setOldQuotePrefix

      public void setOldQuotePrefix(Boolean value)
      Sets the value of the oldQuotePrefix property.
      Parameters:
      value - allowed object is Boolean
    • isPh

      public boolean isPh()
      Gets the value of the ph property.
      Returns:
      possible object is Boolean
    • setPh

      public void setPh(Boolean value)
      Sets the value of the ph property.
      Parameters:
      value - allowed object is Boolean
    • isOldPh

      public boolean isOldPh()
      Gets the value of the oldPh property.
      Returns:
      possible object is Boolean
    • setOldPh

      public void setOldPh(Boolean value)
      Sets the value of the oldPh property.
      Parameters:
      value - allowed object is Boolean
    • isEndOfListFormulaUpdate

      public boolean isEndOfListFormulaUpdate()
      Gets the value of the endOfListFormulaUpdate property.
      Returns:
      possible object is Boolean
    • setEndOfListFormulaUpdate

      public void setEndOfListFormulaUpdate(Boolean value)
      Sets the value of the endOfListFormulaUpdate property.
      Parameters:
      value - allowed object is Boolean
    • 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(Boolean value)
      Sets the value of the ua property.
      Parameters:
      value - allowed object is Boolean
    • isRa

      public boolean isRa()
      Gets the value of the ra property.
      Returns:
      possible object is Boolean
    • setRa

      public void setRa(Boolean value)
      Sets the value of the ra property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.