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.XmlObject
An XML ptType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<PtType>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetEle()Gets the "ele" elementgetLat()Gets the "lat" attributegetLon()Gets the "lon" attributegetTime()Gets the "time" elementbooleanisSetEle()True if has "ele" elementbooleanTrue if has "time" elementvoidsetEle(BigDecimal ele) Sets the "ele" elementvoidsetLat(BigDecimal lat) Sets the "lat" attributevoidsetLon(BigDecimal lon) Sets the "lon" attributevoidSets the "time" elementvoidunsetEle()Unsets the "ele" elementvoidUnsets the "time" elementorg.apache.xmlbeans.XmlDecimalxgetEle()Gets (as xml) the "ele" elementxgetLat()Gets (as xml) the "lat" attributexgetLon()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" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
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
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
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
Sets the "lat" attribute -
xsetLat
Sets (as xml) the "lat" attribute -
getLon
BigDecimal getLon()Gets the "lon" attribute -
xgetLon
LongitudeType xgetLon()Gets (as xml) the "lon" attribute -
setLon
Sets the "lon" attribute -
xsetLon
Sets (as xml) the "lon" attribute
-