Class TimeIndexTableT
java.lang.Object
org.bremersee.garmin.video.v1.model.ext.TimeIndexTableT
- All Implemented Interfaces:
Serializable
This type contains a list of indices that sync the time into movie playback with the time into a given track segment.
Java class for TimeIndexTable_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeIndexTable_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeIndex" type="{http://www.garmin.com/xmlschemas/VideoExtension/v1}TimeIndex_t" maxOccurs="unbounded"/>
</sequence>
<attribute name="MoviePath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the moviePath property.Gets the value of the timeIndices property.voidsetMoviePath(String value) Sets the value of the moviePath property.
-
Field Details
-
timeIndices
-
moviePath
-
-
Constructor Details
-
TimeIndexTableT
public TimeIndexTableT()
-
-
Method Details
-
getTimeIndices
Gets the value of the timeIndices property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the timeIndices property.For example, to add a new item, do as follows:
getTimeIndices().add(newItem);Objects of the following type(s) are allowed in the list
TimeIndexT- Returns:
- The value of the timeIndices property.
-
getMoviePath
Gets the value of the moviePath property.- Returns:
- possible object is
String
-
setMoviePath
Sets the value of the moviePath property.- Parameters:
value- allowed object isString
-