public class PtType
extends java.lang.Object
Clase Java para ptType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="ptType"> <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"/> </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 |
---|
PtType() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getEle()
Obtiene el valor de la propiedad ele.
|
java.math.BigDecimal |
getLat()
Obtiene el valor de la propiedad lat.
|
java.math.BigDecimal |
getLon()
Obtiene el valor de la propiedad lon.
|
javax.xml.datatype.XMLGregorianCalendar |
getTime()
Obtiene el valor de la propiedad time.
|
void |
setEle(java.math.BigDecimal value)
Define el valor de la propiedad ele.
|
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 |
setTime(javax.xml.datatype.XMLGregorianCalendar value)
Define el valor de la propiedad time.
|
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 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