Interface CTExternalCell
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTExternalCell extends XmlObject
An XML CT_ExternalCell(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTExternalCell.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 Modifier and Type Method Description java.lang.StringgetR()Gets the "r" attributeSTCellType.EnumgetT()Gets the "t" attributejava.lang.StringgetV()Gets the "v" elementlonggetVm()Gets the "vm" attributebooleanisSetR()True if has "r" attributebooleanisSetT()True if has "t" attributebooleanisSetV()True if has "v" elementbooleanisSetVm()True if has "vm" attributevoidsetR(java.lang.String r)Sets the "r" attributevoidsetT(STCellType.Enum t)Sets the "t" attributevoidsetV(java.lang.String v)Sets the "v" elementvoidsetVm(long vm)Sets the "vm" attributevoidunsetR()Unsets the "r" attributevoidunsetT()Unsets the "t" attributevoidunsetV()Unsets the "v" elementvoidunsetVm()Unsets the "vm" attributeSTCellRefxgetR()Gets (as xml) the "r" attributeSTCellTypexgetT()Gets (as xml) the "t" attributeSTXstringxgetV()Gets (as xml) the "v" elementXmlUnsignedIntxgetVm()Gets (as xml) the "vm" attributevoidxsetR(STCellRef r)Sets (as xml) the "r" attributevoidxsetT(STCellType t)Sets (as xml) the "t" attributevoidxsetV(STXstring v)Sets (as xml) the "v" elementvoidxsetVm(XmlUnsignedInt vm)Sets (as xml) the "vm" 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
-
getV
java.lang.String getV()
Gets the "v" element
-
xgetV
STXstring xgetV()
Gets (as xml) the "v" element
-
isSetV
boolean isSetV()
True if has "v" element
-
setV
void setV(java.lang.String v)
Sets the "v" element
-
xsetV
void xsetV(STXstring v)
Sets (as xml) the "v" element
-
unsetV
void unsetV()
Unsets the "v" element
-
getR
java.lang.String getR()
Gets the "r" attribute
-
xgetR
STCellRef xgetR()
Gets (as xml) the "r" attribute
-
isSetR
boolean isSetR()
True if has "r" attribute
-
setR
void setR(java.lang.String r)
Sets the "r" attribute
-
xsetR
void xsetR(STCellRef r)
Sets (as xml) the "r" attribute
-
unsetR
void unsetR()
Unsets the "r" attribute
-
getT
STCellType.Enum getT()
Gets the "t" attribute
-
xgetT
STCellType xgetT()
Gets (as xml) the "t" attribute
-
isSetT
boolean isSetT()
True if has "t" attribute
-
setT
void setT(STCellType.Enum t)
Sets the "t" attribute
-
xsetT
void xsetT(STCellType t)
Sets (as xml) the "t" attribute
-
unsetT
void unsetT()
Unsets the "t" attribute
-
getVm
long getVm()
Gets the "vm" attribute
-
xgetVm
XmlUnsignedInt xgetVm()
Gets (as xml) the "vm" attribute
-
isSetVm
boolean isSetVm()
True if has "vm" attribute
-
setVm
void setVm(long vm)
Sets the "vm" attribute
-
xsetVm
void xsetVm(XmlUnsignedInt vm)
Sets (as xml) the "vm" attribute
-
unsetVm
void unsetVm()
Unsets the "vm" attribute
-
-