Interface CTDispUnits
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DispUnits(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDispUnits> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "builtInUnit" elementAppends and returns a new empty "custUnit" elementAppends and returns a new empty "dispUnitsLbl" elementAppends and returns a new empty "extLst" elementGets the "builtInUnit" elementGets the "custUnit" elementGets the "dispUnitsLbl" elementGets the "extLst" elementbooleanTrue if has "builtInUnit" elementbooleanTrue if has "custUnit" elementbooleanTrue if has "dispUnitsLbl" elementbooleanTrue if has "extLst" elementvoidsetBuiltInUnit(CTBuiltInUnit builtInUnit) Sets the "builtInUnit" elementvoidsetCustUnit(CTDouble custUnit) Sets the "custUnit" elementvoidsetDispUnitsLbl(CTDispUnitsLbl dispUnitsLbl) Sets the "dispUnitsLbl" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidUnsets the "builtInUnit" elementvoidUnsets the "custUnit" elementvoidUnsets the "dispUnitsLbl" elementvoidUnsets the "extLst" 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
-
getCustUnit
CTDouble getCustUnit()Gets the "custUnit" element -
isSetCustUnit
boolean isSetCustUnit()True if has "custUnit" element -
setCustUnit
Sets the "custUnit" element -
addNewCustUnit
CTDouble addNewCustUnit()Appends and returns a new empty "custUnit" element -
unsetCustUnit
void unsetCustUnit()Unsets the "custUnit" element -
getBuiltInUnit
CTBuiltInUnit getBuiltInUnit()Gets the "builtInUnit" element -
isSetBuiltInUnit
boolean isSetBuiltInUnit()True if has "builtInUnit" element -
setBuiltInUnit
Sets the "builtInUnit" element -
addNewBuiltInUnit
CTBuiltInUnit addNewBuiltInUnit()Appends and returns a new empty "builtInUnit" element -
unsetBuiltInUnit
void unsetBuiltInUnit()Unsets the "builtInUnit" element -
getDispUnitsLbl
CTDispUnitsLbl getDispUnitsLbl()Gets the "dispUnitsLbl" element -
isSetDispUnitsLbl
boolean isSetDispUnitsLbl()True if has "dispUnitsLbl" element -
setDispUnitsLbl
Sets the "dispUnitsLbl" element -
addNewDispUnitsLbl
CTDispUnitsLbl addNewDispUnitsLbl()Appends and returns a new empty "dispUnitsLbl" element -
unsetDispUnitsLbl
void unsetDispUnitsLbl()Unsets the "dispUnitsLbl" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-