public class CTTLCommonTimeNodeData extends Object
Java class for CT_TLCommonTimeNodeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLCommonTimeNodeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/>
<element name="endCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/>
<element name="endSync" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeCondition" minOccurs="0"/>
<element name="iterate" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLIterateData" minOccurs="0"/>
<element name="childTnLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TimeNodeList" minOccurs="0"/>
<element name="subTnLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TimeNodeList" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeID" />
<attribute name="presetID" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="presetClass" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodePresetClassType" />
<attribute name="presetSubtype" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="dur" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" />
<attribute name="repeatCount" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" default="1000" />
<attribute name="repeatDur" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" />
<attribute name="spd" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="100" />
<attribute name="accel" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="0" />
<attribute name="decel" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="0" />
<attribute name="autoRev" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="restart" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeRestartType" />
<attribute name="fill" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeFillType" />
<attribute name="syncBehavior" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeSyncType" />
<attribute name="tmFilter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="evtFilter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="display" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="masterRel" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeMasterRelation" />
<attribute name="bldLvl" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="grpId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="afterEffect" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="nodeType" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeNodeType" />
<attribute name="nodePh" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
accel |
protected Boolean |
afterEffect |
protected Boolean |
autoRev |
protected Integer |
bldLvl |
protected CTTimeNodeList |
childTnLst |
protected Integer |
decel |
protected Boolean |
display |
protected String |
dur |
protected CTTLTimeConditionList |
endCondLst |
protected CTTLTimeCondition |
endSync |
protected String |
evtFilter |
protected STTLTimeNodeFillType |
fill |
protected Long |
grpId |
protected Long |
id |
protected CTTLIterateData |
iterate |
protected STTLTimeNodeMasterRelation |
masterRel |
protected Boolean |
nodePh |
protected STTLTimeNodeType |
nodeType |
protected STTLTimeNodePresetClassType |
presetClass |
protected Integer |
presetID |
protected Integer |
presetSubtype |
protected String |
repeatCount |
protected String |
repeatDur |
protected STTLTimeNodeRestartType |
restart |
protected Integer |
spd |
protected CTTLTimeConditionList |
stCondLst |
protected CTTimeNodeList |
subTnLst |
protected STTLTimeNodeSyncType |
syncBehavior |
protected String |
tmFilter |
| Constructor and Description |
|---|
CTTLCommonTimeNodeData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccel()
Gets the value of the accel property.
|
Integer |
getBldLvl()
Gets the value of the bldLvl property.
|
CTTimeNodeList |
getChildTnLst()
Gets the value of the childTnLst property.
|
int |
getDecel()
Gets the value of the decel property.
|
String |
getDur()
Gets the value of the dur property.
|
CTTLTimeConditionList |
getEndCondLst()
Gets the value of the endCondLst property.
|
CTTLTimeCondition |
getEndSync()
Gets the value of the endSync property.
|
String |
getEvtFilter()
Gets the value of the evtFilter property.
|
STTLTimeNodeFillType |
getFill()
Gets the value of the fill property.
|
Long |
getGrpId()
Gets the value of the grpId property.
|
Long |
getId()
Gets the value of the id property.
|
CTTLIterateData |
getIterate()
Gets the value of the iterate property.
|
STTLTimeNodeMasterRelation |
getMasterRel()
Gets the value of the masterRel property.
|
STTLTimeNodeType |
getNodeType()
Gets the value of the nodeType property.
|
STTLTimeNodePresetClassType |
getPresetClass()
Gets the value of the presetClass property.
|
Integer |
getPresetID()
Gets the value of the presetID property.
|
Integer |
getPresetSubtype()
Gets the value of the presetSubtype property.
|
String |
getRepeatCount()
Gets the value of the repeatCount property.
|
String |
getRepeatDur()
Gets the value of the repeatDur property.
|
STTLTimeNodeRestartType |
getRestart()
Gets the value of the restart property.
|
int |
getSpd()
Gets the value of the spd property.
|
CTTLTimeConditionList |
getStCondLst()
Gets the value of the stCondLst property.
|
CTTimeNodeList |
getSubTnLst()
Gets the value of the subTnLst property.
|
STTLTimeNodeSyncType |
getSyncBehavior()
Gets the value of the syncBehavior property.
|
String |
getTmFilter()
Gets the value of the tmFilter property.
|
Boolean |
isAfterEffect()
Gets the value of the afterEffect property.
|
boolean |
isAutoRev()
Gets the value of the autoRev property.
|
Boolean |
isDisplay()
Gets the value of the display property.
|
Boolean |
isNodePh()
Gets the value of the nodePh property.
|
void |
setAccel(Integer value)
Sets the value of the accel property.
|
void |
setAfterEffect(Boolean value)
Sets the value of the afterEffect property.
|
void |
setAutoRev(Boolean value)
Sets the value of the autoRev property.
|
void |
setBldLvl(Integer value)
Sets the value of the bldLvl property.
|
void |
setChildTnLst(CTTimeNodeList value)
Sets the value of the childTnLst property.
|
void |
setDecel(Integer value)
Sets the value of the decel property.
|
void |
setDisplay(Boolean value)
Sets the value of the display property.
|
void |
setDur(String value)
Sets the value of the dur property.
|
void |
setEndCondLst(CTTLTimeConditionList value)
Sets the value of the endCondLst property.
|
void |
setEndSync(CTTLTimeCondition value)
Sets the value of the endSync property.
|
void |
setEvtFilter(String value)
Sets the value of the evtFilter property.
|
void |
setFill(STTLTimeNodeFillType value)
Sets the value of the fill property.
|
void |
setGrpId(Long value)
Sets the value of the grpId property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIterate(CTTLIterateData value)
Sets the value of the iterate property.
|
void |
setMasterRel(STTLTimeNodeMasterRelation value)
Sets the value of the masterRel property.
|
void |
setNodePh(Boolean value)
Sets the value of the nodePh property.
|
void |
setNodeType(STTLTimeNodeType value)
Sets the value of the nodeType property.
|
void |
setPresetClass(STTLTimeNodePresetClassType value)
Sets the value of the presetClass property.
|
void |
setPresetID(Integer value)
Sets the value of the presetID property.
|
void |
setPresetSubtype(Integer value)
Sets the value of the presetSubtype property.
|
void |
setRepeatCount(String value)
Sets the value of the repeatCount property.
|
void |
setRepeatDur(String value)
Sets the value of the repeatDur property.
|
void |
setRestart(STTLTimeNodeRestartType value)
Sets the value of the restart property.
|
void |
setSpd(Integer value)
Sets the value of the spd property.
|
void |
setStCondLst(CTTLTimeConditionList value)
Sets the value of the stCondLst property.
|
void |
setSubTnLst(CTTimeNodeList value)
Sets the value of the subTnLst property.
|
void |
setSyncBehavior(STTLTimeNodeSyncType value)
Sets the value of the syncBehavior property.
|
void |
setTmFilter(String value)
Sets the value of the tmFilter property.
|
protected CTTLTimeConditionList stCondLst
protected CTTLTimeConditionList endCondLst
protected CTTLTimeCondition endSync
protected CTTLIterateData iterate
protected CTTimeNodeList childTnLst
protected CTTimeNodeList subTnLst
protected Long id
protected Integer presetID
protected STTLTimeNodePresetClassType presetClass
protected Integer presetSubtype
protected String dur
protected String repeatCount
protected String repeatDur
protected Integer spd
protected Integer accel
protected Integer decel
protected Boolean autoRev
protected STTLTimeNodeRestartType restart
protected STTLTimeNodeFillType fill
protected STTLTimeNodeSyncType syncBehavior
protected String tmFilter
protected String evtFilter
protected Boolean display
protected STTLTimeNodeMasterRelation masterRel
protected Integer bldLvl
protected Long grpId
protected Boolean afterEffect
protected STTLTimeNodeType nodeType
protected Boolean nodePh
public CTTLTimeConditionList getStCondLst()
CTTLTimeConditionListpublic void setStCondLst(CTTLTimeConditionList value)
value - allowed object is
CTTLTimeConditionListpublic CTTLTimeConditionList getEndCondLst()
CTTLTimeConditionListpublic void setEndCondLst(CTTLTimeConditionList value)
value - allowed object is
CTTLTimeConditionListpublic CTTLTimeCondition getEndSync()
CTTLTimeConditionpublic void setEndSync(CTTLTimeCondition value)
value - allowed object is
CTTLTimeConditionpublic CTTLIterateData getIterate()
CTTLIterateDatapublic void setIterate(CTTLIterateData value)
value - allowed object is
CTTLIterateDatapublic CTTimeNodeList getChildTnLst()
CTTimeNodeListpublic void setChildTnLst(CTTimeNodeList value)
value - allowed object is
CTTimeNodeListpublic CTTimeNodeList getSubTnLst()
CTTimeNodeListpublic void setSubTnLst(CTTimeNodeList value)
value - allowed object is
CTTimeNodeListpublic void setId(Long value)
value - allowed object is
Longpublic Integer getPresetID()
Integerpublic void setPresetID(Integer value)
value - allowed object is
Integerpublic STTLTimeNodePresetClassType getPresetClass()
STTLTimeNodePresetClassTypepublic void setPresetClass(STTLTimeNodePresetClassType value)
value - allowed object is
STTLTimeNodePresetClassTypepublic Integer getPresetSubtype()
Integerpublic void setPresetSubtype(Integer value)
value - allowed object is
Integerpublic String getDur()
Stringpublic void setDur(String value)
value - allowed object is
Stringpublic String getRepeatCount()
Stringpublic void setRepeatCount(String value)
value - allowed object is
Stringpublic String getRepeatDur()
Stringpublic void setRepeatDur(String value)
value - allowed object is
Stringpublic int getSpd()
Integerpublic void setSpd(Integer value)
value - allowed object is
Integerpublic int getAccel()
Integerpublic void setAccel(Integer value)
value - allowed object is
Integerpublic int getDecel()
Integerpublic void setDecel(Integer value)
value - allowed object is
Integerpublic boolean isAutoRev()
Booleanpublic void setAutoRev(Boolean value)
value - allowed object is
Booleanpublic STTLTimeNodeRestartType getRestart()
STTLTimeNodeRestartTypepublic void setRestart(STTLTimeNodeRestartType value)
value - allowed object is
STTLTimeNodeRestartTypepublic STTLTimeNodeFillType getFill()
STTLTimeNodeFillTypepublic void setFill(STTLTimeNodeFillType value)
value - allowed object is
STTLTimeNodeFillTypepublic STTLTimeNodeSyncType getSyncBehavior()
STTLTimeNodeSyncTypepublic void setSyncBehavior(STTLTimeNodeSyncType value)
value - allowed object is
STTLTimeNodeSyncTypepublic String getTmFilter()
Stringpublic void setTmFilter(String value)
value - allowed object is
Stringpublic String getEvtFilter()
Stringpublic void setEvtFilter(String value)
value - allowed object is
Stringpublic Boolean isDisplay()
Booleanpublic void setDisplay(Boolean value)
value - allowed object is
Booleanpublic STTLTimeNodeMasterRelation getMasterRel()
STTLTimeNodeMasterRelationpublic void setMasterRel(STTLTimeNodeMasterRelation value)
value - allowed object is
STTLTimeNodeMasterRelationpublic Integer getBldLvl()
Integerpublic void setBldLvl(Integer value)
value - allowed object is
Integerpublic Long getGrpId()
Longpublic void setGrpId(Long value)
value - allowed object is
Longpublic Boolean isAfterEffect()
Booleanpublic void setAfterEffect(Boolean value)
value - allowed object is
Booleanpublic STTLTimeNodeType getNodeType()
STTLTimeNodeTypepublic void setNodeType(STTLTimeNodeType value)
value - allowed object is
STTLTimeNodeTypepublic Boolean isNodePh()
BooleanCopyright © 2007-2019. All Rights Reserved.