java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTBinning

public class CTBinning extends Object

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 Details

    • binSize

      protected Double binSize
    • binCount

      protected Long binCount
    • intervalClosed

      protected STIntervalClosedSide intervalClosed
    • underflow

      protected String underflow
    • overflow

      protected String overflow
  • Constructor Details

    • CTBinning

      public CTBinning()
  • Method Details

    • getBinSize

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

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

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

      public void setBinCount(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 String getUnderflow()
      Gets the value of the underflow property.
      Returns:
      possible object is String
    • setUnderflow

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

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

      public void setOverflow(String value)
      Sets the value of the overflow property.
      Parameters:
      value - allowed object is String