java.lang.Object
org.bremersee.garmin.forerunnerlogbook.v1.model.PositionT
All Implemented Interfaces:
Serializable

public class PositionT extends Object implements 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 Details

    • latitude

      protected String latitude
    • longitude

      protected String longitude
    • altitude

      protected String altitude
  • Constructor Details

    • PositionT

      public PositionT()
  • Method Details

    • getLatitude

      public String getLatitude()
      Gets the value of the latitude property.
      Returns:
      possible object is String
    • setLatitude

      public void setLatitude(String value)
      Sets the value of the latitude property.
      Parameters:
      value - allowed object is String
    • getLongitude

      public String getLongitude()
      Gets the value of the longitude property.
      Returns:
      possible object is String
    • setLongitude

      public void setLongitude(String value)
      Sets the value of the longitude property.
      Parameters:
      value - allowed object is String
    • getAltitude

      public String getAltitude()
      Gets the value of the altitude property.
      Returns:
      possible object is String
    • setAltitude

      public void setAltitude(String value)
      Sets the value of the altitude property.
      Parameters:
      value - allowed object is String