public class CTTimeNodeList extends Object
Java class for CT_TimeNodeList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TimeNodeList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="par" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeNodeParallel"/>
<element name="seq" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeNodeSequence"/>
<element name="excl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeNodeExclusive"/>
<element name="anim" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimateBehavior"/>
<element name="animClr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimateColorBehavior"/>
<element name="animEffect" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimateEffectBehavior"/>
<element name="animMotion" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimateMotionBehavior"/>
<element name="animRot" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimateRotationBehavior"/>
<element name="animScale" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimateScaleBehavior"/>
<element name="cmd" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommandBehavior"/>
<element name="set" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLSetBehavior"/>
<element name="audio" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLMediaNodeAudio"/>
<element name="video" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLMediaNodeVideo"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
parOrSeqOrExcl |
| Constructor and Description |
|---|
CTTimeNodeList() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getParOrSeqOrExcl()
Gets the value of the parOrSeqOrExcl property.
|
public List<Object> getParOrSeqOrExcl()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parOrSeqOrExcl property.
For example, to add a new item, do as follows:
getParOrSeqOrExcl().add(newItem);
Objects of the following type(s) are allowed in the list
CTTLTimeNodeParallel
CTTLTimeNodeSequence
CTTLTimeNodeExclusive
CTTLAnimateBehavior
CTTLAnimateColorBehavior
CTTLAnimateEffectBehavior
CTTLAnimateMotionBehavior
CTTLAnimateRotationBehavior
CTTLAnimateScaleBehavior
CTTLCommandBehavior
CTTLSetBehavior
CTTLMediaNodeAudio
CTTLMediaNodeVideo
Copyright © 2007-2019. All Rights Reserved.