public class CTDispUnits extends Object implements Child
Java class for CT_DispUnits complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DispUnits">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="custUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double"/>
<element name="builtInUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_BuiltInUnit"/>
</choice>
<element name="dispUnitsLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DispUnitsLbl" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBuiltInUnit |
builtInUnit |
protected CTDouble |
custUnit |
protected CTDispUnitsLbl |
dispUnitsLbl |
protected CTExtensionList |
extLst |
| Constructor and Description |
|---|
CTDispUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBuiltInUnit |
getBuiltInUnit()
Gets the value of the builtInUnit property.
|
CTDouble |
getCustUnit()
Gets the value of the custUnit property.
|
CTDispUnitsLbl |
getDispUnitsLbl()
Gets the value of the dispUnitsLbl property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setBuiltInUnit(CTBuiltInUnit value)
Sets the value of the builtInUnit property.
|
void |
setCustUnit(CTDouble value)
Sets the value of the custUnit property.
|
void |
setDispUnitsLbl(CTDispUnitsLbl value)
Sets the value of the dispUnitsLbl property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setParent(Object parent) |
protected CTDouble custUnit
protected CTBuiltInUnit builtInUnit
protected CTDispUnitsLbl dispUnitsLbl
protected CTExtensionList extLst
public CTDouble getCustUnit()
CTDoublepublic void setCustUnit(CTDouble value)
value - allowed object is
CTDoublepublic CTBuiltInUnit getBuiltInUnit()
CTBuiltInUnitpublic void setBuiltInUnit(CTBuiltInUnit value)
value - allowed object is
CTBuiltInUnitpublic CTDispUnitsLbl getDispUnitsLbl()
CTDispUnitsLblpublic void setDispUnitsLbl(CTDispUnitsLbl value)
value - allowed object is
CTDispUnitsLblpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.