Class LapT
java.lang.Object
org.bremersee.garmin.forerunnerlogbook.v1.model.LapT
- All Implemented Interfaces:
Serializable
Java class for Lap_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Lap_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="BeginPosition" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Position_t" minOccurs="0"/>
<element name="EndPosition" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Position_t" minOccurs="0"/>
<element name="Length" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Meters_t"/>
<element name="Calories" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PositionTprotected BigIntegerprotected Durationprotected PositionTprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the beginPosition property.Gets the value of the calories property.Gets the value of the duration property.Gets the value of the endPosition property.Gets the value of the length property.Gets the value of the startTime property.voidsetBeginPosition(PositionT value) Sets the value of the beginPosition property.voidsetCalories(BigInteger value) Sets the value of the calories property.voidsetDuration(Duration value) Sets the value of the duration property.voidsetEndPosition(PositionT value) Sets the value of the endPosition property.voidSets the value of the length property.voidsetStartTime(XMLGregorianCalendar value) Sets the value of the startTime property.
-
Field Details
-
startTime
-
duration
-
beginPosition
-
endPosition
-
length
-
calories
-
-
Constructor Details
-
LapT
public LapT()
-
-
Method Details
-
getStartTime
Gets the value of the startTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
Duration
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isDuration
-
getBeginPosition
Gets the value of the beginPosition property.- Returns:
- possible object is
PositionT
-
setBeginPosition
Sets the value of the beginPosition property.- Parameters:
value- allowed object isPositionT
-
getEndPosition
Gets the value of the endPosition property.- Returns:
- possible object is
PositionT
-
setEndPosition
Sets the value of the endPosition property.- Parameters:
value- allowed object isPositionT
-
getLength
Gets the value of the length property.- Returns:
- possible object is
String
-
setLength
Sets the value of the length property.- Parameters:
value- allowed object isString
-
getCalories
Gets the value of the calories property.- Returns:
- possible object is
BigInteger
-
setCalories
Sets the value of the calories property.- Parameters:
value- allowed object isBigInteger
-