public class CTTLOleBuildChart extends java.lang.Object implements Child
Java class for CT_TLOleBuildChart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLOleBuildChart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/>
<attribute name="bld" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLOleChartBuildType" default="allAtOnce" />
<attribute name="animBg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
animBg |
protected STTLOleChartBuildType |
bld |
protected long |
grpId |
protected java.lang.String |
spid |
protected java.lang.Boolean |
uiExpand |
| Constructor and Description |
|---|
CTTLOleBuildChart() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STTLOleChartBuildType |
getBld()
Gets the value of the bld property.
|
long |
getGrpId()
Gets the value of the grpId property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getSpid()
Gets the value of the spid property.
|
boolean |
isAnimBg()
Gets the value of the animBg property.
|
boolean |
isUiExpand()
Gets the value of the uiExpand property.
|
void |
setAnimBg(java.lang.Boolean value)
Sets the value of the animBg property.
|
void |
setBld(STTLOleChartBuildType value)
Sets the value of the bld property.
|
void |
setGrpId(long value)
Sets the value of the grpId property.
|
void |
setParent(java.lang.Object parent) |
void |
setSpid(java.lang.String value)
Sets the value of the spid property.
|
void |
setUiExpand(java.lang.Boolean value)
Sets the value of the uiExpand property.
|
protected STTLOleChartBuildType bld
protected java.lang.Boolean animBg
protected java.lang.String spid
protected long grpId
protected java.lang.Boolean uiExpand
public STTLOleChartBuildType getBld()
STTLOleChartBuildTypepublic void setBld(STTLOleChartBuildType value)
value - allowed object is
STTLOleChartBuildTypepublic boolean isAnimBg()
Booleanpublic void setAnimBg(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getSpid()
Stringpublic void setSpid(java.lang.String value)
value - allowed object is
Stringpublic long getGrpId()
public void setGrpId(long value)
public boolean isUiExpand()
Booleanpublic void setUiExpand(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.