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 classCTPhoneticRun.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 longgetEb()Gets the "eb" attributelonggetSb()Gets the "sb" attributejava.lang.StringgetT()Gets the "t" elementvoidsetEb(long eb)Sets the "eb" attributevoidsetSb(long sb)Sets the "sb" attributevoidsetT(java.lang.String t)Sets the "t" elementXmlUnsignedIntxgetEb()Gets (as xml) the "eb" attributeXmlUnsignedIntxgetSb()Gets (as xml) the "sb" attributeSTXstringxgetT()Gets (as xml) the "t" elementvoidxsetEb(XmlUnsignedInt eb)Sets (as xml) the "eb" attributevoidxsetSb(XmlUnsignedInt sb)Sets (as xml) the "sb" attributevoidxsetT(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
-
-