Package com.topografix.gpx.x1.x1
Interface PtType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PtTypeImpl
public interface PtType extends org.apache.xmlbeans.XmlObjectAn XML ptType(@http://www.topografix.com/GPX/1/1). This is a complex type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetEle()Gets the "ele" elementBigDecimalgetLat()Gets the "lat" attributeBigDecimalgetLon()Gets the "lon" attributeCalendargetTime()Gets the "time" elementbooleanisSetEle()True if has "ele" elementbooleanisSetTime()True if has "time" elementvoidsetEle(BigDecimal ele)Sets the "ele" elementvoidsetLat(BigDecimal lat)Sets the "lat" attributevoidsetLon(BigDecimal lon)Sets the "lon" attributevoidsetTime(Calendar time)Sets the "time" elementvoidunsetEle()Unsets the "ele" elementvoidunsetTime()Unsets the "time" elementorg.apache.xmlbeans.XmlDecimalxgetEle()Gets (as xml) the "ele" elementLatitudeTypexgetLat()Gets (as xml) the "lat" attributeLongitudeTypexgetLon()Gets (as xml) the "lon" attributeorg.apache.xmlbeans.XmlDateTimexgetTime()Gets (as xml) the "time" elementvoidxsetEle(org.apache.xmlbeans.XmlDecimal ele)Sets (as xml) the "ele" elementvoidxsetLat(LatitudeType lat)Sets (as xml) the "lat" attributevoidxsetLon(LongitudeType lon)Sets (as xml) the "lon" attributevoidxsetTime(org.apache.xmlbeans.XmlDateTime time)Sets (as xml) the "time" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final org.apache.xmlbeans.impl.schema.DocumentFactory<PtType> Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Detail
-
getEle
BigDecimal getEle()
Gets the "ele" element
-
xgetEle
org.apache.xmlbeans.XmlDecimal xgetEle()
Gets (as xml) the "ele" element
-
isSetEle
boolean isSetEle()
True if has "ele" element
-
setEle
void setEle(BigDecimal ele)
Sets the "ele" element
-
xsetEle
void xsetEle(org.apache.xmlbeans.XmlDecimal ele)
Sets (as xml) the "ele" element
-
unsetEle
void unsetEle()
Unsets the "ele" element
-
getTime
Calendar getTime()
Gets the "time" element
-
xgetTime
org.apache.xmlbeans.XmlDateTime xgetTime()
Gets (as xml) the "time" element
-
isSetTime
boolean isSetTime()
True if has "time" element
-
setTime
void setTime(Calendar time)
Sets the "time" element
-
xsetTime
void xsetTime(org.apache.xmlbeans.XmlDateTime time)
Sets (as xml) the "time" element
-
unsetTime
void unsetTime()
Unsets the "time" element
-
getLat
BigDecimal getLat()
Gets the "lat" attribute
-
xgetLat
LatitudeType xgetLat()
Gets (as xml) the "lat" attribute
-
setLat
void setLat(BigDecimal lat)
Sets the "lat" attribute
-
xsetLat
void xsetLat(LatitudeType lat)
Sets (as xml) the "lat" attribute
-
getLon
BigDecimal getLon()
Gets the "lon" attribute
-
xgetLon
LongitudeType xgetLon()
Gets (as xml) the "lon" attribute
-
setLon
void setLon(BigDecimal lon)
Sets the "lon" attribute
-
xsetLon
void xsetLon(LongitudeType lon)
Sets (as xml) the "lon" attribute
-
-