Class TimeIndexT
java.lang.Object
org.bremersee.garmin.video.v1.model.ext.TimeIndexT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the movieTime property.longGets the value of the trackSegmentIndex property.Gets the value of the trackTime property.voidsetMovieTime(long value) Sets the value of the movieTime property.voidsetTrackSegmentIndex(long value) Sets the value of the trackSegmentIndex property.voidsetTrackTime(Long value) Sets the value of the trackTime property.
-
Field Details
-
movieTime
protected long movieTime -
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
Gets the value of the trackTime property.- Returns:
- possible object is
Long
-
setTrackTime
Sets the value of the trackTime property.- Parameters:
value- allowed object isLong
-
getTrackSegmentIndex
public long getTrackSegmentIndex()Gets the value of the trackSegmentIndex property. -
setTrackSegmentIndex
public void setTrackSegmentIndex(long value) Sets the value of the trackSegmentIndex property.
-