public class CTValueAxisScaling extends Object implements Child
Java class for CT_ValueAxisScaling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueAxisScaling">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="max" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
<attribute name="min" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
<attribute name="majorUnit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueAxisUnit" />
<attribute name="minorUnit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueAxisUnit" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
majorUnit |
protected String |
max |
protected String |
min |
protected String |
minorUnit |
| Constructor and Description |
|---|
CTValueAxisScaling() |
| 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.
|
String |
getMajorUnit()
Gets the value of the majorUnit property.
|
String |
getMax()
Gets the value of the max property.
|
String |
getMin()
Gets the value of the min property.
|
String |
getMinorUnit()
Gets the value of the minorUnit property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setMajorUnit(String value)
Sets the value of the majorUnit property.
|
void |
setMax(String value)
Sets the value of the max property.
|
void |
setMin(String value)
Sets the value of the min property.
|
void |
setMinorUnit(String value)
Sets the value of the minorUnit property.
|
void |
setParent(Object parent) |
protected String max
protected String min
protected String majorUnit
protected String minorUnit
public String getMax()
Stringpublic void setMax(String value)
value - allowed object is
Stringpublic String getMin()
Stringpublic void setMin(String value)
value - allowed object is
Stringpublic String getMajorUnit()
Stringpublic void setMajorUnit(String value)
value - allowed object is
Stringpublic String getMinorUnit()
Stringpublic void setMinorUnit(String value)
value - allowed object is
Stringpublic 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-2020. All Rights Reserved.