public class PtType
extends java.lang.Object
Java class for ptType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigDecimal |
ele |
protected java.math.BigDecimal |
lat |
protected java.math.BigDecimal |
lon |
protected javax.xml.datatype.XMLGregorianCalendar |
time |
Constructor and Description |
---|
PtType() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getEle()
Gets the value of the ele property.
|
java.math.BigDecimal |
getLat()
Gets the value of the lat property.
|
java.math.BigDecimal |
getLon()
Gets the value of the lon property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
void |
setEle(java.math.BigDecimal value)
Sets the value of the ele 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 |
setTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the time property.
|
protected java.math.BigDecimal ele
protected javax.xml.datatype.XMLGregorianCalendar time
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 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