public class CTTLBuildParagraph extends Object
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 String |
advAuto |
protected Boolean |
animBg |
protected Boolean |
autoUpdateAnimBg |
protected Long |
bldLvl |
protected STTLParaBuildType |
build |
protected long |
grpId |
protected Boolean |
rev |
protected String |
spid |
protected CTTLTemplateList |
tmplLst |
protected Boolean |
uiExpand |
Constructor and Description |
---|
CTTLBuildParagraph() |
Modifier and Type | Method and Description |
---|---|
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.
|
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(String value)
Sets the value of the advAuto property.
|
void |
setAnimBg(Boolean value)
Sets the value of the animBg property.
|
void |
setAutoUpdateAnimBg(Boolean value)
Sets the value of the autoUpdateAnimBg property.
|
void |
setBldLvl(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 |
setRev(Boolean value)
Sets the value of the rev property.
|
void |
setSpid(String value)
Sets the value of the spid property.
|
void |
setTmplLst(CTTLTemplateList value)
Sets the value of the tmplLst property.
|
void |
setUiExpand(Boolean value)
Sets the value of the uiExpand property.
|
protected CTTLTemplateList tmplLst
protected STTLParaBuildType build
protected Long bldLvl
protected Boolean animBg
protected Boolean autoUpdateAnimBg
protected Boolean rev
protected String advAuto
protected String spid
protected long grpId
protected Boolean uiExpand
public CTTLTemplateList getTmplLst()
CTTLTemplateList
public void setTmplLst(CTTLTemplateList value)
value
- allowed object is
CTTLTemplateList
public STTLParaBuildType getBuild()
STTLParaBuildType
public void setBuild(STTLParaBuildType value)
value
- allowed object is
STTLParaBuildType
public long getBldLvl()
Long
public void setBldLvl(Long value)
value
- allowed object is
Long
public boolean isAnimBg()
Boolean
public void setAnimBg(Boolean value)
value
- allowed object is
Boolean
public boolean isAutoUpdateAnimBg()
Boolean
public void setAutoUpdateAnimBg(Boolean value)
value
- allowed object is
Boolean
public boolean isRev()
Boolean
public void setRev(Boolean value)
value
- allowed object is
Boolean
public String getAdvAuto()
String
public void setAdvAuto(String value)
value
- allowed object is
String
public String getSpid()
String
public void setSpid(String value)
value
- allowed object is
String
public long getGrpId()
public void setGrpId(long value)
public boolean isUiExpand()
Boolean
Copyright © 2007-2019. All Rights Reserved.