public class CTBinning
extends java.lang.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>
| Modifier and Type | Field and 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 and Description |
|---|
CTBinning() |
| Modifier and Type | Method and Description |
|---|---|
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.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 |
setUnderflow(java.lang.String value)
Sets the value of the underflow property.
|
protected java.lang.Double binSize
protected java.lang.Long binCount
protected STIntervalClosedSide intervalClosed
protected java.lang.String underflow
protected java.lang.String overflow
public java.lang.Double getBinSize()
Doublepublic void setBinSize(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Long getBinCount()
Longpublic void setBinCount(java.lang.Long value)
value - allowed object is
Longpublic STIntervalClosedSide getIntervalClosed()
STIntervalClosedSidepublic void setIntervalClosed(STIntervalClosedSide value)
value - allowed object is
STIntervalClosedSidepublic java.lang.String getUnderflow()
Stringpublic void setUnderflow(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOverflow()
Stringpublic void setOverflow(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.