Class CTValAx

java.lang.Object
org.docx4j.dml.chart.CTValAx
All Implemented Interfaces:
Child

public class CTValAx
extends java.lang.Object
implements Child

Java class for CT_ValAx complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_ValAx">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_AxShared"/>
         <element name="crossBetween" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_CrossBetween" minOccurs="0"/>
         <element name="majorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/>
         <element name="minorUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxisUnit" minOccurs="0"/>
         <element name="dispUnits" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DispUnits" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTValAx

      public CTValAx()
  • Method Details

    • getAxId

      public CTUnsignedInt getAxId()
      Gets the value of the axId property.
      Returns:
      possible object is CTUnsignedInt
    • setAxId

      public void setAxId​(CTUnsignedInt value)
      Sets the value of the axId property.
      Parameters:
      value - allowed object is CTUnsignedInt
    • getScaling

      public CTScaling getScaling()
      Gets the value of the scaling property.
      Returns:
      possible object is CTScaling
    • setScaling

      public void setScaling​(CTScaling value)
      Sets the value of the scaling property.
      Parameters:
      value - allowed object is CTScaling
    • getDelete

      public CTBoolean getDelete()
      Gets the value of the delete property.
      Returns:
      possible object is CTBoolean
    • setDelete

      public void setDelete​(CTBoolean value)
      Sets the value of the delete property.
      Parameters:
      value - allowed object is CTBoolean
    • getAxPos

      public CTAxPos getAxPos()
      Gets the value of the axPos property.
      Returns:
      possible object is CTAxPos
    • setAxPos

      public void setAxPos​(CTAxPos value)
      Sets the value of the axPos property.
      Parameters:
      value - allowed object is CTAxPos
    • getMajorGridlines

      public CTChartLines getMajorGridlines()
      Gets the value of the majorGridlines property.
      Returns:
      possible object is CTChartLines
    • setMajorGridlines

      public void setMajorGridlines​(CTChartLines value)
      Sets the value of the majorGridlines property.
      Parameters:
      value - allowed object is CTChartLines
    • getMinorGridlines

      public CTChartLines getMinorGridlines()
      Gets the value of the minorGridlines property.
      Returns:
      possible object is CTChartLines
    • setMinorGridlines

      public void setMinorGridlines​(CTChartLines value)
      Sets the value of the minorGridlines property.
      Parameters:
      value - allowed object is CTChartLines
    • getTitle

      public CTTitle getTitle()
      Gets the value of the title property.
      Returns:
      possible object is CTTitle
    • setTitle

      public void setTitle​(CTTitle value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is CTTitle
    • getNumFmt

      public CTNumFmt getNumFmt()
      Gets the value of the numFmt property.
      Returns:
      possible object is CTNumFmt
    • setNumFmt

      public void setNumFmt​(CTNumFmt value)
      Sets the value of the numFmt property.
      Parameters:
      value - allowed object is CTNumFmt
    • getMajorTickMark

      public CTTickMark getMajorTickMark()
      Gets the value of the majorTickMark property.
      Returns:
      possible object is CTTickMark
    • setMajorTickMark

      public void setMajorTickMark​(CTTickMark value)
      Sets the value of the majorTickMark property.
      Parameters:
      value - allowed object is CTTickMark
    • getMinorTickMark

      public CTTickMark getMinorTickMark()
      Gets the value of the minorTickMark property.
      Returns:
      possible object is CTTickMark
    • setMinorTickMark

      public void setMinorTickMark​(CTTickMark value)
      Sets the value of the minorTickMark property.
      Parameters:
      value - allowed object is CTTickMark
    • getTickLblPos

      public CTTickLblPos getTickLblPos()
      Gets the value of the tickLblPos property.
      Returns:
      possible object is CTTickLblPos
    • setTickLblPos

      public void setTickLblPos​(CTTickLblPos value)
      Sets the value of the tickLblPos property.
      Parameters:
      value - allowed object is CTTickLblPos
    • getSpPr

      public CTShapeProperties getSpPr()
      Gets the value of the spPr property.
      Returns:
      possible object is CTShapeProperties
    • setSpPr

      public void setSpPr​(CTShapeProperties value)
      Sets the value of the spPr property.
      Parameters:
      value - allowed object is CTShapeProperties
    • getTxPr

      public CTTextBody getTxPr()
      Gets the value of the txPr property.
      Returns:
      possible object is CTTextBody
    • setTxPr

      public void setTxPr​(CTTextBody value)
      Sets the value of the txPr property.
      Parameters:
      value - allowed object is CTTextBody
    • getCrossAx

      public CTUnsignedInt getCrossAx()
      Gets the value of the crossAx property.
      Returns:
      possible object is CTUnsignedInt
    • setCrossAx

      public void setCrossAx​(CTUnsignedInt value)
      Sets the value of the crossAx property.
      Parameters:
      value - allowed object is CTUnsignedInt
    • getCrosses

      public CTCrosses getCrosses()
      Gets the value of the crosses property.
      Returns:
      possible object is CTCrosses
    • setCrosses

      public void setCrosses​(CTCrosses value)
      Sets the value of the crosses property.
      Parameters:
      value - allowed object is CTCrosses
    • getCrossesAt

      public CTDouble getCrossesAt()
      Gets the value of the crossesAt property.
      Returns:
      possible object is CTDouble
    • setCrossesAt

      public void setCrossesAt​(CTDouble value)
      Sets the value of the crossesAt property.
      Parameters:
      value - allowed object is CTDouble
    • getCrossBetween

      public CTCrossBetween getCrossBetween()
      Gets the value of the crossBetween property.
      Returns:
      possible object is CTCrossBetween
    • setCrossBetween

      public void setCrossBetween​(CTCrossBetween value)
      Sets the value of the crossBetween property.
      Parameters:
      value - allowed object is CTCrossBetween
    • getMajorUnit

      public CTAxisUnit getMajorUnit()
      Gets the value of the majorUnit property.
      Returns:
      possible object is CTAxisUnit
    • setMajorUnit

      public void setMajorUnit​(CTAxisUnit value)
      Sets the value of the majorUnit property.
      Parameters:
      value - allowed object is CTAxisUnit
    • getMinorUnit

      public CTAxisUnit getMinorUnit()
      Gets the value of the minorUnit property.
      Returns:
      possible object is CTAxisUnit
    • setMinorUnit

      public void setMinorUnit​(CTAxisUnit value)
      Sets the value of the minorUnit property.
      Parameters:
      value - allowed object is CTAxisUnit
    • getDispUnits

      public CTDispUnits getDispUnits()
      Gets the value of the dispUnits property.
      Returns:
      possible object is CTDispUnits
    • setDispUnits

      public void setDispUnits​(CTDispUnits value)
      Sets the value of the dispUnits property.
      Parameters:
      value - allowed object is CTDispUnits
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • 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​(jakarta.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.