public class WptType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
ageofdgpsdata |
protected java.lang.String |
cmt |
protected java.lang.String |
desc |
protected java.lang.Integer |
dgpsid |
protected java.math.BigDecimal |
ele |
protected ExtensionsType |
extensions |
protected java.lang.String |
fix |
protected java.math.BigDecimal |
geoidheight |
protected java.math.BigDecimal |
hdop |
protected java.math.BigDecimal |
lat |
protected java.util.List<LinkType> |
link |
protected java.math.BigDecimal |
lon |
protected java.math.BigDecimal |
magvar |
protected java.lang.String |
name |
protected java.math.BigDecimal |
pdop |
protected java.math.BigInteger |
sat |
protected java.lang.String |
src |
protected java.lang.String |
sym |
protected javax.xml.datatype.XMLGregorianCalendar |
time |
protected java.lang.String |
type |
protected java.math.BigDecimal |
vdop |
| Constructor and Description |
|---|
WptType() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAgeofdgpsdata()
Gets the value of the ageofdgpsdata property.
|
java.lang.String |
getCmt()
Gets the value of the cmt property.
|
java.lang.String |
getDesc()
Gets the value of the desc property.
|
java.lang.Integer |
getDgpsid()
Gets the value of the dgpsid property.
|
java.math.BigDecimal |
getEle()
Gets the value of the ele property.
|
ExtensionsType |
getExtensions()
Gets the value of the extensions property.
|
java.lang.String |
getFix()
Gets the value of the fix property.
|
java.math.BigDecimal |
getGeoidheight()
Gets the value of the geoidheight property.
|
java.math.BigDecimal |
getHdop()
Gets the value of the hdop property.
|
java.math.BigDecimal |
getLat()
Gets the value of the lat property.
|
java.util.List<LinkType> |
getLink()
Gets the value of the link property.
|
java.math.BigDecimal |
getLon()
Gets the value of the lon property.
|
java.math.BigDecimal |
getMagvar()
Gets the value of the magvar property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigDecimal |
getPdop()
Gets the value of the pdop property.
|
java.math.BigInteger |
getSat()
Gets the value of the sat property.
|
java.lang.String |
getSrc()
Gets the value of the src property.
|
java.lang.String |
getSym()
Gets the value of the sym property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.math.BigDecimal |
getVdop()
Gets the value of the vdop property.
|
void |
setAgeofdgpsdata(java.math.BigDecimal value)
Sets the value of the ageofdgpsdata property.
|
void |
setCmt(java.lang.String value)
Sets the value of the cmt property.
|
void |
setDesc(java.lang.String value)
Sets the value of the desc property.
|
void |
setDgpsid(java.lang.Integer value)
Sets the value of the dgpsid property.
|
void |
setEle(java.math.BigDecimal value)
Sets the value of the ele property.
|
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
setFix(java.lang.String value)
Sets the value of the fix property.
|
void |
setGeoidheight(java.math.BigDecimal value)
Sets the value of the geoidheight property.
|
void |
setHdop(java.math.BigDecimal value)
Sets the value of the hdop property.
|
void |
setLat(java.math.BigDecimal value)
Sets the value of the lat property.
|
void |
setLon(java.math.BigDecimal value)
Sets the value of the lon property.
|
void |
setMagvar(java.math.BigDecimal value)
Sets the value of the magvar property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPdop(java.math.BigDecimal value)
Sets the value of the pdop property.
|
void |
setSat(java.math.BigInteger value)
Sets the value of the sat property.
|
void |
setSrc(java.lang.String value)
Sets the value of the src property.
|
void |
setSym(java.lang.String value)
Sets the value of the sym property.
|
void |
setTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the time property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setVdop(java.math.BigDecimal value)
Sets the value of the vdop property.
|
protected java.math.BigDecimal ele
protected javax.xml.datatype.XMLGregorianCalendar time
protected java.math.BigDecimal magvar
protected java.math.BigDecimal geoidheight
protected java.lang.String name
protected java.lang.String cmt
protected java.lang.String desc
protected java.lang.String src
protected java.util.List<LinkType> link
protected java.lang.String sym
protected java.lang.String type
protected java.lang.String fix
protected java.math.BigInteger sat
protected java.math.BigDecimal hdop
protected java.math.BigDecimal vdop
protected java.math.BigDecimal pdop
protected java.math.BigDecimal ageofdgpsdata
protected java.lang.Integer dgpsid
protected ExtensionsType extensions
protected java.math.BigDecimal lat
protected java.math.BigDecimal lon
public java.math.BigDecimal getEle()
BigDecimalpublic void setEle(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic javax.xml.datatype.XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigDecimal getMagvar()
BigDecimalpublic void setMagvar(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getGeoidheight()
BigDecimalpublic void setGeoidheight(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCmt()
Stringpublic void setCmt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrc()
Stringpublic void setSrc(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<LinkType> getLink()
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 set method 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
public java.lang.String getSym()
Stringpublic void setSym(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFix()
Stringpublic void setFix(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getSat()
BigIntegerpublic void setSat(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigDecimal getHdop()
BigDecimalpublic void setHdop(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getVdop()
BigDecimalpublic void setVdop(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getPdop()
BigDecimalpublic void setPdop(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getAgeofdgpsdata()
BigDecimalpublic void setAgeofdgpsdata(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getDgpsid()
Integerpublic void setDgpsid(java.lang.Integer value)
value - allowed object is
Integerpublic ExtensionsType getExtensions()
ExtensionsTypepublic void setExtensions(ExtensionsType value)
value - allowed object is
ExtensionsTypepublic java.math.BigDecimal getLat()
BigDecimalpublic void setLat(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getLon()
BigDecimalpublic void setLon(java.math.BigDecimal value)
value - allowed object is
BigDecimal