Interface CTError
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTError extends XmlObject
An XML CT_Error(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTError.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTTuplesaddNewTpls()Appends and returns a new empty "tpls" elementCTXaddNewX()Appends and returns a new empty value (as xml) as the last "x" elementbooleangetB()Gets the "b" attributebyte[]getBc()Gets the "bc" attributejava.lang.StringgetC()Gets the "c" attributelonggetCp()Gets the "cp" attributebooleangetF()Gets the "f" attributebyte[]getFc()Gets the "fc" attributebooleangetI()Gets the "i" attributelonggetIn()Gets the "in" attributebooleangetSt()Gets the "st" attributeCTTuplesgetTpls()Gets the "tpls" elementbooleangetU()Gets the "u" attributebooleangetUn()Gets the "un" attributejava.lang.StringgetV()Gets the "v" attributeCTX[]getXArray()Deprecated.CTXgetXArray(int i)Gets ith "x" elementjava.util.List<CTX>getXList()Gets a List of "x" elementsCTXinsertNewX(int i)Inserts and returns a new empty value (as xml) as the ith "x" elementbooleanisSetB()True if has "b" attributebooleanisSetBc()True if has "bc" attributebooleanisSetC()True if has "c" attributebooleanisSetCp()True if has "cp" attributebooleanisSetF()True if has "f" attributebooleanisSetFc()True if has "fc" attributebooleanisSetI()True if has "i" attributebooleanisSetIn()True if has "in" attributebooleanisSetSt()True if has "st" attributebooleanisSetTpls()True if has "tpls" elementbooleanisSetU()True if has "u" attributebooleanisSetUn()True if has "un" attributevoidremoveX(int i)Removes the ith "x" elementvoidsetB(boolean b)Sets the "b" attributevoidsetBc(byte[] bc)Sets the "bc" attributevoidsetC(java.lang.String c)Sets the "c" attributevoidsetCp(long cp)Sets the "cp" attributevoidsetF(boolean f)Sets the "f" attributevoidsetFc(byte[] fc)Sets the "fc" attributevoidsetI(boolean iValue)Sets the "i" attributevoidsetIn(long in)Sets the "in" attributevoidsetSt(boolean st)Sets the "st" attributevoidsetTpls(CTTuples tpls)Sets the "tpls" elementvoidsetU(boolean u)Sets the "u" attributevoidsetUn(boolean un)Sets the "un" attributevoidsetV(java.lang.String v)Sets the "v" attributevoidsetXArray(int i, CTX x)Sets ith "x" elementvoidsetXArray(CTX[] xArray)Sets array of all "x" elementintsizeOfXArray()Returns number of "x" elementvoidunsetB()Unsets the "b" attributevoidunsetBc()Unsets the "bc" attributevoidunsetC()Unsets the "c" attributevoidunsetCp()Unsets the "cp" attributevoidunsetF()Unsets the "f" attributevoidunsetFc()Unsets the "fc" attributevoidunsetI()Unsets the "i" attributevoidunsetIn()Unsets the "in" attributevoidunsetSt()Unsets the "st" attributevoidunsetTpls()Unsets the "tpls" elementvoidunsetU()Unsets the "u" attributevoidunsetUn()Unsets the "un" attributeXmlBooleanxgetB()Gets (as xml) the "b" attributeSTUnsignedIntHexxgetBc()Gets (as xml) the "bc" attributeSTXstringxgetC()Gets (as xml) the "c" attributeXmlUnsignedIntxgetCp()Gets (as xml) the "cp" attributeXmlBooleanxgetF()Gets (as xml) the "f" attributeSTUnsignedIntHexxgetFc()Gets (as xml) the "fc" attributeXmlBooleanxgetI()Gets (as xml) the "i" attributeXmlUnsignedIntxgetIn()Gets (as xml) the "in" attributeXmlBooleanxgetSt()Gets (as xml) the "st" attributeXmlBooleanxgetU()Gets (as xml) the "u" attributeXmlBooleanxgetUn()Gets (as xml) the "un" attributeSTXstringxgetV()Gets (as xml) the "v" attributevoidxsetB(XmlBoolean b)Sets (as xml) the "b" attributevoidxsetBc(STUnsignedIntHex bc)Sets (as xml) the "bc" attributevoidxsetC(STXstring c)Sets (as xml) the "c" attributevoidxsetCp(XmlUnsignedInt cp)Sets (as xml) the "cp" attributevoidxsetF(XmlBoolean f)Sets (as xml) the "f" attributevoidxsetFc(STUnsignedIntHex fc)Sets (as xml) the "fc" attributevoidxsetI(XmlBoolean iValue)Sets (as xml) the "i" attributevoidxsetIn(XmlUnsignedInt in)Sets (as xml) the "in" attributevoidxsetSt(XmlBoolean st)Sets (as xml) the "st" attributevoidxsetU(XmlBoolean u)Sets (as xml) the "u" attributevoidxsetUn(XmlBoolean un)Sets (as xml) the "un" attributevoidxsetV(STXstring v)Sets (as xml) the "v" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTpls
CTTuples getTpls()
Gets the "tpls" element
-
isSetTpls
boolean isSetTpls()
True if has "tpls" element
-
setTpls
void setTpls(CTTuples tpls)
Sets the "tpls" element
-
addNewTpls
CTTuples addNewTpls()
Appends and returns a new empty "tpls" element
-
unsetTpls
void unsetTpls()
Unsets the "tpls" element
-
getXList
java.util.List<CTX> getXList()
Gets a List of "x" elements
-
getXArray
@Deprecated CTX[] getXArray()
Deprecated.Gets array of all "x" elements
-
getXArray
CTX getXArray(int i)
Gets ith "x" element
-
sizeOfXArray
int sizeOfXArray()
Returns number of "x" element
-
setXArray
void setXArray(CTX[] xArray)
Sets array of all "x" element
-
setXArray
void setXArray(int i, CTX x)Sets ith "x" element
-
insertNewX
CTX insertNewX(int i)
Inserts and returns a new empty value (as xml) as the ith "x" element
-
addNewX
CTX addNewX()
Appends and returns a new empty value (as xml) as the last "x" element
-
removeX
void removeX(int i)
Removes the ith "x" element
-
getV
java.lang.String getV()
Gets the "v" attribute
-
xgetV
STXstring xgetV()
Gets (as xml) the "v" attribute
-
setV
void setV(java.lang.String v)
Sets the "v" attribute
-
xsetV
void xsetV(STXstring v)
Sets (as xml) the "v" attribute
-
getU
boolean getU()
Gets the "u" attribute
-
xgetU
XmlBoolean xgetU()
Gets (as xml) the "u" attribute
-
isSetU
boolean isSetU()
True if has "u" attribute
-
setU
void setU(boolean u)
Sets the "u" attribute
-
xsetU
void xsetU(XmlBoolean u)
Sets (as xml) the "u" attribute
-
unsetU
void unsetU()
Unsets the "u" attribute
-
getF
boolean getF()
Gets the "f" attribute
-
xgetF
XmlBoolean xgetF()
Gets (as xml) the "f" attribute
-
isSetF
boolean isSetF()
True if has "f" attribute
-
setF
void setF(boolean f)
Sets the "f" attribute
-
xsetF
void xsetF(XmlBoolean f)
Sets (as xml) the "f" attribute
-
unsetF
void unsetF()
Unsets the "f" attribute
-
getC
java.lang.String getC()
Gets the "c" attribute
-
xgetC
STXstring xgetC()
Gets (as xml) the "c" attribute
-
isSetC
boolean isSetC()
True if has "c" attribute
-
setC
void setC(java.lang.String c)
Sets the "c" attribute
-
xsetC
void xsetC(STXstring c)
Sets (as xml) the "c" attribute
-
unsetC
void unsetC()
Unsets the "c" attribute
-
getCp
long getCp()
Gets the "cp" attribute
-
xgetCp
XmlUnsignedInt xgetCp()
Gets (as xml) the "cp" attribute
-
isSetCp
boolean isSetCp()
True if has "cp" attribute
-
setCp
void setCp(long cp)
Sets the "cp" attribute
-
xsetCp
void xsetCp(XmlUnsignedInt cp)
Sets (as xml) the "cp" attribute
-
unsetCp
void unsetCp()
Unsets the "cp" attribute
-
getIn
long getIn()
Gets the "in" attribute
-
xgetIn
XmlUnsignedInt xgetIn()
Gets (as xml) the "in" attribute
-
isSetIn
boolean isSetIn()
True if has "in" attribute
-
setIn
void setIn(long in)
Sets the "in" attribute
-
xsetIn
void xsetIn(XmlUnsignedInt in)
Sets (as xml) the "in" attribute
-
unsetIn
void unsetIn()
Unsets the "in" attribute
-
getBc
byte[] getBc()
Gets the "bc" attribute
-
xgetBc
STUnsignedIntHex xgetBc()
Gets (as xml) the "bc" attribute
-
isSetBc
boolean isSetBc()
True if has "bc" attribute
-
setBc
void setBc(byte[] bc)
Sets the "bc" attribute
-
xsetBc
void xsetBc(STUnsignedIntHex bc)
Sets (as xml) the "bc" attribute
-
unsetBc
void unsetBc()
Unsets the "bc" attribute
-
getFc
byte[] getFc()
Gets the "fc" attribute
-
xgetFc
STUnsignedIntHex xgetFc()
Gets (as xml) the "fc" attribute
-
isSetFc
boolean isSetFc()
True if has "fc" attribute
-
setFc
void setFc(byte[] fc)
Sets the "fc" attribute
-
xsetFc
void xsetFc(STUnsignedIntHex fc)
Sets (as xml) the "fc" attribute
-
unsetFc
void unsetFc()
Unsets the "fc" attribute
-
getI
boolean getI()
Gets the "i" attribute
-
xgetI
XmlBoolean xgetI()
Gets (as xml) the "i" attribute
-
isSetI
boolean isSetI()
True if has "i" attribute
-
setI
void setI(boolean iValue)
Sets the "i" attribute
-
xsetI
void xsetI(XmlBoolean iValue)
Sets (as xml) the "i" attribute
-
unsetI
void unsetI()
Unsets the "i" attribute
-
getUn
boolean getUn()
Gets the "un" attribute
-
xgetUn
XmlBoolean xgetUn()
Gets (as xml) the "un" attribute
-
isSetUn
boolean isSetUn()
True if has "un" attribute
-
setUn
void setUn(boolean un)
Sets the "un" attribute
-
xsetUn
void xsetUn(XmlBoolean un)
Sets (as xml) the "un" attribute
-
unsetUn
void unsetUn()
Unsets the "un" attribute
-
getSt
boolean getSt()
Gets the "st" attribute
-
xgetSt
XmlBoolean xgetSt()
Gets (as xml) the "st" attribute
-
isSetSt
boolean isSetSt()
True if has "st" attribute
-
setSt
void setSt(boolean st)
Sets the "st" attribute
-
xsetSt
void xsetSt(XmlBoolean st)
Sets (as xml) the "st" attribute
-
unsetSt
void unsetSt()
Unsets the "st" attribute
-
getB
boolean getB()
Gets the "b" attribute
-
xgetB
XmlBoolean xgetB()
Gets (as xml) the "b" attribute
-
isSetB
boolean isSetB()
True if has "b" attribute
-
setB
void setB(boolean b)
Sets the "b" attribute
-
xsetB
void xsetB(XmlBoolean b)
Sets (as xml) the "b" attribute
-
unsetB
void unsetB()
Unsets the "b" attribute
-
-