Class CTBinning
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTBinning
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
FieldsModifier and TypeFieldDescriptionprotected Longprotected Doubleprotected STIntervalClosedSideprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the binCount property.Gets the value of the binSize property.Gets the value of the intervalClosed property.Gets the value of the overflow property.Gets the value of the underflow property.voidsetBinCount(Long value) Sets the value of the binCount property.voidsetBinSize(Double value) Sets the value of the binSize property.voidSets the value of the intervalClosed property.voidsetOverflow(String value) Sets the value of the overflow property.voidsetUnderflow(String value) Sets the value of the underflow property.
-
Field Details
-
binSize
-
binCount
-
intervalClosed
-
underflow
-
overflow
-
-
Constructor Details
-
CTBinning
public CTBinning()
-
-
Method Details
-
getBinSize
Gets the value of the binSize property.- Returns:
- possible object is
Double
-
setBinSize
Sets the value of the binSize property.- Parameters:
value- allowed object isDouble
-
getBinCount
Gets the value of the binCount property.- Returns:
- possible object is
Long
-
setBinCount
Sets the value of the binCount property.- Parameters:
value- allowed object isLong
-
getIntervalClosed
Gets the value of the intervalClosed property.- Returns:
- possible object is
STIntervalClosedSide
-
setIntervalClosed
Sets the value of the intervalClosed property.- Parameters:
value- allowed object isSTIntervalClosedSide
-
getUnderflow
Gets the value of the underflow property.- Returns:
- possible object is
String
-
setUnderflow
Sets the value of the underflow property.- Parameters:
value- allowed object isString
-
getOverflow
Gets the value of the overflow property.- Returns:
- possible object is
String
-
setOverflow
Sets the value of the overflow property.- Parameters:
value- allowed object isString
-