public class WptType
extends java.lang.Object
Clase Java para wptType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<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>
Constructor and Description |
---|
WptType() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAgeofdgpsdata()
Obtiene el valor de la propiedad ageofdgpsdata.
|
java.lang.String |
getCmt()
Obtiene el valor de la propiedad cmt.
|
java.lang.String |
getDesc()
Obtiene el valor de la propiedad desc.
|
java.lang.Integer |
getDgpsid()
Obtiene el valor de la propiedad dgpsid.
|
java.math.BigDecimal |
getEle()
Obtiene el valor de la propiedad ele.
|
ExtensionsType |
getExtensions()
Obtiene el valor de la propiedad extensions.
|
java.lang.String |
getFix()
Obtiene el valor de la propiedad fix.
|
java.math.BigDecimal |
getGeoidheight()
Obtiene el valor de la propiedad geoidheight.
|
java.math.BigDecimal |
getHdop()
Obtiene el valor de la propiedad hdop.
|
java.math.BigDecimal |
getLat()
Obtiene el valor de la propiedad lat.
|
java.util.List<LinkType> |
getLink()
Gets the value of the link property.
|
java.math.BigDecimal |
getLon()
Obtiene el valor de la propiedad lon.
|
java.math.BigDecimal |
getMagvar()
Obtiene el valor de la propiedad magvar.
|
java.lang.String |
getName()
Obtiene el valor de la propiedad name.
|
java.math.BigDecimal |
getPdop()
Obtiene el valor de la propiedad pdop.
|
java.math.BigInteger |
getSat()
Obtiene el valor de la propiedad sat.
|
java.lang.String |
getSrc()
Obtiene el valor de la propiedad src.
|
java.lang.String |
getSym()
Obtiene el valor de la propiedad sym.
|
javax.xml.datatype.XMLGregorianCalendar |
getTime()
Obtiene el valor de la propiedad time.
|
java.lang.String |
getType()
Obtiene el valor de la propiedad type.
|
java.math.BigDecimal |
getVdop()
Obtiene el valor de la propiedad vdop.
|
void |
setAgeofdgpsdata(java.math.BigDecimal value)
Define el valor de la propiedad ageofdgpsdata.
|
void |
setCmt(java.lang.String value)
Define el valor de la propiedad cmt.
|
void |
setDesc(java.lang.String value)
Define el valor de la propiedad desc.
|
void |
setDgpsid(java.lang.Integer value)
Define el valor de la propiedad dgpsid.
|
void |
setEle(java.math.BigDecimal value)
Define el valor de la propiedad ele.
|
void |
setExtensions(ExtensionsType value)
Define el valor de la propiedad extensions.
|
void |
setFix(java.lang.String value)
Define el valor de la propiedad fix.
|
void |
setGeoidheight(java.math.BigDecimal value)
Define el valor de la propiedad geoidheight.
|
void |
setHdop(java.math.BigDecimal value)
Define el valor de la propiedad hdop.
|
void |
setLat(java.math.BigDecimal value)
Define el valor de la propiedad lat.
|
void |
setLon(java.math.BigDecimal value)
Define el valor de la propiedad lon.
|
void |
setMagvar(java.math.BigDecimal value)
Define el valor de la propiedad magvar.
|
void |
setName(java.lang.String value)
Define el valor de la propiedad name.
|
void |
setPdop(java.math.BigDecimal value)
Define el valor de la propiedad pdop.
|
void |
setSat(java.math.BigInteger value)
Define el valor de la propiedad sat.
|
void |
setSrc(java.lang.String value)
Define el valor de la propiedad src.
|
void |
setSym(java.lang.String value)
Define el valor de la propiedad sym.
|
void |
setTime(javax.xml.datatype.XMLGregorianCalendar value)
Define el valor de la propiedad time.
|
void |
setType(java.lang.String value)
Define el valor de la propiedad type.
|
void |
setVdop(java.math.BigDecimal value)
Define el valor de la propiedad vdop.
|
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