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

public class CTBinning
extends java.lang.Object
implements Child

Java class for CT_Binning complex type.

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

 <complexType name="CT_Binning">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element name="binSize" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="binCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
       </choice>
       <attribute name="intervalClosed" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_IntervalClosedSide" />
       <attribute name="underflow" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
       <attribute name="overflow" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Long binCount  
    protected java.lang.Double binSize  
    protected STIntervalClosedSide intervalClosed  
    protected java.lang.String overflow  
    protected java.lang.String underflow  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTBinning()  
  • 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.Long getBinCount()
    Gets the value of the binCount property.
    java.lang.Double getBinSize()
    Gets the value of the binSize property.
    STIntervalClosedSide getIntervalClosed()
    Gets the value of the intervalClosed property.
    java.lang.String getOverflow()
    Gets the value of the overflow property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getUnderflow()
    Gets the value of the underflow property.
    void setBinCount​(java.lang.Long value)
    Sets the value of the binCount property.
    void setBinSize​(java.lang.Double value)
    Sets the value of the binSize property.
    void setIntervalClosed​(STIntervalClosedSide value)
    Sets the value of the intervalClosed property.
    void setOverflow​(java.lang.String value)
    Sets the value of the overflow property.
    void setParent​(java.lang.Object parent)  
    void setUnderflow​(java.lang.String value)
    Sets the value of the underflow property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getBinSize

      public java.lang.Double getBinSize()
      Gets the value of the binSize property.
      Returns:
      possible object is Double
    • setBinSize

      public void setBinSize​(java.lang.Double value)
      Sets the value of the binSize property.
      Parameters:
      value - allowed object is Double
    • getBinCount

      public java.lang.Long getBinCount()
      Gets the value of the binCount property.
      Returns:
      possible object is Long
    • setBinCount

      public void setBinCount​(java.lang.Long value)
      Sets the value of the binCount property.
      Parameters:
      value - allowed object is Long
    • getIntervalClosed

      public STIntervalClosedSide getIntervalClosed()
      Gets the value of the intervalClosed property.
      Returns:
      possible object is STIntervalClosedSide
    • setIntervalClosed

      public void setIntervalClosed​(STIntervalClosedSide value)
      Sets the value of the intervalClosed property.
      Parameters:
      value - allowed object is STIntervalClosedSide
    • getUnderflow

      public java.lang.String getUnderflow()
      Gets the value of the underflow property.
      Returns:
      possible object is String
    • setUnderflow

      public void setUnderflow​(java.lang.String value)
      Sets the value of the underflow property.
      Parameters:
      value - allowed object is String
    • getOverflow

      public java.lang.String getOverflow()
      Gets the value of the overflow property.
      Returns:
      possible object is String
    • setOverflow

      public void setOverflow​(java.lang.String value)
      Sets the value of the overflow 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.