public class CTTLCommonTimeNodeData extends java.lang.Object implements Child
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 java.lang.Integer |
accel |
protected java.lang.Boolean |
afterEffect |
protected java.lang.Boolean |
autoRev |
protected java.lang.Integer |
bldLvl |
protected CTTimeNodeList |
childTnLst |
protected java.lang.Integer |
decel |
protected java.lang.Boolean |
display |
protected java.lang.String |
dur |
protected CTTLTimeConditionList |
endCondLst |
protected CTTLTimeCondition |
endSync |
protected java.lang.String |
evtFilter |
protected STTLTimeNodeFillType |
fill |
protected java.lang.Long |
grpId |
protected java.lang.Long |
id |
protected CTTLIterateData |
iterate |
protected STTLTimeNodeMasterRelation |
masterRel |
protected java.lang.Boolean |
nodePh |
protected STTLTimeNodeType |
nodeType |
protected STTLTimeNodePresetClassType |
presetClass |
protected java.lang.Integer |
presetID |
protected java.lang.Integer |
presetSubtype |
protected java.lang.String |
repeatCount |
protected java.lang.String |
repeatDur |
protected STTLTimeNodeRestartType |
restart |
protected java.lang.Integer |
spd |
protected CTTLTimeConditionList |
stCondLst |
protected CTTimeNodeList |
subTnLst |
protected STTLTimeNodeSyncType |
syncBehavior |
protected java.lang.String |
tmFilter |
| Constructor and Description |
|---|
CTTLCommonTimeNodeData() |
| 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.
|
int |
getAccel()
Gets the value of the accel property.
|
java.lang.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.
|
java.lang.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.
|
java.lang.String |
getEvtFilter()
Gets the value of the evtFilter property.
|
STTLTimeNodeFillType |
getFill()
Gets the value of the fill property.
|
java.lang.Long |
getGrpId()
Gets the value of the grpId property.
|
java.lang.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.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STTLTimeNodePresetClassType |
getPresetClass()
Gets the value of the presetClass property.
|
java.lang.Integer |
getPresetID()
Gets the value of the presetID property.
|
java.lang.Integer |
getPresetSubtype()
Gets the value of the presetSubtype property.
|
java.lang.String |
getRepeatCount()
Gets the value of the repeatCount property.
|
java.lang.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.
|
java.lang.String |
getTmFilter()
Gets the value of the tmFilter property.
|
java.lang.Boolean |
isAfterEffect()
Gets the value of the afterEffect property.
|
boolean |
isAutoRev()
Gets the value of the autoRev property.
|
java.lang.Boolean |
isDisplay()
Gets the value of the display property.
|
java.lang.Boolean |
isNodePh()
Gets the value of the nodePh property.
|
void |
setAccel(java.lang.Integer value)
Sets the value of the accel property.
|
void |
setAfterEffect(java.lang.Boolean value)
Sets the value of the afterEffect property.
|
void |
setAutoRev(java.lang.Boolean value)
Sets the value of the autoRev property.
|
void |
setBldLvl(java.lang.Integer value)
Sets the value of the bldLvl property.
|
void |
setChildTnLst(CTTimeNodeList value)
Sets the value of the childTnLst property.
|
void |
setDecel(java.lang.Integer value)
Sets the value of the decel property.
|
void |
setDisplay(java.lang.Boolean value)
Sets the value of the display property.
|
void |
setDur(java.lang.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(java.lang.String value)
Sets the value of the evtFilter property.
|
void |
setFill(STTLTimeNodeFillType value)
Sets the value of the fill property.
|
void |
setGrpId(java.lang.Long value)
Sets the value of the grpId property.
|
void |
setId(java.lang.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(java.lang.Boolean value)
Sets the value of the nodePh property.
|
void |
setNodeType(STTLTimeNodeType value)
Sets the value of the nodeType property.
|
void |
setParent(java.lang.Object parent) |
void |
setPresetClass(STTLTimeNodePresetClassType value)
Sets the value of the presetClass property.
|
void |
setPresetID(java.lang.Integer value)
Sets the value of the presetID property.
|
void |
setPresetSubtype(java.lang.Integer value)
Sets the value of the presetSubtype property.
|
void |
setRepeatCount(java.lang.String value)
Sets the value of the repeatCount property.
|
void |
setRepeatDur(java.lang.String value)
Sets the value of the repeatDur property.
|
void |
setRestart(STTLTimeNodeRestartType value)
Sets the value of the restart property.
|
void |
setSpd(java.lang.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(java.lang.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 java.lang.Long id
protected java.lang.Integer presetID
protected STTLTimeNodePresetClassType presetClass
protected java.lang.Integer presetSubtype
protected java.lang.String dur
protected java.lang.String repeatCount
protected java.lang.String repeatDur
protected java.lang.Integer spd
protected java.lang.Integer accel
protected java.lang.Integer decel
protected java.lang.Boolean autoRev
protected STTLTimeNodeRestartType restart
protected STTLTimeNodeFillType fill
protected STTLTimeNodeSyncType syncBehavior
protected java.lang.String tmFilter
protected java.lang.String evtFilter
protected java.lang.Boolean display
protected STTLTimeNodeMasterRelation masterRel
protected java.lang.Integer bldLvl
protected java.lang.Long grpId
protected java.lang.Boolean afterEffect
protected STTLTimeNodeType nodeType
protected java.lang.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 java.lang.Long getId()
Longpublic void setId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Integer getPresetID()
Integerpublic void setPresetID(java.lang.Integer value)
value - allowed object is
Integerpublic STTLTimeNodePresetClassType getPresetClass()
STTLTimeNodePresetClassTypepublic void setPresetClass(STTLTimeNodePresetClassType value)
value - allowed object is
STTLTimeNodePresetClassTypepublic java.lang.Integer getPresetSubtype()
Integerpublic void setPresetSubtype(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getDur()
Stringpublic void setDur(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRepeatCount()
Stringpublic void setRepeatCount(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRepeatDur()
Stringpublic void setRepeatDur(java.lang.String value)
value - allowed object is
Stringpublic int getSpd()
Integerpublic void setSpd(java.lang.Integer value)
value - allowed object is
Integerpublic int getAccel()
Integerpublic void setAccel(java.lang.Integer value)
value - allowed object is
Integerpublic int getDecel()
Integerpublic void setDecel(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isAutoRev()
Booleanpublic void setAutoRev(java.lang.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 java.lang.String getTmFilter()
Stringpublic void setTmFilter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEvtFilter()
Stringpublic void setEvtFilter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDisplay()
Booleanpublic void setDisplay(java.lang.Boolean value)
value - allowed object is
Booleanpublic STTLTimeNodeMasterRelation getMasterRel()
STTLTimeNodeMasterRelationpublic void setMasterRel(STTLTimeNodeMasterRelation value)
value - allowed object is
STTLTimeNodeMasterRelationpublic java.lang.Integer getBldLvl()
Integerpublic void setBldLvl(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Long getGrpId()
Longpublic void setGrpId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Boolean isAfterEffect()
Booleanpublic void setAfterEffect(java.lang.Boolean value)
value - allowed object is
Booleanpublic STTLTimeNodeType getNodeType()
STTLTimeNodeTypepublic void setNodeType(STTLTimeNodeType value)
value - allowed object is
STTLTimeNodeTypepublic java.lang.Boolean isNodePh()
Booleanpublic void setNodePh(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–2023. All rights reserved.