public class CTAxisUnits extends Object implements Child
Java class for CT_AxisUnits complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AxisUnits">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="unitsLabel" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_AxisUnitsLabel" minOccurs="0"/>
<element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="unit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_AxisUnit" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected STAxisUnit |
unit |
protected CTAxisUnitsLabel |
unitsLabel |
| Constructor and Description |
|---|
CTAxisUnits() |
| 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.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STAxisUnit |
getUnit()
Gets the value of the unit property.
|
CTAxisUnitsLabel |
getUnitsLabel()
Gets the value of the unitsLabel property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setParent(Object parent) |
void |
setUnit(STAxisUnit value)
Sets the value of the unit property.
|
void |
setUnitsLabel(CTAxisUnitsLabel value)
Sets the value of the unitsLabel property.
|
protected CTAxisUnitsLabel unitsLabel
protected CTExtensionList extLst
protected STAxisUnit unit
public CTAxisUnitsLabel getUnitsLabel()
CTAxisUnitsLabelpublic void setUnitsLabel(CTAxisUnitsLabel value)
value - allowed object is
CTAxisUnitsLabelpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic STAxisUnit getUnit()
STAxisUnitpublic void setUnit(STAxisUnit value)
value - allowed object is
STAxisUnitpublic 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-2021. All Rights Reserved.