Class CTTrack
java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201703.main.CTTrack
- All Implemented Interfaces:
Child
Java class for CT_Track complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Track">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://schemas.openxmlformats.org/drawingml/2006/main}AG_Blob"/>
<attribute name="id" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Guid" />
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lang" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextLanguageID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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.getEmbed()Embedded Picture ReferencegetId()Gets the value of the id property.getLabel()Gets the value of the label property.getLang()Gets the value of the lang property.getLink()Linked Picture ReferenceGets the parent object in the object tree representing the unmarshalled xml document.voidSets the value of the embed property.voidSets the value of the id property.voidSets the value of the label property.voidSets the value of the lang property.voidSets the value of the link property.void
-
Field Details
-
id
-
label
-
lang
-
embed
-
link
-
-
Constructor Details
-
CTTrack
public CTTrack()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getEmbed
Embedded Picture Reference- Returns:
- possible object is
String
-
setEmbed
Sets the value of the embed property.- Parameters:
value- allowed object isString
-
getLink
Linked Picture Reference- Returns:
- possible object is
String
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isString
-
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.
-