public class CTTrack extends Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
embed |
protected String |
id |
protected String |
label |
protected String |
lang |
protected String |
link |
| Constructor and Description |
|---|
CTTrack() |
| 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.
|
String |
getEmbed()
Embedded Picture Reference
|
String |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getLink()
Linked Picture Reference
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setEmbed(String value)
Sets the value of the embed property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setLink(String value)
Sets the value of the link property.
|
void |
setParent(Object parent) |
protected String id
protected String label
protected String lang
protected String embed
protected String link
public void setId(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic void setEmbed(String value)
value - allowed object is
Stringpublic void setLink(String value)
value - allowed object is
Stringpublic 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.