public class CTBinning extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
binCount |
protected Double |
binSize |
protected STIntervalClosedSide |
intervalClosed |
protected String |
overflow |
protected String |
underflow |
| Constructor and Description |
|---|
CTBinning() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Long |
getBinCount()
Gets the value of the binCount property.
|
Double |
getBinSize()
Gets the value of the binSize property.
|
STIntervalClosedSide |
getIntervalClosed()
Gets the value of the intervalClosed property.
|
String |
getOverflow()
Gets the value of the overflow property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getUnderflow()
Gets the value of the underflow property.
|
void |
setBinCount(Long value)
Sets the value of the binCount property.
|
void |
setBinSize(Double value)
Sets the value of the binSize property.
|
void |
setIntervalClosed(STIntervalClosedSide value)
Sets the value of the intervalClosed property.
|
void |
setOverflow(String value)
Sets the value of the overflow property.
|
void |
setParent(Object parent) |
void |
setUnderflow(String value)
Sets the value of the underflow property.
|
protected Double binSize
protected Long binCount
protected STIntervalClosedSide intervalClosed
protected String underflow
protected String overflow
public Double getBinSize()
Doublepublic void setBinSize(Double value)
value - allowed object is
Doublepublic Long getBinCount()
Longpublic void setBinCount(Long value)
value - allowed object is
Longpublic STIntervalClosedSide getIntervalClosed()
STIntervalClosedSidepublic void setIntervalClosed(STIntervalClosedSide value)
value - allowed object is
STIntervalClosedSidepublic String getUnderflow()
Stringpublic void setUnderflow(String value)
value - allowed object is
Stringpublic String getOverflow()
Stringpublic void setOverflow(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.