Class CTValueAxisScaling
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueAxisScaling
public class CTValueAxisScaling
extends java.lang.Object
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>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CTValueAxisScaling() -
Method Summary
Modifier and Type Method Description java.lang.StringgetMajorUnit()Gets the value of the majorUnit property.java.lang.StringgetMax()Gets the value of the max property.java.lang.StringgetMin()Gets the value of the min property.java.lang.StringgetMinorUnit()Gets the value of the minorUnit property.voidsetMajorUnit(java.lang.String value)Sets the value of the majorUnit property.voidsetMax(java.lang.String value)Sets the value of the max property.voidsetMin(java.lang.String value)Sets the value of the min property.voidsetMinorUnit(java.lang.String value)Sets the value of the minorUnit property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
max
protected java.lang.String max -
min
protected java.lang.String min -
majorUnit
protected java.lang.String majorUnit -
minorUnit
protected java.lang.String minorUnit
-
-
Constructor Details
-
CTValueAxisScaling
public CTValueAxisScaling()
-
-
Method Details
-
getMax
public java.lang.String getMax()Gets the value of the max property.- Returns:
- possible object is
String
-
setMax
public void setMax(java.lang.String value)Sets the value of the max property.- Parameters:
value- allowed object isString
-
getMin
public java.lang.String getMin()Gets the value of the min property.- Returns:
- possible object is
String
-
setMin
public void setMin(java.lang.String value)Sets the value of the min property.- Parameters:
value- allowed object isString
-
getMajorUnit
public java.lang.String getMajorUnit()Gets the value of the majorUnit property.- Returns:
- possible object is
String
-
setMajorUnit
public void setMajorUnit(java.lang.String value)Sets the value of the majorUnit property.- Parameters:
value- allowed object isString
-
getMinorUnit
public java.lang.String getMinorUnit()Gets the value of the minorUnit property.- Returns:
- possible object is
String
-
setMinorUnit
public void setMinorUnit(java.lang.String value)Sets the value of the minorUnit property.- Parameters:
value- allowed object isString
-