public class CTTracksInfo extends java.lang.Object implements Child
Java class for CT_TracksInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TracksInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="trackLst" type="{http://schemas.microsoft.com/office/powerpoint/2017/3/main}CT_TrackList" minOccurs="0"/>
</sequence>
<attribute name="displayLoc" use="required" type="{http://schemas.microsoft.com/office/powerpoint/2017/3/main}ST_DisplayLocation" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STDisplayLocation |
displayLoc |
protected CTTrackList |
trackLst |
| Constructor and Description |
|---|
CTTracksInfo() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
STDisplayLocation |
getDisplayLoc()
Gets the value of the displayLoc property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTrackList |
getTrackLst()
Gets the value of the trackLst property.
|
void |
setDisplayLoc(STDisplayLocation value)
Sets the value of the displayLoc property.
|
void |
setParent(java.lang.Object parent) |
void |
setTrackLst(CTTrackList value)
Sets the value of the trackLst property.
|
protected CTTrackList trackLst
protected STDisplayLocation displayLoc
public CTTrackList getTrackLst()
CTTrackListpublic void setTrackLst(CTTrackList value)
value - allowed object is
CTTrackListpublic STDisplayLocation getDisplayLoc()
STDisplayLocationpublic void setDisplayLoc(STDisplayLocation value)
value - allowed object is
STDisplayLocationpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.