Package org.pptx4j.pml
Class CTTLCommonMediaNodeData
java.lang.Object
org.pptx4j.pml.CTTLCommonMediaNodeData
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTTLCommonTimeNodeDataprotected Booleanprotected Longprotected Booleanprotected CTTLTimeTargetElementprotected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getCTn()Gets the value of the cTn property.longGets the value of the numSld property.Gets the parent object in the object tree representing the unmarshalled xml document.getTgtEl()Gets the value of the tgtEl property.intgetVol()Gets the value of the vol property.booleanisMute()Gets the value of the mute property.booleanGets the value of the showWhenStopped property.voidsetCTn(CTTLCommonTimeNodeData value) Sets the value of the cTn property.voidSets the value of the mute property.voidSets the value of the numSld property.voidvoidsetShowWhenStopped(Boolean value) Sets the value of the showWhenStopped property.voidsetTgtEl(CTTLTimeTargetElement value) Sets the value of the tgtEl property.voidSets the value of the vol property.
-
Field Details
-
cTn
-
tgtEl
-
vol
-
mute
-
numSld
-
showWhenStopped
-
-
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
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
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
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
Sets the value of the showWhenStopped property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-