Class WptTypeImpl

  • All Implemented Interfaces:
    WptType, Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

    public class WptTypeImpl
    extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
    implements WptType
    An XML wptType(@http://www.topografix.com/GPX/1/1). This is a complex type.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase

        _voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, Factory, GREATER_THAN, LESS_THAN, NOT_EQUAL, type
    • Constructor Summary

      Constructors 
      Constructor Description
      WptTypeImpl​(org.apache.xmlbeans.SchemaType sType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ExtensionsType addNewExtensions()
      Appends and returns a new empty "extensions" element
      LinkType addNewLink()
      Appends and returns a new empty value (as xml) as the last "link" element
      BigDecimal getAgeofdgpsdata()
      Gets the "ageofdgpsdata" element
      String getCmt()
      Gets the "cmt" element
      String getDesc()
      Gets the "desc" element
      int getDgpsid()
      Gets the "dgpsid" element
      BigDecimal getEle()
      Gets the "ele" element
      ExtensionsType getExtensions()
      Gets the "extensions" element
      FixType.Enum getFix()
      Gets the "fix" element
      BigDecimal getGeoidheight()
      Gets the "geoidheight" element
      BigDecimal getHdop()
      Gets the "hdop" element
      BigDecimal getLat()
      Gets the "lat" attribute
      LinkType[] getLinkArray()
      Gets array of all "link" elements
      LinkType getLinkArray​(int i)
      Gets ith "link" element
      List<LinkType> getLinkList()
      Gets a List of "link" elements
      BigDecimal getLon()
      Gets the "lon" attribute
      BigDecimal getMagvar()
      Gets the "magvar" element
      String getName()
      Gets the "name" element
      BigDecimal getPdop()
      Gets the "pdop" element
      BigInteger getSat()
      Gets the "sat" element
      String getSrc()
      Gets the "src" element
      String getSym()
      Gets the "sym" element
      Calendar getTime()
      Gets the "time" element
      String getType()
      Gets the "type" element
      BigDecimal getVdop()
      Gets the "vdop" element
      LinkType insertNewLink​(int i)
      Inserts and returns a new empty value (as xml) as the ith "link" element
      boolean isSetAgeofdgpsdata()
      True if has "ageofdgpsdata" element
      boolean isSetCmt()
      True if has "cmt" element
      boolean isSetDesc()
      True if has "desc" element
      boolean isSetDgpsid()
      True if has "dgpsid" element
      boolean isSetEle()
      True if has "ele" element
      boolean isSetExtensions()
      True if has "extensions" element
      boolean isSetFix()
      True if has "fix" element
      boolean isSetGeoidheight()
      True if has "geoidheight" element
      boolean isSetHdop()
      True if has "hdop" element
      boolean isSetMagvar()
      True if has "magvar" element
      boolean isSetName()
      True if has "name" element
      boolean isSetPdop()
      True if has "pdop" element
      boolean isSetSat()
      True if has "sat" element
      boolean isSetSrc()
      True if has "src" element
      boolean isSetSym()
      True if has "sym" element
      boolean isSetTime()
      True if has "time" element
      boolean isSetType()
      True if has "type" element
      boolean isSetVdop()
      True if has "vdop" element
      void removeLink​(int i)
      Removes the ith "link" element
      void setAgeofdgpsdata​(BigDecimal ageofdgpsdata)
      Sets the "ageofdgpsdata" element
      void setCmt​(String cmt)
      Sets the "cmt" element
      void setDesc​(String desc)
      Sets the "desc" element
      void setDgpsid​(int dgpsid)
      Sets the "dgpsid" element
      void setEle​(BigDecimal ele)
      Sets the "ele" element
      void setExtensions​(ExtensionsType extensions)
      Sets the "extensions" element
      void setFix​(FixType.Enum fix)
      Sets the "fix" element
      void setGeoidheight​(BigDecimal geoidheight)
      Sets the "geoidheight" element
      void setHdop​(BigDecimal hdop)
      Sets the "hdop" element
      void setLat​(BigDecimal lat)
      Sets the "lat" attribute
      void setLinkArray​(int i, LinkType link)
      Sets ith "link" element
      void setLinkArray​(LinkType[] linkArray)
      Sets array of all "link" element WARNING: This method is not atomicaly synchronized.
      void setLon​(BigDecimal lon)
      Sets the "lon" attribute
      void setMagvar​(BigDecimal magvar)
      Sets the "magvar" element
      void setName​(String name)
      Sets the "name" element
      void setPdop​(BigDecimal pdop)
      Sets the "pdop" element
      void setSat​(BigInteger sat)
      Sets the "sat" element
      void setSrc​(String src)
      Sets the "src" element
      void setSym​(String sym)
      Sets the "sym" element
      void setTime​(Calendar time)
      Sets the "time" element
      void setType​(String type)
      Sets the "type" element
      void setVdop​(BigDecimal vdop)
      Sets the "vdop" element
      int sizeOfLinkArray()
      Returns number of "link" element
      void unsetAgeofdgpsdata()
      Unsets the "ageofdgpsdata" element
      void unsetCmt()
      Unsets the "cmt" element
      void unsetDesc()
      Unsets the "desc" element
      void unsetDgpsid()
      Unsets the "dgpsid" element
      void unsetEle()
      Unsets the "ele" element
      void unsetExtensions()
      Unsets the "extensions" element
      void unsetFix()
      Unsets the "fix" element
      void unsetGeoidheight()
      Unsets the "geoidheight" element
      void unsetHdop()
      Unsets the "hdop" element
      void unsetMagvar()
      Unsets the "magvar" element
      void unsetName()
      Unsets the "name" element
      void unsetPdop()
      Unsets the "pdop" element
      void unsetSat()
      Unsets the "sat" element
      void unsetSrc()
      Unsets the "src" element
      void unsetSym()
      Unsets the "sym" element
      void unsetTime()
      Unsets the "time" element
      void unsetType()
      Unsets the "type" element
      void unsetVdop()
      Unsets the "vdop" element
      org.apache.xmlbeans.XmlDecimal xgetAgeofdgpsdata()
      Gets (as xml) the "ageofdgpsdata" element
      org.apache.xmlbeans.XmlString xgetCmt()
      Gets (as xml) the "cmt" element
      org.apache.xmlbeans.XmlString xgetDesc()
      Gets (as xml) the "desc" element
      DgpsStationType xgetDgpsid()
      Gets (as xml) the "dgpsid" element
      org.apache.xmlbeans.XmlDecimal xgetEle()
      Gets (as xml) the "ele" element
      FixType xgetFix()
      Gets (as xml) the "fix" element
      org.apache.xmlbeans.XmlDecimal xgetGeoidheight()
      Gets (as xml) the "geoidheight" element
      org.apache.xmlbeans.XmlDecimal xgetHdop()
      Gets (as xml) the "hdop" element
      LatitudeType xgetLat()
      Gets (as xml) the "lat" attribute
      LongitudeType xgetLon()
      Gets (as xml) the "lon" attribute
      DegreesType xgetMagvar()
      Gets (as xml) the "magvar" element
      org.apache.xmlbeans.XmlString xgetName()
      Gets (as xml) the "name" element
      org.apache.xmlbeans.XmlDecimal xgetPdop()
      Gets (as xml) the "pdop" element
      org.apache.xmlbeans.XmlNonNegativeInteger xgetSat()
      Gets (as xml) the "sat" element
      org.apache.xmlbeans.XmlString xgetSrc()
      Gets (as xml) the "src" element
      org.apache.xmlbeans.XmlString xgetSym()
      Gets (as xml) the "sym" element
      org.apache.xmlbeans.XmlDateTime xgetTime()
      Gets (as xml) the "time" element
      org.apache.xmlbeans.XmlString xgetType()
      Gets (as xml) the "type" element
      org.apache.xmlbeans.XmlDecimal xgetVdop()
      Gets (as xml) the "vdop" element
      void xsetAgeofdgpsdata​(org.apache.xmlbeans.XmlDecimal ageofdgpsdata)
      Sets (as xml) the "ageofdgpsdata" element
      void xsetCmt​(org.apache.xmlbeans.XmlString cmt)
      Sets (as xml) the "cmt" element
      void xsetDesc​(org.apache.xmlbeans.XmlString desc)
      Sets (as xml) the "desc" element
      void xsetDgpsid​(DgpsStationType dgpsid)
      Sets (as xml) the "dgpsid" element
      void xsetEle​(org.apache.xmlbeans.XmlDecimal ele)
      Sets (as xml) the "ele" element
      void xsetFix​(FixType fix)
      Sets (as xml) the "fix" element
      void xsetGeoidheight​(org.apache.xmlbeans.XmlDecimal geoidheight)
      Sets (as xml) the "geoidheight" element
      void xsetHdop​(org.apache.xmlbeans.XmlDecimal hdop)
      Sets (as xml) the "hdop" element
      void xsetLat​(LatitudeType lat)
      Sets (as xml) the "lat" attribute
      void xsetLon​(LongitudeType lon)
      Sets (as xml) the "lon" attribute
      void xsetMagvar​(DegreesType magvar)
      Sets (as xml) the "magvar" element
      void xsetName​(org.apache.xmlbeans.XmlString name)
      Sets (as xml) the "name" element
      void xsetPdop​(org.apache.xmlbeans.XmlDecimal pdop)
      Sets (as xml) the "pdop" element
      void xsetSat​(org.apache.xmlbeans.XmlNonNegativeInteger sat)
      Sets (as xml) the "sat" element
      void xsetSrc​(org.apache.xmlbeans.XmlString src)
      Sets (as xml) the "src" element
      void xsetSym​(org.apache.xmlbeans.XmlString sym)
      Sets (as xml) the "sym" element
      void xsetTime​(org.apache.xmlbeans.XmlDateTime time)
      Sets (as xml) the "time" element
      void xsetType​(org.apache.xmlbeans.XmlString type)
      Sets (as xml) the "type" element
      void xsetVdop​(org.apache.xmlbeans.XmlDecimal vdop)
      Sets (as xml) the "vdop" element
      • Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl

        arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
      • Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase

        _copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, build_nil, build_text, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, disconnect_store, documentProperties, dump, elementFlags, equals, execQuery, execQuery, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanArray, getBooleanArray, getBooleanValue, getByteArray, getByteArray, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleArray, getDoubleArray, getDoubleValue, getEnumArray, getEnumArray, getEnumValue, getFloatArray, getFloatArray, getFloatValue, getGDateValue, getGDurationValue, getIntArray, getIntArray, getIntValue, getListValue, getLongArray, getLongArray, getLongValue, getObjectArray, getObjectArray, getObjectValue, getQNameValue, getShortArray, getShortArray, getShortValue, getStringValue, getXmlLocale, getXmlObjectArray, getXmlObjectArray, has_store, hashCode, init_flags, initComplexType, instanceType, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetArray, xgetArray, xgetListValue, xmlText, xmlText
      • 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
    • Constructor Detail

      • WptTypeImpl

        public WptTypeImpl​(org.apache.xmlbeans.SchemaType sType)
    • Method Detail

      • xgetEle

        public org.apache.xmlbeans.XmlDecimal xgetEle()
        Gets (as xml) the "ele" element
        Specified by:
        xgetEle in interface WptType
      • isSetEle

        public boolean isSetEle()
        True if has "ele" element
        Specified by:
        isSetEle in interface WptType
      • setEle

        public void setEle​(BigDecimal ele)
        Sets the "ele" element
        Specified by:
        setEle in interface WptType
      • xsetEle

        public void xsetEle​(org.apache.xmlbeans.XmlDecimal ele)
        Sets (as xml) the "ele" element
        Specified by:
        xsetEle in interface WptType
      • unsetEle

        public void unsetEle()
        Unsets the "ele" element
        Specified by:
        unsetEle in interface WptType
      • xgetTime

        public org.apache.xmlbeans.XmlDateTime xgetTime()
        Gets (as xml) the "time" element
        Specified by:
        xgetTime in interface WptType
      • isSetTime

        public boolean isSetTime()
        True if has "time" element
        Specified by:
        isSetTime in interface WptType
      • setTime

        public void setTime​(Calendar time)
        Sets the "time" element
        Specified by:
        setTime in interface WptType
      • xsetTime

        public void xsetTime​(org.apache.xmlbeans.XmlDateTime time)
        Sets (as xml) the "time" element
        Specified by:
        xsetTime in interface WptType
      • unsetTime

        public void unsetTime()
        Unsets the "time" element
        Specified by:
        unsetTime in interface WptType
      • isSetMagvar

        public boolean isSetMagvar()
        True if has "magvar" element
        Specified by:
        isSetMagvar in interface WptType
      • setMagvar

        public void setMagvar​(BigDecimal magvar)
        Sets the "magvar" element
        Specified by:
        setMagvar in interface WptType
      • xsetMagvar

        public void xsetMagvar​(DegreesType magvar)
        Sets (as xml) the "magvar" element
        Specified by:
        xsetMagvar in interface WptType
      • unsetMagvar

        public void unsetMagvar()
        Unsets the "magvar" element
        Specified by:
        unsetMagvar in interface WptType
      • xgetGeoidheight

        public org.apache.xmlbeans.XmlDecimal xgetGeoidheight()
        Gets (as xml) the "geoidheight" element
        Specified by:
        xgetGeoidheight in interface WptType
      • isSetGeoidheight

        public boolean isSetGeoidheight()
        True if has "geoidheight" element
        Specified by:
        isSetGeoidheight in interface WptType
      • setGeoidheight

        public void setGeoidheight​(BigDecimal geoidheight)
        Sets the "geoidheight" element
        Specified by:
        setGeoidheight in interface WptType
      • xsetGeoidheight

        public void xsetGeoidheight​(org.apache.xmlbeans.XmlDecimal geoidheight)
        Sets (as xml) the "geoidheight" element
        Specified by:
        xsetGeoidheight in interface WptType
      • unsetGeoidheight

        public void unsetGeoidheight()
        Unsets the "geoidheight" element
        Specified by:
        unsetGeoidheight in interface WptType
      • getName

        public String getName()
        Gets the "name" element
        Specified by:
        getName in interface WptType
      • xgetName

        public org.apache.xmlbeans.XmlString xgetName()
        Gets (as xml) the "name" element
        Specified by:
        xgetName in interface WptType
      • isSetName

        public boolean isSetName()
        True if has "name" element
        Specified by:
        isSetName in interface WptType
      • setName

        public void setName​(String name)
        Sets the "name" element
        Specified by:
        setName in interface WptType
      • xsetName

        public void xsetName​(org.apache.xmlbeans.XmlString name)
        Sets (as xml) the "name" element
        Specified by:
        xsetName in interface WptType
      • unsetName

        public void unsetName()
        Unsets the "name" element
        Specified by:
        unsetName in interface WptType
      • getCmt

        public String getCmt()
        Gets the "cmt" element
        Specified by:
        getCmt in interface WptType
      • xgetCmt

        public org.apache.xmlbeans.XmlString xgetCmt()
        Gets (as xml) the "cmt" element
        Specified by:
        xgetCmt in interface WptType
      • isSetCmt

        public boolean isSetCmt()
        True if has "cmt" element
        Specified by:
        isSetCmt in interface WptType
      • setCmt

        public void setCmt​(String cmt)
        Sets the "cmt" element
        Specified by:
        setCmt in interface WptType
      • xsetCmt

        public void xsetCmt​(org.apache.xmlbeans.XmlString cmt)
        Sets (as xml) the "cmt" element
        Specified by:
        xsetCmt in interface WptType
      • unsetCmt

        public void unsetCmt()
        Unsets the "cmt" element
        Specified by:
        unsetCmt in interface WptType
      • getDesc

        public String getDesc()
        Gets the "desc" element
        Specified by:
        getDesc in interface WptType
      • xgetDesc

        public org.apache.xmlbeans.XmlString xgetDesc()
        Gets (as xml) the "desc" element
        Specified by:
        xgetDesc in interface WptType
      • isSetDesc

        public boolean isSetDesc()
        True if has "desc" element
        Specified by:
        isSetDesc in interface WptType
      • setDesc

        public void setDesc​(String desc)
        Sets the "desc" element
        Specified by:
        setDesc in interface WptType
      • xsetDesc

        public void xsetDesc​(org.apache.xmlbeans.XmlString desc)
        Sets (as xml) the "desc" element
        Specified by:
        xsetDesc in interface WptType
      • unsetDesc

        public void unsetDesc()
        Unsets the "desc" element
        Specified by:
        unsetDesc in interface WptType
      • getSrc

        public String getSrc()
        Gets the "src" element
        Specified by:
        getSrc in interface WptType
      • xgetSrc

        public org.apache.xmlbeans.XmlString xgetSrc()
        Gets (as xml) the "src" element
        Specified by:
        xgetSrc in interface WptType
      • isSetSrc

        public boolean isSetSrc()
        True if has "src" element
        Specified by:
        isSetSrc in interface WptType
      • setSrc

        public void setSrc​(String src)
        Sets the "src" element
        Specified by:
        setSrc in interface WptType
      • xsetSrc

        public void xsetSrc​(org.apache.xmlbeans.XmlString src)
        Sets (as xml) the "src" element
        Specified by:
        xsetSrc in interface WptType
      • unsetSrc

        public void unsetSrc()
        Unsets the "src" element
        Specified by:
        unsetSrc in interface WptType
      • sizeOfLinkArray

        public int sizeOfLinkArray()
        Returns number of "link" element
        Specified by:
        sizeOfLinkArray in interface WptType
      • setLinkArray

        public void setLinkArray​(LinkType[] linkArray)
        Sets array of all "link" element WARNING: This method is not atomicaly synchronized.
        Specified by:
        setLinkArray in interface WptType
      • setLinkArray

        public void setLinkArray​(int i,
                                 LinkType link)
        Sets ith "link" element
        Specified by:
        setLinkArray in interface WptType
      • insertNewLink

        public LinkType insertNewLink​(int i)
        Inserts and returns a new empty value (as xml) as the ith "link" element
        Specified by:
        insertNewLink in interface WptType
      • addNewLink

        public LinkType addNewLink()
        Appends and returns a new empty value (as xml) as the last "link" element
        Specified by:
        addNewLink in interface WptType
      • removeLink

        public void removeLink​(int i)
        Removes the ith "link" element
        Specified by:
        removeLink in interface WptType
      • getSym

        public String getSym()
        Gets the "sym" element
        Specified by:
        getSym in interface WptType
      • xgetSym

        public org.apache.xmlbeans.XmlString xgetSym()
        Gets (as xml) the "sym" element
        Specified by:
        xgetSym in interface WptType
      • isSetSym

        public boolean isSetSym()
        True if has "sym" element
        Specified by:
        isSetSym in interface WptType
      • setSym

        public void setSym​(String sym)
        Sets the "sym" element
        Specified by:
        setSym in interface WptType
      • xsetSym

        public void xsetSym​(org.apache.xmlbeans.XmlString sym)
        Sets (as xml) the "sym" element
        Specified by:
        xsetSym in interface WptType
      • unsetSym

        public void unsetSym()
        Unsets the "sym" element
        Specified by:
        unsetSym in interface WptType
      • getType

        public String getType()
        Gets the "type" element
        Specified by:
        getType in interface WptType
      • xgetType

        public org.apache.xmlbeans.XmlString xgetType()
        Gets (as xml) the "type" element
        Specified by:
        xgetType in interface WptType
      • isSetType

        public boolean isSetType()
        True if has "type" element
        Specified by:
        isSetType in interface WptType
      • setType

        public void setType​(String type)
        Sets the "type" element
        Specified by:
        setType in interface WptType
      • xsetType

        public void xsetType​(org.apache.xmlbeans.XmlString type)
        Sets (as xml) the "type" element
        Specified by:
        xsetType in interface WptType
      • unsetType

        public void unsetType()
        Unsets the "type" element
        Specified by:
        unsetType in interface WptType
      • xgetFix

        public FixType xgetFix()
        Gets (as xml) the "fix" element
        Specified by:
        xgetFix in interface WptType
      • isSetFix

        public boolean isSetFix()
        True if has "fix" element
        Specified by:
        isSetFix in interface WptType
      • xsetFix

        public void xsetFix​(FixType fix)
        Sets (as xml) the "fix" element
        Specified by:
        xsetFix in interface WptType
      • unsetFix

        public void unsetFix()
        Unsets the "fix" element
        Specified by:
        unsetFix in interface WptType
      • xgetSat

        public org.apache.xmlbeans.XmlNonNegativeInteger xgetSat()
        Gets (as xml) the "sat" element
        Specified by:
        xgetSat in interface WptType
      • isSetSat

        public boolean isSetSat()
        True if has "sat" element
        Specified by:
        isSetSat in interface WptType
      • setSat

        public void setSat​(BigInteger sat)
        Sets the "sat" element
        Specified by:
        setSat in interface WptType
      • xsetSat

        public void xsetSat​(org.apache.xmlbeans.XmlNonNegativeInteger sat)
        Sets (as xml) the "sat" element
        Specified by:
        xsetSat in interface WptType
      • unsetSat

        public void unsetSat()
        Unsets the "sat" element
        Specified by:
        unsetSat in interface WptType
      • xgetHdop

        public org.apache.xmlbeans.XmlDecimal xgetHdop()
        Gets (as xml) the "hdop" element
        Specified by:
        xgetHdop in interface WptType
      • isSetHdop

        public boolean isSetHdop()
        True if has "hdop" element
        Specified by:
        isSetHdop in interface WptType
      • setHdop

        public void setHdop​(BigDecimal hdop)
        Sets the "hdop" element
        Specified by:
        setHdop in interface WptType
      • xsetHdop

        public void xsetHdop​(org.apache.xmlbeans.XmlDecimal hdop)
        Sets (as xml) the "hdop" element
        Specified by:
        xsetHdop in interface WptType
      • unsetHdop

        public void unsetHdop()
        Unsets the "hdop" element
        Specified by:
        unsetHdop in interface WptType
      • xgetVdop

        public org.apache.xmlbeans.XmlDecimal xgetVdop()
        Gets (as xml) the "vdop" element
        Specified by:
        xgetVdop in interface WptType
      • isSetVdop

        public boolean isSetVdop()
        True if has "vdop" element
        Specified by:
        isSetVdop in interface WptType
      • setVdop

        public void setVdop​(BigDecimal vdop)
        Sets the "vdop" element
        Specified by:
        setVdop in interface WptType
      • xsetVdop

        public void xsetVdop​(org.apache.xmlbeans.XmlDecimal vdop)
        Sets (as xml) the "vdop" element
        Specified by:
        xsetVdop in interface WptType
      • unsetVdop

        public void unsetVdop()
        Unsets the "vdop" element
        Specified by:
        unsetVdop in interface WptType
      • xgetPdop

        public org.apache.xmlbeans.XmlDecimal xgetPdop()
        Gets (as xml) the "pdop" element
        Specified by:
        xgetPdop in interface WptType
      • isSetPdop

        public boolean isSetPdop()
        True if has "pdop" element
        Specified by:
        isSetPdop in interface WptType
      • setPdop

        public void setPdop​(BigDecimal pdop)
        Sets the "pdop" element
        Specified by:
        setPdop in interface WptType
      • xsetPdop

        public void xsetPdop​(org.apache.xmlbeans.XmlDecimal pdop)
        Sets (as xml) the "pdop" element
        Specified by:
        xsetPdop in interface WptType
      • unsetPdop

        public void unsetPdop()
        Unsets the "pdop" element
        Specified by:
        unsetPdop in interface WptType
      • xgetAgeofdgpsdata

        public org.apache.xmlbeans.XmlDecimal xgetAgeofdgpsdata()
        Gets (as xml) the "ageofdgpsdata" element
        Specified by:
        xgetAgeofdgpsdata in interface WptType
      • isSetAgeofdgpsdata

        public boolean isSetAgeofdgpsdata()
        True if has "ageofdgpsdata" element
        Specified by:
        isSetAgeofdgpsdata in interface WptType
      • setAgeofdgpsdata

        public void setAgeofdgpsdata​(BigDecimal ageofdgpsdata)
        Sets the "ageofdgpsdata" element
        Specified by:
        setAgeofdgpsdata in interface WptType
      • xsetAgeofdgpsdata

        public void xsetAgeofdgpsdata​(org.apache.xmlbeans.XmlDecimal ageofdgpsdata)
        Sets (as xml) the "ageofdgpsdata" element
        Specified by:
        xsetAgeofdgpsdata in interface WptType
      • unsetAgeofdgpsdata

        public void unsetAgeofdgpsdata()
        Unsets the "ageofdgpsdata" element
        Specified by:
        unsetAgeofdgpsdata in interface WptType
      • getDgpsid

        public int getDgpsid()
        Gets the "dgpsid" element
        Specified by:
        getDgpsid in interface WptType
      • isSetDgpsid

        public boolean isSetDgpsid()
        True if has "dgpsid" element
        Specified by:
        isSetDgpsid in interface WptType
      • setDgpsid

        public void setDgpsid​(int dgpsid)
        Sets the "dgpsid" element
        Specified by:
        setDgpsid in interface WptType
      • unsetDgpsid

        public void unsetDgpsid()
        Unsets the "dgpsid" element
        Specified by:
        unsetDgpsid in interface WptType
      • isSetExtensions

        public boolean isSetExtensions()
        True if has "extensions" element
        Specified by:
        isSetExtensions in interface WptType
      • unsetExtensions

        public void unsetExtensions()
        Unsets the "extensions" element
        Specified by:
        unsetExtensions in interface WptType
      • setLat

        public void setLat​(BigDecimal lat)
        Sets the "lat" attribute
        Specified by:
        setLat in interface WptType
      • xsetLat

        public void xsetLat​(LatitudeType lat)
        Sets (as xml) the "lat" attribute
        Specified by:
        xsetLat in interface WptType
      • setLon

        public void setLon​(BigDecimal lon)
        Sets the "lon" attribute
        Specified by:
        setLon in interface WptType