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 org.apache.xmlbeans.impl.schema.DocumentFactory<PtType> Factory  
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigDecimal getEle()
      Gets the "ele" element
      BigDecimal getLat()
      Gets the "lat" attribute
      BigDecimal getLon()
      Gets the "lon" attribute
      Calendar getTime()
      Gets the "time" element
      boolean isSetEle()
      True if has "ele" element
      boolean isSetTime()
      True if has "time" element
      void setEle​(BigDecimal ele)
      Sets the "ele" element
      void setLat​(BigDecimal lat)
      Sets the "lat" attribute
      void setLon​(BigDecimal lon)
      Sets the "lon" attribute
      void setTime​(Calendar time)
      Sets the "time" element
      void unsetEle()
      Unsets the "ele" element
      void unsetTime()
      Unsets the "time" element
      org.apache.xmlbeans.XmlDecimal xgetEle()
      Gets (as xml) the "ele" element
      LatitudeType xgetLat()
      Gets (as xml) the "lat" attribute
      LongitudeType xgetLon()
      Gets (as xml) the "lon" attribute
      org.apache.xmlbeans.XmlDateTime xgetTime()
      Gets (as xml) the "time" element
      void xsetEle​(org.apache.xmlbeans.XmlDecimal ele)
      Sets (as xml) the "ele" element
      void xsetLat​(LatitudeType lat)
      Sets (as xml) the "lat" attribute
      void xsetLon​(LongitudeType lon)
      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 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