Interface CTPhoneticRun
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPhoneticRun extends XmlObject
An XML CT_PhoneticRun(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPhoneticRun.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 long
getEb()
Gets the "eb" attributelong
getSb()
Gets the "sb" attributejava.lang.String
getT()
Gets the "t" elementvoid
setEb(long eb)
Sets the "eb" attributevoid
setSb(long sb)
Sets the "sb" attributevoid
setT(java.lang.String t)
Sets the "t" elementXmlUnsignedInt
xgetEb()
Gets (as xml) the "eb" attributeXmlUnsignedInt
xgetSb()
Gets (as xml) the "sb" attributeSTXstring
xgetT()
Gets (as xml) the "t" elementvoid
xsetEb(XmlUnsignedInt eb)
Sets (as xml) the "eb" attributevoid
xsetSb(XmlUnsignedInt sb)
Sets (as xml) the "sb" attributevoid
xsetT(STXstring t)
Sets (as xml) the "t" element-
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
-
getT
java.lang.String getT()
Gets the "t" element
-
xgetT
STXstring xgetT()
Gets (as xml) the "t" element
-
setT
void setT(java.lang.String t)
Sets the "t" element
-
xsetT
void xsetT(STXstring t)
Sets (as xml) the "t" element
-
getSb
long getSb()
Gets the "sb" attribute
-
xgetSb
XmlUnsignedInt xgetSb()
Gets (as xml) the "sb" attribute
-
setSb
void setSb(long sb)
Sets the "sb" attribute
-
xsetSb
void xsetSb(XmlUnsignedInt sb)
Sets (as xml) the "sb" attribute
-
getEb
long getEb()
Gets the "eb" attribute
-
xgetEb
XmlUnsignedInt xgetEb()
Gets (as xml) the "eb" attribute
-
setEb
void setEb(long eb)
Sets the "eb" attribute
-
xsetEb
void xsetEb(XmlUnsignedInt eb)
Sets (as xml) the "eb" attribute
-
-