Package org.pptx4j.pml
Class CTTLBuildDiagram
java.lang.Object
org.pptx4j.pml.CTTLBuildDiagram
- All Implemented Interfaces:
Child
public class CTTLBuildDiagram extends java.lang.Object implements Child
Java class for CT_TLBuildDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLBuildDiagram">
<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_TLDiagramBuildType" default="whole" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STTLDiagramBuildTypebldprotected longgrpIdprotected java.lang.Stringspidprotected java.lang.BooleanuiExpand -
Constructor Summary
Constructors Constructor Description CTTLBuildDiagram() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STTLDiagramBuildTypegetBld()Gets the value of the bld property.longgetGrpId()Gets the value of the grpId property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetSpid()Gets the value of the spid property.booleanisUiExpand()Gets the value of the uiExpand property.voidsetBld(STTLDiagramBuildType value)Sets the value of the bld property.voidsetGrpId(long value)Sets the value of the grpId property.voidsetParent(java.lang.Object parent)voidsetSpid(java.lang.String value)Sets the value of the spid property.voidsetUiExpand(java.lang.Boolean value)Sets the value of the uiExpand property.
-
Field Details
-
Constructor Details
-
CTTLBuildDiagram
public CTTLBuildDiagram()
-
-
Method Details
-
getBld
Gets the value of the bld property.- Returns:
- possible object is
STTLDiagramBuildType
-
setBld
Sets the value of the bld property.- Parameters:
value- allowed object isSTTLDiagramBuildType
-
getSpid
public java.lang.String getSpid()Gets the value of the spid property.- Returns:
- possible object is
String
-
setSpid
public void setSpid(java.lang.String value)Sets the value of the spid property.- Parameters:
value- allowed object isString
-
getGrpId
public long getGrpId()Gets the value of the grpId property. -
setGrpId
public void setGrpId(long value)Sets the value of the grpId property. -
isUiExpand
public boolean isUiExpand()Gets the value of the uiExpand property.- Returns:
- possible object is
Boolean
-
setUiExpand
public void setUiExpand(java.lang.Boolean value)Sets the value of the uiExpand property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-