Interface WptType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    WptTypeImpl

    public interface WptType
    extends org.apache.xmlbeans.XmlObject
    An XML wptType(@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<WptType> Factory  
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • Factory

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

        BigDecimal getMagvar()
        Gets the "magvar" element
      • xgetMagvar

        DegreesType xgetMagvar()
        Gets (as xml) the "magvar" element
      • isSetMagvar

        boolean isSetMagvar()
        True if has "magvar" element
      • setMagvar

        void setMagvar​(BigDecimal magvar)
        Sets the "magvar" element
      • xsetMagvar

        void xsetMagvar​(DegreesType magvar)
        Sets (as xml) the "magvar" element
      • unsetMagvar

        void unsetMagvar()
        Unsets the "magvar" element
      • getGeoidheight

        BigDecimal getGeoidheight()
        Gets the "geoidheight" element
      • xgetGeoidheight

        org.apache.xmlbeans.XmlDecimal xgetGeoidheight()
        Gets (as xml) the "geoidheight" element
      • isSetGeoidheight

        boolean isSetGeoidheight()
        True if has "geoidheight" element
      • setGeoidheight

        void setGeoidheight​(BigDecimal geoidheight)
        Sets the "geoidheight" element
      • xsetGeoidheight

        void xsetGeoidheight​(org.apache.xmlbeans.XmlDecimal geoidheight)
        Sets (as xml) the "geoidheight" element
      • unsetGeoidheight

        void unsetGeoidheight()
        Unsets the "geoidheight" element
      • getName

        String getName()
        Gets the "name" element
      • xgetName

        org.apache.xmlbeans.XmlString xgetName()
        Gets (as xml) the "name" element
      • isSetName

        boolean isSetName()
        True if has "name" element
      • setName

        void setName​(String name)
        Sets the "name" element
      • xsetName

        void xsetName​(org.apache.xmlbeans.XmlString name)
        Sets (as xml) the "name" element
      • unsetName

        void unsetName()
        Unsets the "name" element
      • getCmt

        String getCmt()
        Gets the "cmt" element
      • xgetCmt

        org.apache.xmlbeans.XmlString xgetCmt()
        Gets (as xml) the "cmt" element
      • isSetCmt

        boolean isSetCmt()
        True if has "cmt" element
      • setCmt

        void setCmt​(String cmt)
        Sets the "cmt" element
      • xsetCmt

        void xsetCmt​(org.apache.xmlbeans.XmlString cmt)
        Sets (as xml) the "cmt" element
      • unsetCmt

        void unsetCmt()
        Unsets the "cmt" element
      • getDesc

        String getDesc()
        Gets the "desc" element
      • xgetDesc

        org.apache.xmlbeans.XmlString xgetDesc()
        Gets (as xml) the "desc" element
      • isSetDesc

        boolean isSetDesc()
        True if has "desc" element
      • setDesc

        void setDesc​(String desc)
        Sets the "desc" element
      • xsetDesc

        void xsetDesc​(org.apache.xmlbeans.XmlString desc)
        Sets (as xml) the "desc" element
      • unsetDesc

        void unsetDesc()
        Unsets the "desc" element
      • getSrc

        String getSrc()
        Gets the "src" element
      • xgetSrc

        org.apache.xmlbeans.XmlString xgetSrc()
        Gets (as xml) the "src" element
      • isSetSrc

        boolean isSetSrc()
        True if has "src" element
      • setSrc

        void setSrc​(String src)
        Sets the "src" element
      • xsetSrc

        void xsetSrc​(org.apache.xmlbeans.XmlString src)
        Sets (as xml) the "src" element
      • unsetSrc

        void unsetSrc()
        Unsets the "src" element
      • getLinkList

        List<LinkType> getLinkList()
        Gets a List of "link" elements
      • getLinkArray

        LinkType[] getLinkArray()
        Gets array of all "link" elements
      • getLinkArray

        LinkType getLinkArray​(int i)
        Gets ith "link" element
      • sizeOfLinkArray

        int sizeOfLinkArray()
        Returns number of "link" element
      • setLinkArray

        void setLinkArray​(LinkType[] linkArray)
        Sets array of all "link" element
      • setLinkArray

        void setLinkArray​(int i,
                          LinkType link)
        Sets ith "link" element
      • insertNewLink

        LinkType insertNewLink​(int i)
        Inserts and returns a new empty value (as xml) as the ith "link" element
      • addNewLink

        LinkType addNewLink()
        Appends and returns a new empty value (as xml) as the last "link" element
      • removeLink

        void removeLink​(int i)
        Removes the ith "link" element
      • getSym

        String getSym()
        Gets the "sym" element
      • xgetSym

        org.apache.xmlbeans.XmlString xgetSym()
        Gets (as xml) the "sym" element
      • isSetSym

        boolean isSetSym()
        True if has "sym" element
      • setSym

        void setSym​(String sym)
        Sets the "sym" element
      • xsetSym

        void xsetSym​(org.apache.xmlbeans.XmlString sym)
        Sets (as xml) the "sym" element
      • unsetSym

        void unsetSym()
        Unsets the "sym" element
      • getType

        String getType()
        Gets the "type" element
      • xgetType

        org.apache.xmlbeans.XmlString xgetType()
        Gets (as xml) the "type" element
      • isSetType

        boolean isSetType()
        True if has "type" element
      • setType

        void setType​(String type)
        Sets the "type" element
      • xsetType

        void xsetType​(org.apache.xmlbeans.XmlString type)
        Sets (as xml) the "type" element
      • unsetType

        void unsetType()
        Unsets the "type" element
      • xgetFix

        FixType xgetFix()
        Gets (as xml) the "fix" element
      • isSetFix

        boolean isSetFix()
        True if has "fix" element
      • setFix

        void setFix​(FixType.Enum fix)
        Sets the "fix" element
      • xsetFix

        void xsetFix​(FixType fix)
        Sets (as xml) the "fix" element
      • unsetFix

        void unsetFix()
        Unsets the "fix" element
      • getSat

        BigInteger getSat()
        Gets the "sat" element
      • xgetSat

        org.apache.xmlbeans.XmlNonNegativeInteger xgetSat()
        Gets (as xml) the "sat" element
      • isSetSat

        boolean isSetSat()
        True if has "sat" element
      • setSat

        void setSat​(BigInteger sat)
        Sets the "sat" element
      • xsetSat

        void xsetSat​(org.apache.xmlbeans.XmlNonNegativeInteger sat)
        Sets (as xml) the "sat" element
      • unsetSat

        void unsetSat()
        Unsets the "sat" element
      • getHdop

        BigDecimal getHdop()
        Gets the "hdop" element
      • xgetHdop

        org.apache.xmlbeans.XmlDecimal xgetHdop()
        Gets (as xml) the "hdop" element
      • isSetHdop

        boolean isSetHdop()
        True if has "hdop" element
      • setHdop

        void setHdop​(BigDecimal hdop)
        Sets the "hdop" element
      • xsetHdop

        void xsetHdop​(org.apache.xmlbeans.XmlDecimal hdop)
        Sets (as xml) the "hdop" element
      • unsetHdop

        void unsetHdop()
        Unsets the "hdop" element
      • getVdop

        BigDecimal getVdop()
        Gets the "vdop" element
      • xgetVdop

        org.apache.xmlbeans.XmlDecimal xgetVdop()
        Gets (as xml) the "vdop" element
      • isSetVdop

        boolean isSetVdop()
        True if has "vdop" element
      • setVdop

        void setVdop​(BigDecimal vdop)
        Sets the "vdop" element
      • xsetVdop

        void xsetVdop​(org.apache.xmlbeans.XmlDecimal vdop)
        Sets (as xml) the "vdop" element
      • unsetVdop

        void unsetVdop()
        Unsets the "vdop" element
      • getPdop

        BigDecimal getPdop()
        Gets the "pdop" element
      • xgetPdop

        org.apache.xmlbeans.XmlDecimal xgetPdop()
        Gets (as xml) the "pdop" element
      • isSetPdop

        boolean isSetPdop()
        True if has "pdop" element
      • setPdop

        void setPdop​(BigDecimal pdop)
        Sets the "pdop" element
      • xsetPdop

        void xsetPdop​(org.apache.xmlbeans.XmlDecimal pdop)
        Sets (as xml) the "pdop" element
      • unsetPdop

        void unsetPdop()
        Unsets the "pdop" element
      • getAgeofdgpsdata

        BigDecimal getAgeofdgpsdata()
        Gets the "ageofdgpsdata" element
      • xgetAgeofdgpsdata

        org.apache.xmlbeans.XmlDecimal xgetAgeofdgpsdata()
        Gets (as xml) the "ageofdgpsdata" element
      • isSetAgeofdgpsdata

        boolean isSetAgeofdgpsdata()
        True if has "ageofdgpsdata" element
      • setAgeofdgpsdata

        void setAgeofdgpsdata​(BigDecimal ageofdgpsdata)
        Sets the "ageofdgpsdata" element
      • xsetAgeofdgpsdata

        void xsetAgeofdgpsdata​(org.apache.xmlbeans.XmlDecimal ageofdgpsdata)
        Sets (as xml) the "ageofdgpsdata" element
      • unsetAgeofdgpsdata

        void unsetAgeofdgpsdata()
        Unsets the "ageofdgpsdata" element
      • getDgpsid

        int getDgpsid()
        Gets the "dgpsid" element
      • xgetDgpsid

        DgpsStationType xgetDgpsid()
        Gets (as xml) the "dgpsid" element
      • isSetDgpsid

        boolean isSetDgpsid()
        True if has "dgpsid" element
      • setDgpsid

        void setDgpsid​(int dgpsid)
        Sets the "dgpsid" element
      • xsetDgpsid

        void xsetDgpsid​(DgpsStationType dgpsid)
        Sets (as xml) the "dgpsid" element
      • unsetDgpsid

        void unsetDgpsid()
        Unsets the "dgpsid" element
      • getExtensions

        ExtensionsType getExtensions()
        Gets the "extensions" element
      • isSetExtensions

        boolean isSetExtensions()
        True if has "extensions" element
      • setExtensions

        void setExtensions​(ExtensionsType extensions)
        Sets the "extensions" element
      • addNewExtensions

        ExtensionsType addNewExtensions()
        Appends and returns a new empty "extensions" element
      • unsetExtensions

        void unsetExtensions()
        Unsets the "extensions" 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