Class DistanceT
java.lang.Object
org.bremersee.garmin.workout.v1.model.ext.DurationT
org.bremersee.garmin.workout.v1.model.ext.DistanceT
- All Implemented Interfaces:
Serializable
Java class for Distance_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Distance_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WorkoutExtension/v1}Duration_t">
<sequence>
<element name="Meters" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
meters
protected int meters
-
-
Constructor Details
-
DistanceT
public DistanceT()
-
-
Method Details
-
getMeters
public int getMeters()Gets the value of the meters property. -
setMeters
public void setMeters(int value) Sets the value of the meters property.
-