public class CTIgnoredError extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
calculatedColumn |
protected Boolean |
emptyCellReference |
protected Boolean |
evalError |
protected Boolean |
formula |
protected Boolean |
formulaRange |
protected Boolean |
listDataValidation |
protected Boolean |
numberStoredAsText |
protected List<String> |
sqref |
protected Boolean |
twoDigitTextYear |
protected Boolean |
unlockedFormula |
| Constructor and Description |
|---|
CTIgnoredError() |
| 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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
List<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(Boolean value)
Sets the value of the calculatedColumn property.
|
void |
setEmptyCellReference(Boolean value)
Sets the value of the emptyCellReference property.
|
void |
setEvalError(Boolean value)
Sets the value of the evalError property.
|
void |
setFormula(Boolean value)
Sets the value of the formula property.
|
void |
setFormulaRange(Boolean value)
Sets the value of the formulaRange property.
|
void |
setListDataValidation(Boolean value)
Sets the value of the listDataValidation property.
|
void |
setNumberStoredAsText(Boolean value)
Sets the value of the numberStoredAsText property.
|
void |
setParent(Object parent) |
void |
setTwoDigitTextYear(Boolean value)
Sets the value of the twoDigitTextYear property.
|
void |
setUnlockedFormula(Boolean value)
Sets the value of the unlockedFormula property.
|
protected Boolean evalError
protected Boolean twoDigitTextYear
protected Boolean numberStoredAsText
protected Boolean formula
protected Boolean formulaRange
protected Boolean unlockedFormula
protected Boolean emptyCellReference
protected Boolean listDataValidation
protected Boolean calculatedColumn
public List<String> getSqref()
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
public boolean isEvalError()
Booleanpublic void setEvalError(Boolean value)
value - allowed object is
Booleanpublic boolean isTwoDigitTextYear()
Booleanpublic void setTwoDigitTextYear(Boolean value)
value - allowed object is
Booleanpublic boolean isNumberStoredAsText()
Booleanpublic void setNumberStoredAsText(Boolean value)
value - allowed object is
Booleanpublic boolean isFormula()
Booleanpublic void setFormula(Boolean value)
value - allowed object is
Booleanpublic boolean isFormulaRange()
Booleanpublic void setFormulaRange(Boolean value)
value - allowed object is
Booleanpublic boolean isUnlockedFormula()
Booleanpublic void setUnlockedFormula(Boolean value)
value - allowed object is
Booleanpublic boolean isEmptyCellReference()
Booleanpublic void setEmptyCellReference(Boolean value)
value - allowed object is
Booleanpublic boolean isListDataValidation()
Booleanpublic void setListDataValidation(Boolean value)
value - allowed object is
Booleanpublic boolean isCalculatedColumn()
Booleanpublic void setCalculatedColumn(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-2019. All Rights Reserved.