Package org.pptx4j.pml
Class CTTLCommonMediaNodeData
java.lang.Object
org.pptx4j.pml.CTTLCommonMediaNodeData
- All Implemented Interfaces:
Child
public class CTTLCommonMediaNodeData extends java.lang.Object implements Child
Java class for CT_TLCommonMediaNodeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLCommonMediaNodeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cTn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonTimeNodeData"/>
<element name="tgtEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeTargetElement"/>
</sequence>
<attribute name="vol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="50" />
<attribute name="mute" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="numSld" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
<attribute name="showWhenStopped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTTLCommonTimeNodeDatacTnprotected java.lang.Booleanmuteprotected java.lang.LongnumSldprotected java.lang.BooleanshowWhenStoppedprotected CTTLTimeTargetElementtgtElprotected java.lang.Integervol -
Constructor Summary
Constructors Constructor Description CTTLCommonMediaNodeData() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTLCommonTimeNodeDatagetCTn()Gets the value of the cTn property.longgetNumSld()Gets the value of the numSld property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTTLTimeTargetElementgetTgtEl()Gets the value of the tgtEl property.intgetVol()Gets the value of the vol property.booleanisMute()Gets the value of the mute property.booleanisShowWhenStopped()Gets the value of the showWhenStopped property.voidsetCTn(CTTLCommonTimeNodeData value)Sets the value of the cTn property.voidsetMute(java.lang.Boolean value)Sets the value of the mute property.voidsetNumSld(java.lang.Long value)Sets the value of the numSld property.voidsetParent(java.lang.Object parent)voidsetShowWhenStopped(java.lang.Boolean value)Sets the value of the showWhenStopped property.voidsetTgtEl(CTTLTimeTargetElement value)Sets the value of the tgtEl property.voidsetVol(java.lang.Integer value)Sets the value of the vol property.
-
Field Details
-
Constructor Details
-
CTTLCommonMediaNodeData
public CTTLCommonMediaNodeData()
-
-
Method Details
-
getCTn
Gets the value of the cTn property.- Returns:
- possible object is
CTTLCommonTimeNodeData
-
setCTn
Sets the value of the cTn property.- Parameters:
value- allowed object isCTTLCommonTimeNodeData
-
getTgtEl
Gets the value of the tgtEl property.- Returns:
- possible object is
CTTLTimeTargetElement
-
setTgtEl
Sets the value of the tgtEl property.- Parameters:
value- allowed object isCTTLTimeTargetElement
-
getVol
public int getVol()Gets the value of the vol property.- Returns:
- possible object is
Integer
-
setVol
public void setVol(java.lang.Integer value)Sets the value of the vol property.- Parameters:
value- allowed object isInteger
-
isMute
public boolean isMute()Gets the value of the mute property.- Returns:
- possible object is
Boolean
-
setMute
public void setMute(java.lang.Boolean value)Sets the value of the mute property.- Parameters:
value- allowed object isBoolean
-
getNumSld
public long getNumSld()Gets the value of the numSld property.- Returns:
- possible object is
Long
-
setNumSld
public void setNumSld(java.lang.Long value)Sets the value of the numSld property.- Parameters:
value- allowed object isLong
-
isShowWhenStopped
public boolean isShowWhenStopped()Gets the value of the showWhenStopped property.- Returns:
- possible object is
Boolean
-
setShowWhenStopped
public void setShowWhenStopped(java.lang.Boolean value)Sets the value of the showWhenStopped property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-