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

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.DocumentFactory<PtType>
     
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the "ele" element
    Gets the "lat" attribute
    Gets the "lon" attribute
    Gets the "time" element
    boolean
    True if has "ele" element
    boolean
    True if has "time" element
    void
    Sets the "ele" element
    void
    Sets the "lat" attribute
    void
    Sets the "lon" attribute
    void
    Sets the "time" element
    void
    Unsets the "ele" element
    void
    Unsets the "time" element
    org.apache.xmlbeans.XmlDecimal
    Gets (as xml) the "ele" element
    Gets (as xml) the "lat" attribute
    Gets (as xml) the "lon" attribute
    org.apache.xmlbeans.XmlDateTime
    Gets (as xml) the "time" element
    void
    xsetEle(org.apache.xmlbeans.XmlDecimal ele)
    Sets (as xml) the "ele" element
    void
    Sets (as xml) the "lat" attribute
    void
    Sets (as xml) the "lon" attribute
    void
    xsetTime(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 Details

    • Factory

      static final org.apache.xmlbeans.impl.schema.DocumentFactory<PtType> 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

      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