public class CTScaling extends Object implements Child
Java class for CT_Scaling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Scaling">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="logBase" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LogBase" minOccurs="0"/>
<element name="orientation" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Orientation" minOccurs="0"/>
<element name="max" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
<element name="min" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" 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 CTExtensionList |
extLst |
protected CTLogBase |
logBase |
protected CTDouble |
max |
protected CTDouble |
min |
protected CTOrientation |
orientation |
| Constructor and Description |
|---|
CTScaling() |
| 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.
|
CTLogBase |
getLogBase()
Gets the value of the logBase property.
|
CTDouble |
getMax()
Gets the value of the max property.
|
CTDouble |
getMin()
Gets the value of the min property.
|
CTOrientation |
getOrientation()
Gets the value of the orientation property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setLogBase(CTLogBase value)
Sets the value of the logBase property.
|
void |
setMax(CTDouble value)
Sets the value of the max property.
|
void |
setMin(CTDouble value)
Sets the value of the min property.
|
void |
setOrientation(CTOrientation value)
Sets the value of the orientation property.
|
void |
setParent(Object parent) |
protected CTLogBase logBase
protected CTOrientation orientation
protected CTDouble max
protected CTDouble min
protected CTExtensionList extLst
public CTLogBase getLogBase()
CTLogBasepublic void setLogBase(CTLogBase value)
value - allowed object is
CTLogBasepublic CTOrientation getOrientation()
CTOrientationpublic void setOrientation(CTOrientation value)
value - allowed object is
CTOrientationpublic CTDouble getMax()
CTDoublepublic void setMax(CTDouble value)
value - allowed object is
CTDoublepublic CTDouble getMin()
CTDoublepublic void setMin(CTDouble value)
value - allowed object is
CTDoublepublic 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-2021. All Rights Reserved.