Interface CTVolTopicRef
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTVolTopicRef extends XmlObject
An XML CT_VolTopicRef(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTVolTopicRef.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.String
getR()
Gets the "r" attributelong
getS()
Gets the "s" attributevoid
setR(java.lang.String r)
Sets the "r" attributevoid
setS(long s)
Sets the "s" attributeSTCellRef
xgetR()
Gets (as xml) the "r" attributeXmlUnsignedInt
xgetS()
Gets (as xml) the "s" attributevoid
xsetR(STCellRef r)
Sets (as xml) the "r" attributevoid
xsetS(XmlUnsignedInt s)
Sets (as xml) the "s" 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
-
getR
java.lang.String getR()
Gets the "r" attribute
-
xgetR
STCellRef xgetR()
Gets (as xml) the "r" attribute
-
setR
void setR(java.lang.String r)
Sets the "r" attribute
-
xsetR
void xsetR(STCellRef r)
Sets (as xml) the "r" attribute
-
getS
long getS()
Gets the "s" attribute
-
xgetS
XmlUnsignedInt xgetS()
Gets (as xml) the "s" attribute
-
setS
void setS(long s)
Sets the "s" attribute
-
xsetS
void xsetS(XmlUnsignedInt s)
Sets (as xml) the "s" attribute
-
-