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 classCTDispUnits.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 CTBuiltInUnitaddNewBuiltInUnit()Appends and returns a new empty "builtInUnit" elementCTDoubleaddNewCustUnit()Appends and returns a new empty "custUnit" elementCTDispUnitsLbladdNewDispUnitsLbl()Appends and returns a new empty "dispUnitsLbl" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTBuiltInUnitgetBuiltInUnit()Gets the "builtInUnit" elementCTDoublegetCustUnit()Gets the "custUnit" elementCTDispUnitsLblgetDispUnitsLbl()Gets the "dispUnitsLbl" elementCTExtensionListgetExtLst()Gets the "extLst" elementbooleanisSetBuiltInUnit()True if has "builtInUnit" elementbooleanisSetCustUnit()True if has "custUnit" elementbooleanisSetDispUnitsLbl()True if has "dispUnitsLbl" elementbooleanisSetExtLst()True 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" elementvoidunsetBuiltInUnit()Unsets the "builtInUnit" elementvoidunsetCustUnit()Unsets the "custUnit" elementvoidunsetDispUnitsLbl()Unsets the "dispUnitsLbl" elementvoidunsetExtLst()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
-
-