java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueAxisScaling
All Implemented Interfaces:
Child

public class CTValueAxisScaling
extends java.lang.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>
 
  • 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
    void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    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.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    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.
    void setParent​(java.lang.Object parent)  

    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

  • 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
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.