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

    Fields
    Modifier and Type Field Description
    protected java.lang.String majorUnit  
    protected java.lang.String max  
    protected java.lang.String min  
    protected java.lang.String minorUnit  
  • Constructor Summary

    Constructors
    Constructor Description
    CTValueAxisScaling()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMajorUnit()
    Gets the value of the majorUnit property.
    java.lang.String getMax()
    Gets the value of the max property.
    java.lang.String getMin()
    Gets the value of the min property.
    java.lang.String getMinorUnit()
    Gets the value of the minorUnit property.
    void setMajorUnit​(java.lang.String value)
    Sets the value of the majorUnit property.
    void setMax​(java.lang.String value)
    Sets the value of the max property.
    void setMin​(java.lang.String value)
    Sets the value of the min property.
    void setMinorUnit​(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 is String
    • 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 is String
    • 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 is String
    • 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 is String