Class WptType

java.lang.Object
org.bremersee.gpx.model.WptType
All Implemented Interfaces:
Serializable, CommonGpxType

public class WptType extends Object implements Serializable, CommonGpxType
wpt represents a waypoint, point of interest, or named feature on a map.

Java class for wptType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="wptType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ele" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="magvar" type="{http://www.topografix.com/GPX/1/1}degreesType" minOccurs="0"/>
         <element name="geoidheight" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cmt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="src" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="link" type="{http://www.topografix.com/GPX/1/1}linkType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sym" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fix" type="{http://www.topografix.com/GPX/1/1}fixType" minOccurs="0"/>
         <element name="sat" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="hdop" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="vdop" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="pdop" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ageofdgpsdata" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="dgpsid" type="{http://www.topografix.com/GPX/1/1}dgpsStationType" minOccurs="0"/>
         <element name="extensions" type="{http://www.topografix.com/GPX/1/1}extensionsType" minOccurs="0"/>
       </sequence>
       <attribute name="lat" use="required" type="{http://www.topografix.com/GPX/1/1}latitudeType" />
       <attribute name="lon" use="required" type="{http://www.topografix.com/GPX/1/1}longitudeType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • WptType

      public WptType()
  • Method Details

    • getEle

      public BigDecimal getEle()
      Gets the value of the ele property.
      Returns:
      possible object is BigDecimal
    • setEle

      public void setEle(BigDecimal value)
      Sets the value of the ele property.
      Parameters:
      value - allowed object is BigDecimal
    • getTime

      public XMLGregorianCalendar getTime()
      Gets the value of the time property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTime

      public void setTime(XMLGregorianCalendar value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getMagvar

      public BigDecimal getMagvar()
      Gets the value of the magvar property.
      Returns:
      possible object is BigDecimal
    • setMagvar

      public void setMagvar(BigDecimal value)
      Sets the value of the magvar property.
      Parameters:
      value - allowed object is BigDecimal
    • getGeoidheight

      public BigDecimal getGeoidheight()
      Gets the value of the geoidheight property.
      Returns:
      possible object is BigDecimal
    • setGeoidheight

      public void setGeoidheight(BigDecimal value)
      Sets the value of the geoidheight property.
      Parameters:
      value - allowed object is BigDecimal
    • getName

      public String getName()
      Gets the value of the name property.
      Specified by:
      getName in interface CommonGpxType
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Specified by:
      setName in interface CommonGpxType
      Parameters:
      value - allowed object is String
    • getCmt

      public String getCmt()
      Gets the value of the cmt property.
      Specified by:
      getCmt in interface CommonGpxType
      Returns:
      possible object is String
    • setCmt

      public void setCmt(String value)
      Sets the value of the cmt property.
      Specified by:
      setCmt in interface CommonGpxType
      Parameters:
      value - allowed object is String
    • getDesc

      public String getDesc()
      Gets the value of the desc property.
      Specified by:
      getDesc in interface CommonGpxType
      Returns:
      possible object is String
    • setDesc

      public void setDesc(String value)
      Sets the value of the desc property.
      Specified by:
      setDesc in interface CommonGpxType
      Parameters:
      value - allowed object is String
    • getSrc

      public String getSrc()
      Gets the value of the src property.
      Specified by:
      getSrc in interface CommonGpxType
      Returns:
      possible object is String
    • setSrc

      public void setSrc(String value)
      Sets the value of the src property.
      Specified by:
      setSrc in interface CommonGpxType
      Parameters:
      value - allowed object is String
    • getLinks

      public List<LinkType> getLinks()
      Gets the value of the links property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the links property.

      For example, to add a new item, do as follows:

          getLinks().add(newItem);
       

      Objects of the following type(s) are allowed in the list LinkType

      Specified by:
      getLinks in interface CommonGpxType
      Returns:
      The value of the links property.
    • getSym

      public String getSym()
      Gets the value of the sym property.
      Returns:
      possible object is String
    • setSym

      public void setSym(String value)
      Sets the value of the sym property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getFix

      public String getFix()
      Gets the value of the fix property.
      Returns:
      possible object is String
    • setFix

      public void setFix(String value)
      Sets the value of the fix property.
      Parameters:
      value - allowed object is String
    • getSat

      public BigInteger getSat()
      Gets the value of the sat property.
      Returns:
      possible object is BigInteger
    • setSat

      public void setSat(BigInteger value)
      Sets the value of the sat property.
      Parameters:
      value - allowed object is BigInteger
    • getHdop

      public BigDecimal getHdop()
      Gets the value of the hdop property.
      Returns:
      possible object is BigDecimal
    • setHdop

      public void setHdop(BigDecimal value)
      Sets the value of the hdop property.
      Parameters:
      value - allowed object is BigDecimal
    • getVdop

      public BigDecimal getVdop()
      Gets the value of the vdop property.
      Returns:
      possible object is BigDecimal
    • setVdop

      public void setVdop(BigDecimal value)
      Sets the value of the vdop property.
      Parameters:
      value - allowed object is BigDecimal
    • getPdop

      public BigDecimal getPdop()
      Gets the value of the pdop property.
      Returns:
      possible object is BigDecimal
    • setPdop

      public void setPdop(BigDecimal value)
      Sets the value of the pdop property.
      Parameters:
      value - allowed object is BigDecimal
    • getAgeofdgpsdata

      public BigDecimal getAgeofdgpsdata()
      Gets the value of the ageofdgpsdata property.
      Returns:
      possible object is BigDecimal
    • setAgeofdgpsdata

      public void setAgeofdgpsdata(BigDecimal value)
      Sets the value of the ageofdgpsdata property.
      Parameters:
      value - allowed object is BigDecimal
    • getDgpsid

      public Integer getDgpsid()
      Gets the value of the dgpsid property.
      Returns:
      possible object is Integer
    • setDgpsid

      public void setDgpsid(Integer value)
      Sets the value of the dgpsid property.
      Parameters:
      value - allowed object is Integer
    • getExtensions

      public ExtensionsType getExtensions()
      Gets the value of the extensions property.
      Specified by:
      getExtensions in interface CommonGpxType
      Returns:
      possible object is ExtensionsType
    • setExtensions

      public void setExtensions(ExtensionsType value)
      Sets the value of the extensions property.
      Specified by:
      setExtensions in interface CommonGpxType
      Parameters:
      value - allowed object is ExtensionsType
    • getLat

      public BigDecimal getLat()
      Gets the value of the lat property.
      Returns:
      possible object is BigDecimal
    • setLat

      public void setLat(BigDecimal value)
      Sets the value of the lat property.
      Parameters:
      value - allowed object is BigDecimal
    • getLon

      public BigDecimal getLon()
      Gets the value of the lon property.
      Returns:
      possible object is BigDecimal
    • setLon

      public void setLon(BigDecimal value)
      Sets the value of the lon property.
      Parameters:
      value - allowed object is BigDecimal