Class TimeIndexT

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

public class TimeIndexT extends Object implements Serializable

Java class for TimeIndex_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="TimeIndex_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="MovieTime" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="TrackTime" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="TrackSegmentIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • movieTime

      protected long movieTime
    • trackTime

      protected Long trackTime
    • trackSegmentIndex

      protected long trackSegmentIndex
  • Constructor Details

    • TimeIndexT

      public TimeIndexT()
  • Method Details

    • getMovieTime

      public long getMovieTime()
      Gets the value of the movieTime property.
    • setMovieTime

      public void setMovieTime(long value)
      Sets the value of the movieTime property.
    • getTrackTime

      public Long getTrackTime()
      Gets the value of the trackTime property.
      Returns:
      possible object is Long
    • setTrackTime

      public void setTrackTime(Long value)
      Sets the value of the trackTime property.
      Parameters:
      value - allowed object is Long
    • getTrackSegmentIndex

      public long getTrackSegmentIndex()
      Gets the value of the trackSegmentIndex property.
    • setTrackSegmentIndex

      public void setTrackSegmentIndex(long value)
      Sets the value of the trackSegmentIndex property.