public class CTTLBuildParagraph extends java.lang.Object implements Child
Java class for CT_TLBuildParagraph complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLBuildParagraph">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tmplLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTemplateList" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/>
<attribute name="build" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLParaBuildType" default="whole" />
<attribute name="bldLvl" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
<attribute name="animBg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="autoUpdateAnimBg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="rev" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="advAuto" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" default="indefinite" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
advAuto |
protected java.lang.Boolean |
animBg |
protected java.lang.Boolean |
autoUpdateAnimBg |
protected java.lang.Long |
bldLvl |
protected STTLParaBuildType |
build |
protected long |
grpId |
protected java.lang.Boolean |
rev |
protected java.lang.String |
spid |
protected CTTLTemplateList |
tmplLst |
protected java.lang.Boolean |
uiExpand |
| Constructor and Description |
|---|
CTTLBuildParagraph() |
| 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.
|
java.lang.String |
getAdvAuto()
Gets the value of the advAuto property.
|
long |
getBldLvl()
Gets the value of the bldLvl property.
|
STTLParaBuildType |
getBuild()
Gets the value of the build 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.
|
CTTLTemplateList |
getTmplLst()
Gets the value of the tmplLst property.
|
boolean |
isAnimBg()
Gets the value of the animBg property.
|
boolean |
isAutoUpdateAnimBg()
Gets the value of the autoUpdateAnimBg property.
|
boolean |
isRev()
Gets the value of the rev property.
|
boolean |
isUiExpand()
Gets the value of the uiExpand property.
|
void |
setAdvAuto(java.lang.String value)
Sets the value of the advAuto property.
|
void |
setAnimBg(java.lang.Boolean value)
Sets the value of the animBg property.
|
void |
setAutoUpdateAnimBg(java.lang.Boolean value)
Sets the value of the autoUpdateAnimBg property.
|
void |
setBldLvl(java.lang.Long value)
Sets the value of the bldLvl property.
|
void |
setBuild(STTLParaBuildType value)
Sets the value of the build property.
|
void |
setGrpId(long value)
Sets the value of the grpId property.
|
void |
setParent(java.lang.Object parent) |
void |
setRev(java.lang.Boolean value)
Sets the value of the rev property.
|
void |
setSpid(java.lang.String value)
Sets the value of the spid property.
|
void |
setTmplLst(CTTLTemplateList value)
Sets the value of the tmplLst property.
|
void |
setUiExpand(java.lang.Boolean value)
Sets the value of the uiExpand property.
|
protected CTTLTemplateList tmplLst
protected STTLParaBuildType build
protected java.lang.Long bldLvl
protected java.lang.Boolean animBg
protected java.lang.Boolean autoUpdateAnimBg
protected java.lang.Boolean rev
protected java.lang.String advAuto
protected java.lang.String spid
protected long grpId
protected java.lang.Boolean uiExpand
public CTTLTemplateList getTmplLst()
CTTLTemplateListpublic void setTmplLst(CTTLTemplateList value)
value - allowed object is
CTTLTemplateListpublic STTLParaBuildType getBuild()
STTLParaBuildTypepublic void setBuild(STTLParaBuildType value)
value - allowed object is
STTLParaBuildTypepublic long getBldLvl()
Longpublic void setBldLvl(java.lang.Long value)
value - allowed object is
Longpublic boolean isAnimBg()
Booleanpublic void setAnimBg(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isAutoUpdateAnimBg()
Booleanpublic void setAutoUpdateAnimBg(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRev()
Booleanpublic void setRev(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getAdvAuto()
Stringpublic void setAdvAuto(java.lang.String value)
value - allowed object is
Stringpublic 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.