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()
BigDecimal
public void setEle(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public javax.xml.datatype.XMLGregorianCalendar getTime()
XMLGregorianCalendar
public void setTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigDecimal getMagvar()
BigDecimal
public void setMagvar(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getGeoidheight()
BigDecimal
public void setGeoidheight(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCmt()
String
public void setCmt(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDesc()
String
public void setDesc(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSrc()
String
public void setSrc(java.lang.String value)
value
- allowed object is
String
public 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()
String
public void setSym(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFix()
String
public void setFix(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getSat()
BigInteger
public void setSat(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigDecimal getHdop()
BigDecimal
public void setHdop(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getVdop()
BigDecimal
public void setVdop(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getPdop()
BigDecimal
public void setPdop(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getAgeofdgpsdata()
BigDecimal
public void setAgeofdgpsdata(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.Integer getDgpsid()
Integer
public void setDgpsid(java.lang.Integer value)
value
- allowed object is
Integer
public ExtensionsType getExtensions()
ExtensionsType
public void setExtensions(ExtensionsType value)
value
- allowed object is
ExtensionsType
public java.math.BigDecimal getLat()
BigDecimal
public void setLat(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getLon()
BigDecimal
public void setLon(java.math.BigDecimal value)
value
- allowed object is
BigDecimal