Interface CTDispUnits
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDispUnits extends XmlObject
An XML CT_DispUnits(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDispUnits.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 CTBuiltInUnit
addNewBuiltInUnit()
Appends and returns a new empty "builtInUnit" elementCTDouble
addNewCustUnit()
Appends and returns a new empty "custUnit" elementCTDispUnitsLbl
addNewDispUnitsLbl()
Appends and returns a new empty "dispUnitsLbl" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTBuiltInUnit
getBuiltInUnit()
Gets the "builtInUnit" elementCTDouble
getCustUnit()
Gets the "custUnit" elementCTDispUnitsLbl
getDispUnitsLbl()
Gets the "dispUnitsLbl" elementCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
isSetBuiltInUnit()
True if has "builtInUnit" elementboolean
isSetCustUnit()
True if has "custUnit" elementboolean
isSetDispUnitsLbl()
True if has "dispUnitsLbl" elementboolean
isSetExtLst()
True if has "extLst" elementvoid
setBuiltInUnit(CTBuiltInUnit builtInUnit)
Sets the "builtInUnit" elementvoid
setCustUnit(CTDouble custUnit)
Sets the "custUnit" elementvoid
setDispUnitsLbl(CTDispUnitsLbl dispUnitsLbl)
Sets the "dispUnitsLbl" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
unsetBuiltInUnit()
Unsets the "builtInUnit" elementvoid
unsetCustUnit()
Unsets the "custUnit" elementvoid
unsetDispUnitsLbl()
Unsets the "dispUnitsLbl" elementvoid
unsetExtLst()
Unsets the "extLst" 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
-
getCustUnit
CTDouble getCustUnit()
Gets the "custUnit" element
-
isSetCustUnit
boolean isSetCustUnit()
True if has "custUnit" element
-
setCustUnit
void setCustUnit(CTDouble custUnit)
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
void setBuiltInUnit(CTBuiltInUnit builtInUnit)
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
void setDispUnitsLbl(CTDispUnitsLbl dispUnitsLbl)
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
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-