public class CTCategoryFilterException extends Object implements Child
Java class for CT_CategoryFilterException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CategoryFilterException">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sqref" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="explosion" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt" minOccurs="0"/>
<element name="invertIfNegative" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="bubble3D" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="marker" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Marker" minOccurs="0"/>
<element name="dLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbl" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBoolean |
bubble3D |
protected CTDLbl |
dLbl |
protected CTUnsignedInt |
explosion |
protected CTBoolean |
invertIfNegative |
protected CTMarker |
marker |
protected CTShapeProperties |
spPr |
protected String |
sqref |
| Constructor and Description |
|---|
CTCategoryFilterException() |
| 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.
|
CTBoolean |
getBubble3D()
Gets the value of the bubble3D property.
|
CTDLbl |
getDLbl()
Gets the value of the dLbl property.
|
CTUnsignedInt |
getExplosion()
Gets the value of the explosion property.
|
CTBoolean |
getInvertIfNegative()
Gets the value of the invertIfNegative property.
|
CTMarker |
getMarker()
Gets the value of the marker property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
String |
getSqref()
Gets the value of the sqref property.
|
void |
setBubble3D(CTBoolean value)
Sets the value of the bubble3D property.
|
void |
setDLbl(CTDLbl value)
Sets the value of the dLbl property.
|
void |
setExplosion(CTUnsignedInt value)
Sets the value of the explosion property.
|
void |
setInvertIfNegative(CTBoolean value)
Sets the value of the invertIfNegative property.
|
void |
setMarker(CTMarker value)
Sets the value of the marker property.
|
void |
setParent(Object parent) |
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setSqref(String value)
Sets the value of the sqref property.
|
protected String sqref
protected CTShapeProperties spPr
protected CTUnsignedInt explosion
protected CTBoolean invertIfNegative
protected CTBoolean bubble3D
protected CTMarker marker
protected CTDLbl dLbl
public String getSqref()
Stringpublic void setSqref(String value)
value - allowed object is
Stringpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTUnsignedInt getExplosion()
CTUnsignedIntpublic void setExplosion(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTBoolean getInvertIfNegative()
CTBooleanpublic void setInvertIfNegative(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getBubble3D()
CTBooleanpublic void setBubble3D(CTBoolean value)
value - allowed object is
CTBooleanpublic CTMarker getMarker()
CTMarkerpublic void setMarker(CTMarker value)
value - allowed object is
CTMarkerpublic CTDLbl getDLbl()
CTDLblpublic void setDLbl(CTDLbl value)
value - allowed object is
CTDLblpublic 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-2022. All Rights Reserved.