public class CTTLTimeTargetElement extends Object implements Child
Java class for CT_TLTimeTargetElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeTargetElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="sldTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
<element name="sndTgt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EmbeddedWAVAudioFile"/>
<element name="spTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLShapeTargetElement"/>
<element name="inkTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLSubShapeId"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLSubShapeId |
inkTgt |
protected CTEmpty |
sldTgt |
protected CTEmbeddedWAVAudioFile |
sndTgt |
protected CTTLShapeTargetElement |
spTgt |
| Constructor and Description |
|---|
CTTLTimeTargetElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTTLSubShapeId |
getInkTgt()
Gets the value of the inkTgt property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTEmpty |
getSldTgt()
Gets the value of the sldTgt property.
|
CTEmbeddedWAVAudioFile |
getSndTgt()
Gets the value of the sndTgt property.
|
CTTLShapeTargetElement |
getSpTgt()
Gets the value of the spTgt property.
|
void |
setInkTgt(CTTLSubShapeId value)
Sets the value of the inkTgt property.
|
void |
setParent(Object parent) |
void |
setSldTgt(CTEmpty value)
Sets the value of the sldTgt property.
|
void |
setSndTgt(CTEmbeddedWAVAudioFile value)
Sets the value of the sndTgt property.
|
void |
setSpTgt(CTTLShapeTargetElement value)
Sets the value of the spTgt property.
|
protected CTEmpty sldTgt
protected CTEmbeddedWAVAudioFile sndTgt
protected CTTLShapeTargetElement spTgt
protected CTTLSubShapeId inkTgt
public CTEmpty getSldTgt()
CTEmptypublic void setSldTgt(CTEmpty value)
value - allowed object is
CTEmptypublic CTEmbeddedWAVAudioFile getSndTgt()
CTEmbeddedWAVAudioFilepublic void setSndTgt(CTEmbeddedWAVAudioFile value)
value - allowed object is
CTEmbeddedWAVAudioFilepublic CTTLShapeTargetElement getSpTgt()
CTTLShapeTargetElementpublic void setSpTgt(CTTLShapeTargetElement value)
value - allowed object is
CTTLShapeTargetElementpublic CTTLSubShapeId getInkTgt()
CTTLSubShapeIdpublic void setInkTgt(CTTLSubShapeId value)
value - allowed object is
CTTLSubShapeIdpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.