public class CTTransitionStartSoundAction extends Object
Java class for CT_TransitionStartSoundAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TransitionStartSoundAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="snd" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EmbeddedWAVAudioFile"/>
</sequence>
<attribute name="loop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
loop |
protected CTEmbeddedWAVAudioFile |
snd |
| Constructor and Description |
|---|
CTTransitionStartSoundAction() |
| Modifier and Type | Method and Description |
|---|---|
CTEmbeddedWAVAudioFile |
getSnd()
Gets the value of the snd property.
|
boolean |
isLoop()
Gets the value of the loop property.
|
void |
setLoop(Boolean value)
Sets the value of the loop property.
|
void |
setSnd(CTEmbeddedWAVAudioFile value)
Sets the value of the snd property.
|
protected CTEmbeddedWAVAudioFile snd
protected Boolean loop
public CTEmbeddedWAVAudioFile getSnd()
CTEmbeddedWAVAudioFilepublic void setSnd(CTEmbeddedWAVAudioFile value)
value - allowed object is
CTEmbeddedWAVAudioFilepublic boolean isLoop()
BooleanCopyright © 2007-2019. All Rights Reserved.