Interface CTSerTx
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SerTx(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "strRef" elementGets the "strRef" elementgetV()Gets the "v" elementbooleanTrue if has "strRef" elementbooleanisSetV()True if has "v" elementvoidSets the "strRef" elementvoidSets the "v" elementvoidUnsets the "strRef" elementvoidunsetV()Unsets the "v" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetV()Gets (as xml) the "v" elementvoidxsetV(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring v) Sets (as xml) the "v" elementMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getStrRef
CTStrRef getStrRef()Gets the "strRef" element -
isSetStrRef
boolean isSetStrRef()True if has "strRef" element -
setStrRef
Sets the "strRef" element -
addNewStrRef
CTStrRef addNewStrRef()Appends and returns a new empty "strRef" element -
unsetStrRef
void unsetStrRef()Unsets the "strRef" element -
getV
String getV()Gets the "v" element -
xgetV
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetV()Gets (as xml) the "v" element -
isSetV
boolean isSetV()True if has "v" element -
setV
Sets the "v" element -
unsetV
void unsetV()Unsets the "v" element
-