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.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 Summary

    Constructors 
    Constructor Description
    CTRevisionCellChange()  
  • Method Summary

    Modifier and Type Method 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 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

  • 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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the dxf property.
      Parameters:
      value - allowed object is Boolean
    • 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 is Long
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 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​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the ra property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.