Class CTIgnoredError

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

public class CTIgnoredError
extends java.lang.Object
implements Child

Java class for CT_IgnoredError complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_IgnoredError">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="sqref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Sqref" />
       <attribute name="evalError" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="twoDigitTextYear" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="numberStoredAsText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="formulaRange" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="unlockedFormula" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="emptyCellReference" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="listDataValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="calculatedColumn" 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 calculatedColumn  
    protected java.lang.Boolean emptyCellReference  
    protected java.lang.Boolean evalError  
    protected java.lang.Boolean formula  
    protected java.lang.Boolean formulaRange  
    protected java.lang.Boolean listDataValidation  
    protected java.lang.Boolean numberStoredAsText  
    protected java.util.List<java.lang.String> sqref  
    protected java.lang.Boolean twoDigitTextYear  
    protected java.lang.Boolean unlockedFormula  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTIgnoredError()  
  • 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.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.util.List<java.lang.String> getSqref()
    Gets the value of the sqref property.
    boolean isCalculatedColumn()
    Gets the value of the calculatedColumn property.
    boolean isEmptyCellReference()
    Gets the value of the emptyCellReference property.
    boolean isEvalError()
    Gets the value of the evalError property.
    boolean isFormula()
    Gets the value of the formula property.
    boolean isFormulaRange()
    Gets the value of the formulaRange property.
    boolean isListDataValidation()
    Gets the value of the listDataValidation property.
    boolean isNumberStoredAsText()
    Gets the value of the numberStoredAsText property.
    boolean isTwoDigitTextYear()
    Gets the value of the twoDigitTextYear property.
    boolean isUnlockedFormula()
    Gets the value of the unlockedFormula property.
    void setCalculatedColumn​(java.lang.Boolean value)
    Sets the value of the calculatedColumn property.
    void setEmptyCellReference​(java.lang.Boolean value)
    Sets the value of the emptyCellReference property.
    void setEvalError​(java.lang.Boolean value)
    Sets the value of the evalError property.
    void setFormula​(java.lang.Boolean value)
    Sets the value of the formula property.
    void setFormulaRange​(java.lang.Boolean value)
    Sets the value of the formulaRange property.
    void setListDataValidation​(java.lang.Boolean value)
    Sets the value of the listDataValidation property.
    void setNumberStoredAsText​(java.lang.Boolean value)
    Sets the value of the numberStoredAsText property.
    void setParent​(java.lang.Object parent)  
    void setTwoDigitTextYear​(java.lang.Boolean value)
    Sets the value of the twoDigitTextYear property.
    void setUnlockedFormula​(java.lang.Boolean value)
    Sets the value of the unlockedFormula property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getSqref

      public java.util.List<java.lang.String> getSqref()
      Gets the value of the sqref property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the sqref property.

      For example, to add a new item, do as follows:

          getSqref().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • isEvalError

      public boolean isEvalError()
      Gets the value of the evalError property.
      Returns:
      possible object is Boolean
    • setEvalError

      public void setEvalError​(java.lang.Boolean value)
      Sets the value of the evalError property.
      Parameters:
      value - allowed object is Boolean
    • isTwoDigitTextYear

      public boolean isTwoDigitTextYear()
      Gets the value of the twoDigitTextYear property.
      Returns:
      possible object is Boolean
    • setTwoDigitTextYear

      public void setTwoDigitTextYear​(java.lang.Boolean value)
      Sets the value of the twoDigitTextYear property.
      Parameters:
      value - allowed object is Boolean
    • isNumberStoredAsText

      public boolean isNumberStoredAsText()
      Gets the value of the numberStoredAsText property.
      Returns:
      possible object is Boolean
    • setNumberStoredAsText

      public void setNumberStoredAsText​(java.lang.Boolean value)
      Sets the value of the numberStoredAsText property.
      Parameters:
      value - allowed object is Boolean
    • isFormula

      public boolean isFormula()
      Gets the value of the formula property.
      Returns:
      possible object is Boolean
    • setFormula

      public void setFormula​(java.lang.Boolean value)
      Sets the value of the formula property.
      Parameters:
      value - allowed object is Boolean
    • isFormulaRange

      public boolean isFormulaRange()
      Gets the value of the formulaRange property.
      Returns:
      possible object is Boolean
    • setFormulaRange

      public void setFormulaRange​(java.lang.Boolean value)
      Sets the value of the formulaRange property.
      Parameters:
      value - allowed object is Boolean
    • isUnlockedFormula

      public boolean isUnlockedFormula()
      Gets the value of the unlockedFormula property.
      Returns:
      possible object is Boolean
    • setUnlockedFormula

      public void setUnlockedFormula​(java.lang.Boolean value)
      Sets the value of the unlockedFormula property.
      Parameters:
      value - allowed object is Boolean
    • isEmptyCellReference

      public boolean isEmptyCellReference()
      Gets the value of the emptyCellReference property.
      Returns:
      possible object is Boolean
    • setEmptyCellReference

      public void setEmptyCellReference​(java.lang.Boolean value)
      Sets the value of the emptyCellReference property.
      Parameters:
      value - allowed object is Boolean
    • isListDataValidation

      public boolean isListDataValidation()
      Gets the value of the listDataValidation property.
      Returns:
      possible object is Boolean
    • setListDataValidation

      public void setListDataValidation​(java.lang.Boolean value)
      Sets the value of the listDataValidation property.
      Parameters:
      value - allowed object is Boolean
    • isCalculatedColumn

      public boolean isCalculatedColumn()
      Gets the value of the calculatedColumn property.
      Returns:
      possible object is Boolean
    • setCalculatedColumn

      public void setCalculatedColumn​(java.lang.Boolean value)
      Sets the value of the calculatedColumn 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.