Class TimeIndexTableT

java.lang.Object
org.bremersee.garmin.video.v1.model.ext.TimeIndexTableT
All Implemented Interfaces:
Serializable

public class TimeIndexTableT extends Object implements 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 Details

  • Constructor Details

    • TimeIndexTableT

      public TimeIndexTableT()
  • Method Details

    • getTimeIndices

      public List<TimeIndexT> 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 set method 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

      public String getMoviePath()
      Gets the value of the moviePath property.
      Returns:
      possible object is String
    • setMoviePath

      public void setMoviePath(String value)
      Sets the value of the moviePath property.
      Parameters:
      value - allowed object is String