public class CTTLGraphicalObjectBuild extends java.lang.Object implements Child
Java class for CT_TLGraphicalObjectBuild complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLGraphicalObjectBuild">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="bldAsOne" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
<element name="bldSub" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AnimationGraphicalObjectBuildProperties"/>
</choice>
<attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTEmpty |
bldAsOne |
protected CTAnimationGraphicalObjectBuildProperties |
bldSub |
protected long |
grpId |
protected java.lang.String |
spid |
protected java.lang.Boolean |
uiExpand |
| Constructor and Description |
|---|
CTTLGraphicalObjectBuild() |
| 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.
|
CTEmpty |
getBldAsOne()
Gets the value of the bldAsOne property.
|
CTAnimationGraphicalObjectBuildProperties |
getBldSub()
Gets the value of the bldSub 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 |
isUiExpand()
Gets the value of the uiExpand property.
|
void |
setBldAsOne(CTEmpty value)
Sets the value of the bldAsOne property.
|
void |
setBldSub(CTAnimationGraphicalObjectBuildProperties value)
Sets the value of the bldSub 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 CTEmpty bldAsOne
protected CTAnimationGraphicalObjectBuildProperties bldSub
protected java.lang.String spid
protected long grpId
protected java.lang.Boolean uiExpand
public CTEmpty getBldAsOne()
CTEmptypublic void setBldAsOne(CTEmpty value)
value - allowed object is
CTEmptypublic CTAnimationGraphicalObjectBuildProperties getBldSub()
CTAnimationGraphicalObjectBuildPropertiespublic void setBldSub(CTAnimationGraphicalObjectBuildProperties value)
value - allowed object is
CTAnimationGraphicalObjectBuildPropertiespublic 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–2025. All rights reserved.