Package org.bremersee.gpx.model
Class WptType
java.lang.Object
org.bremersee.gpx.model.WptType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Stringprotected Stringprotected Integerprotected BigDecimalprotected ExtensionsTypeprotected Stringprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected Stringprotected BigDecimalprotected BigIntegerprotected Stringprotected Stringprotected XMLGregorianCalendarprotected Stringprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ageofdgpsdata property.getCmt()Gets the value of the cmt property.getDesc()Gets the value of the desc property.Gets the value of the dgpsid property.getEle()Gets the value of the ele property.Gets the value of the extensions property.getFix()Gets the value of the fix property.Gets the value of the geoidheight property.getHdop()Gets the value of the hdop property.getLat()Gets the value of the lat property.getLinks()Gets the value of the links property.getLon()Gets the value of the lon property.Gets the value of the magvar property.getName()Gets the value of the name property.getPdop()Gets the value of the pdop property.getSat()Gets the value of the sat property.getSrc()Gets the value of the src property.getSym()Gets the value of the sym property.getTime()Gets the value of the time property.getType()Gets the value of the type property.getVdop()Gets the value of the vdop property.voidsetAgeofdgpsdata(BigDecimal value) Sets the value of the ageofdgpsdata property.voidSets the value of the cmt property.voidSets the value of the desc property.voidSets the value of the dgpsid property.voidsetEle(BigDecimal value) Sets the value of the ele property.voidsetExtensions(ExtensionsType value) Sets the value of the extensions property.voidSets the value of the fix property.voidsetGeoidheight(BigDecimal value) Sets the value of the geoidheight property.voidsetHdop(BigDecimal value) Sets the value of the hdop property.voidsetLat(BigDecimal value) Sets the value of the lat property.voidsetLon(BigDecimal value) Sets the value of the lon property.voidsetMagvar(BigDecimal value) Sets the value of the magvar property.voidSets the value of the name property.voidsetPdop(BigDecimal value) Sets the value of the pdop property.voidsetSat(BigInteger value) Sets the value of the sat property.voidSets the value of the src property.voidSets the value of the sym property.voidsetTime(XMLGregorianCalendar value) Sets the value of the time property.voidSets the value of the type property.voidsetVdop(BigDecimal value) Sets the value of the vdop property.
-
Field Details
-
ele
-
time
-
magvar
-
geoidheight
-
name
-
cmt
-
desc
-
src
-
links
-
sym
-
type
-
fix
-
sat
-
hdop
-
vdop
-
pdop
-
ageofdgpsdata
-
dgpsid
-
extensions
-
lat
-
lon
-
-
Constructor Details
-
WptType
public WptType()
-
-
Method Details
-
getEle
Gets the value of the ele property.- Returns:
- possible object is
BigDecimal
-
setEle
Sets the value of the ele property.- Parameters:
value- allowed object isBigDecimal
-
getTime
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMagvar
Gets the value of the magvar property.- Returns:
- possible object is
BigDecimal
-
setMagvar
Sets the value of the magvar property.- Parameters:
value- allowed object isBigDecimal
-
getGeoidheight
Gets the value of the geoidheight property.- Returns:
- possible object is
BigDecimal
-
setGeoidheight
Sets the value of the geoidheight property.- Parameters:
value- allowed object isBigDecimal
-
getName
Gets the value of the name property.- Specified by:
getNamein interfaceCommonGpxType- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Specified by:
setNamein interfaceCommonGpxType- Parameters:
value- allowed object isString
-
getCmt
Gets the value of the cmt property.- Specified by:
getCmtin interfaceCommonGpxType- Returns:
- possible object is
String
-
setCmt
Sets the value of the cmt property.- Specified by:
setCmtin interfaceCommonGpxType- Parameters:
value- allowed object isString
-
getDesc
Gets the value of the desc property.- Specified by:
getDescin interfaceCommonGpxType- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Specified by:
setDescin interfaceCommonGpxType- Parameters:
value- allowed object isString
-
getSrc
Gets the value of the src property.- Specified by:
getSrcin interfaceCommonGpxType- Returns:
- possible object is
String
-
setSrc
Sets the value of the src property.- Specified by:
setSrcin interfaceCommonGpxType- Parameters:
value- allowed object isString
-
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
setmethod 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:
getLinksin interfaceCommonGpxType- Returns:
- The value of the links property.
-
getSym
Gets the value of the sym property.- Returns:
- possible object is
String
-
setSym
Sets the value of the sym property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getFix
Gets the value of the fix property.- Returns:
- possible object is
String
-
setFix
Sets the value of the fix property.- Parameters:
value- allowed object isString
-
getSat
Gets the value of the sat property.- Returns:
- possible object is
BigInteger
-
setSat
Sets the value of the sat property.- Parameters:
value- allowed object isBigInteger
-
getHdop
Gets the value of the hdop property.- Returns:
- possible object is
BigDecimal
-
setHdop
Sets the value of the hdop property.- Parameters:
value- allowed object isBigDecimal
-
getVdop
Gets the value of the vdop property.- Returns:
- possible object is
BigDecimal
-
setVdop
Sets the value of the vdop property.- Parameters:
value- allowed object isBigDecimal
-
getPdop
Gets the value of the pdop property.- Returns:
- possible object is
BigDecimal
-
setPdop
Sets the value of the pdop property.- Parameters:
value- allowed object isBigDecimal
-
getAgeofdgpsdata
Gets the value of the ageofdgpsdata property.- Returns:
- possible object is
BigDecimal
-
setAgeofdgpsdata
Sets the value of the ageofdgpsdata property.- Parameters:
value- allowed object isBigDecimal
-
getDgpsid
Gets the value of the dgpsid property.- Returns:
- possible object is
Integer
-
setDgpsid
Sets the value of the dgpsid property.- Parameters:
value- allowed object isInteger
-
getExtensions
Gets the value of the extensions property.- Specified by:
getExtensionsin interfaceCommonGpxType- Returns:
- possible object is
ExtensionsType
-
setExtensions
Sets the value of the extensions property.- Specified by:
setExtensionsin interfaceCommonGpxType- Parameters:
value- allowed object isExtensionsType
-
getLat
Gets the value of the lat property.- Returns:
- possible object is
BigDecimal
-
setLat
Sets the value of the lat property.- Parameters:
value- allowed object isBigDecimal
-
getLon
Gets the value of the lon property.- Returns:
- possible object is
BigDecimal
-
setLon
Sets the value of the lon property.- Parameters:
value- allowed object isBigDecimal
-