Class PositionT
java.lang.Object
org.bremersee.garmin.forerunnerlogbook.v1.model.PositionT
- All Implemented Interfaces:
Serializable
Java class for Position_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Latitude" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Degrees_t"/>
<element name="Longitude" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Degrees_t"/>
<element name="Altitude" type="{http://www.garmin.com/xmlschemas/ForerunnerLogbook}Meters_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the altitude property.Gets the value of the latitude property.Gets the value of the longitude property.voidsetAltitude(String value) Sets the value of the altitude property.voidsetLatitude(String value) Sets the value of the latitude property.voidsetLongitude(String value) Sets the value of the longitude property.
-
Field Details
-
latitude
-
longitude
-
altitude
-
-
Constructor Details
-
PositionT
public PositionT()
-
-
Method Details
-
getLatitude
Gets the value of the latitude property.- Returns:
- possible object is
String
-
setLatitude
Sets the value of the latitude property.- Parameters:
value- allowed object isString
-
getLongitude
Gets the value of the longitude property.- Returns:
- possible object is
String
-
setLongitude
Sets the value of the longitude property.- Parameters:
value- allowed object isString
-
getAltitude
Gets the value of the altitude property.- Returns:
- possible object is
String
-
setAltitude
Sets the value of the altitude property.- Parameters:
value- allowed object isString
-