Package net.wirelabs.jmaps.example.gpx
Class WptType
- java.lang.Object
-
- net.wirelabs.jmaps.example.gpx.WptType
-
public class WptType extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimalageofdgpsdataprotected Stringcmtprotected Stringdescprotected Integerdgpsidprotected BigDecimaleleprotected ExtensionsTypeextensionsprotected Stringfixprotected BigDecimalgeoidheightprotected BigDecimalhdopprotected BigDecimallatprotected List<LinkType>linkprotected BigDecimallonprotected BigDecimalmagvarprotected Stringnameprotected BigDecimalpdopprotected BigIntegersatprotected Stringsrcprotected Stringsymprotected XMLGregorianCalendartimeprotected Stringtypeprotected BigDecimalvdop
-
Constructor Summary
Constructors Constructor Description WptType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAgeofdgpsdata()Gets the value of the ageofdgpsdata property.StringgetCmt()Gets the value of the cmt property.StringgetDesc()Gets the value of the desc property.IntegergetDgpsid()Gets the value of the dgpsid property.BigDecimalgetEle()Gets the value of the ele property.ExtensionsTypegetExtensions()Gets the value of the extensions property.StringgetFix()Gets the value of the fix property.BigDecimalgetGeoidheight()Gets the value of the geoidheight property.BigDecimalgetHdop()Gets the value of the hdop property.BigDecimalgetLat()Gets the value of the lat property.List<LinkType>getLink()Gets the value of the link property.BigDecimalgetLon()Gets the value of the lon property.BigDecimalgetMagvar()Gets the value of the magvar property.StringgetName()Gets the value of the name property.BigDecimalgetPdop()Gets the value of the pdop property.BigIntegergetSat()Gets the value of the sat property.StringgetSrc()Gets the value of the src property.StringgetSym()Gets the value of the sym property.XMLGregorianCalendargetTime()Gets the value of the time property.StringgetType()Gets the value of the type property.BigDecimalgetVdop()Gets the value of the vdop property.voidsetAgeofdgpsdata(BigDecimal value)Sets the value of the ageofdgpsdata property.voidsetCmt(String value)Sets the value of the cmt property.voidsetDesc(String value)Sets the value of the desc property.voidsetDgpsid(Integer value)Sets 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.voidsetFix(String value)Sets 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.voidsetName(String value)Sets 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.voidsetSrc(String value)Sets the value of the src property.voidsetSym(String value)Sets the value of the sym property.voidsetTime(XMLGregorianCalendar value)Sets the value of the time property.voidsetType(String value)Sets the value of the type property.voidsetVdop(BigDecimal value)Sets the value of the vdop property.
-
-
-
Field Detail
-
ele
protected BigDecimal ele
-
time
protected XMLGregorianCalendar time
-
magvar
protected BigDecimal magvar
-
geoidheight
protected BigDecimal geoidheight
-
name
protected String name
-
cmt
protected String cmt
-
desc
protected String desc
-
src
protected String src
-
sym
protected String sym
-
type
protected String type
-
fix
protected String fix
-
sat
protected BigInteger sat
-
hdop
protected BigDecimal hdop
-
vdop
protected BigDecimal vdop
-
pdop
protected BigDecimal pdop
-
ageofdgpsdata
protected BigDecimal ageofdgpsdata
-
dgpsid
protected Integer dgpsid
-
extensions
protected ExtensionsType extensions
-
lat
protected BigDecimal lat
-
lon
protected BigDecimal lon
-
-
Method Detail
-
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 isBigDecimal
-
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 isXMLGregorianCalendar
-
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 isBigDecimal
-
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 isBigDecimal
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCmt
public String getCmt()
Gets the value of the cmt property.- Returns:
- possible object is
String
-
setCmt
public void setCmt(String value)
Sets the value of the cmt property.- Parameters:
value- allowed object isString
-
getDesc
public String getDesc()
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
public void setDesc(String value)
Sets the value of the desc property.- Parameters:
value- allowed object isString
-
getSrc
public String getSrc()
Gets the value of the src property.- Returns:
- possible object is
String
-
setSrc
public void setSrc(String value)
Sets the value of the src property.- Parameters:
value- allowed object isString
-
getLink
public List<LinkType> getLink()
Gets the value of the link 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 JAXB object. This is why there is not a
setmethod for the link property.For example, to add a new item, do as follows:
getLink().add(newItem);Objects of the following type(s) are allowed in the list
LinkType
-
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 isString
-
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 isString
-
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 isString
-
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 isBigInteger
-
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 isBigDecimal
-
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 isBigDecimal
-
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 isBigDecimal
-
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 isBigDecimal
-
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 isInteger
-
getExtensions
public ExtensionsType getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
public void setExtensions(ExtensionsType value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsType
-
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 isBigDecimal
-
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 isBigDecimal
-
-