Class WptTypeImpl

java.lang.Object
org.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
com.topografix.gpx.x1.x1.impl.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:
  • 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 com.topografix.gpx.x1.x1.WptType

    Factory, type

    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

    Modifier and Type
    Method
    Description
    Appends and returns a new empty "extensions" element
    Appends and returns a new empty value (as xml) as the last "link" element
    Gets the "ageofdgpsdata" element
    Gets the "cmt" element
    Gets the "desc" element
    int
    Gets the "dgpsid" element
    Gets the "ele" element
    Gets the "extensions" element
    Gets the "fix" element
    Gets the "geoidheight" element
    Gets the "hdop" element
    Gets the "lat" attribute
    Gets array of all "link" elements
    getLinkArray(int i)
    Gets ith "link" element
    Gets a List of "link" elements
    Gets the "lon" attribute
    Gets the "magvar" element
    Gets the "name" element
    Gets the "pdop" element
    Gets the "sat" element
    Gets the "src" element
    Gets the "sym" element
    Gets the "time" element
    Gets the "type" element
    Gets the "vdop" element
    Inserts and returns a new empty value (as xml) as the ith "link" element
    boolean
    True if has "ageofdgpsdata" element
    boolean
    True if has "cmt" element
    boolean
    True if has "desc" element
    boolean
    True if has "dgpsid" element
    boolean
    True if has "ele" element
    boolean
    True if has "extensions" element
    boolean
    True if has "fix" element
    boolean
    True if has "geoidheight" element
    boolean
    True if has "hdop" element
    boolean
    True if has "magvar" element
    boolean
    True if has "name" element
    boolean
    True if has "pdop" element
    boolean
    True if has "sat" element
    boolean
    True if has "src" element
    boolean
    True if has "sym" element
    boolean
    True if has "time" element
    boolean
    True if has "type" element
    boolean
    True if has "vdop" element
    void
    removeLink(int i)
    Removes the ith "link" element
    void
    Sets the "ageofdgpsdata" element
    void
    Sets the "cmt" element
    void
    Sets the "desc" element
    void
    setDgpsid(int dgpsid)
    Sets the "dgpsid" element
    void
    Sets the "ele" element
    void
    Sets the "extensions" element
    void
    Sets the "fix" element
    void
    Sets the "geoidheight" element
    void
    Sets the "hdop" element
    void
    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
    Sets the "lon" attribute
    void
    Sets the "magvar" element
    void
    Sets the "name" element
    void
    Sets the "pdop" element
    void
    Sets the "sat" element
    void
    Sets the "src" element
    void
    Sets the "sym" element
    void
    Sets the "time" element
    void
    Sets the "type" element
    void
    Sets the "vdop" element
    int
    Returns number of "link" element
    void
    Unsets the "ageofdgpsdata" element
    void
    Unsets the "cmt" element
    void
    Unsets the "desc" element
    void
    Unsets the "dgpsid" element
    void
    Unsets the "ele" element
    void
    Unsets the "extensions" element
    void
    Unsets the "fix" element
    void
    Unsets the "geoidheight" element
    void
    Unsets the "hdop" element
    void
    Unsets the "magvar" element
    void
    Unsets the "name" element
    void
    Unsets the "pdop" element
    void
    Unsets the "sat" element
    void
    Unsets the "src" element
    void
    Unsets the "sym" element
    void
    Unsets the "time" element
    void
    Unsets the "type" element
    void
    Unsets the "vdop" element
    org.apache.xmlbeans.XmlDecimal
    Gets (as xml) the "ageofdgpsdata" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "cmt" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "desc" element
    Gets (as xml) the "dgpsid" element
    org.apache.xmlbeans.XmlDecimal
    Gets (as xml) the "ele" element
    Gets (as xml) the "fix" element
    org.apache.xmlbeans.XmlDecimal
    Gets (as xml) the "geoidheight" element
    org.apache.xmlbeans.XmlDecimal
    Gets (as xml) the "hdop" element
    Gets (as xml) the "lat" attribute
    Gets (as xml) the "lon" attribute
    Gets (as xml) the "magvar" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "name" element
    org.apache.xmlbeans.XmlDecimal
    Gets (as xml) the "pdop" element
    org.apache.xmlbeans.XmlNonNegativeInteger
    Gets (as xml) the "sat" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "src" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "sym" element
    org.apache.xmlbeans.XmlDateTime
    Gets (as xml) the "time" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "type" element
    org.apache.xmlbeans.XmlDecimal
    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
    Sets (as xml) the "dgpsid" element
    void
    xsetEle(org.apache.xmlbeans.XmlDecimal ele)
    Sets (as xml) the "ele" element
    void
    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
    Sets (as xml) the "lat" attribute
    void
    Sets (as xml) the "lon" attribute
    void
    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 class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    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 Details

    • WptTypeImpl

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

    • getEle

      public BigDecimal getEle()
      Gets the "ele" element
      Specified by:
      getEle in interface WptType
    • 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
    • getTime

      public Calendar getTime()
      Gets the "time" element
      Specified by:
      getTime 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
    • getMagvar

      public BigDecimal getMagvar()
      Gets the "magvar" element
      Specified by:
      getMagvar in interface WptType
    • xgetMagvar

      public DegreesType xgetMagvar()
      Gets (as xml) the "magvar" element
      Specified by:
      xgetMagvar 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
    • getGeoidheight

      public BigDecimal getGeoidheight()
      Gets the "geoidheight" element
      Specified by:
      getGeoidheight 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
    • getLinkList

      public List<LinkType> getLinkList()
      Gets a List of "link" elements
      Specified by:
      getLinkList in interface WptType
    • getLinkArray

      public LinkType[] getLinkArray()
      Gets array of all "link" elements
      Specified by:
      getLinkArray in interface WptType
    • getLinkArray

      public LinkType getLinkArray(int i)
      Gets ith "link" element
      Specified by:
      getLinkArray 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
    • getFix

      public FixType.Enum getFix()
      Gets the "fix" element
      Specified by:
      getFix 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
    • setFix

      public void setFix(FixType.Enum fix)
      Sets the "fix" element
      Specified by:
      setFix 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
    • getSat

      public BigInteger getSat()
      Gets the "sat" element
      Specified by:
      getSat 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
    • getHdop

      public BigDecimal getHdop()
      Gets the "hdop" element
      Specified by:
      getHdop 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
    • getVdop

      public BigDecimal getVdop()
      Gets the "vdop" element
      Specified by:
      getVdop 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
    • getPdop

      public BigDecimal getPdop()
      Gets the "pdop" element
      Specified by:
      getPdop 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
    • getAgeofdgpsdata

      public BigDecimal getAgeofdgpsdata()
      Gets the "ageofdgpsdata" element
      Specified by:
      getAgeofdgpsdata 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
    • xgetDgpsid

      public DgpsStationType xgetDgpsid()
      Gets (as xml) the "dgpsid" element
      Specified by:
      xgetDgpsid 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
    • xsetDgpsid

      public void xsetDgpsid(DgpsStationType dgpsid)
      Sets (as xml) the "dgpsid" element
      Specified by:
      xsetDgpsid in interface WptType
    • unsetDgpsid

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

      public ExtensionsType getExtensions()
      Gets the "extensions" element
      Specified by:
      getExtensions in interface WptType
    • isSetExtensions

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

      public void setExtensions(ExtensionsType extensions)
      Sets the "extensions" element
      Specified by:
      setExtensions in interface WptType
    • addNewExtensions

      public ExtensionsType addNewExtensions()
      Appends and returns a new empty "extensions" element
      Specified by:
      addNewExtensions in interface WptType
    • unsetExtensions

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

      public BigDecimal getLat()
      Gets the "lat" attribute
      Specified by:
      getLat in interface WptType
    • xgetLat

      public LatitudeType xgetLat()
      Gets (as xml) the "lat" attribute
      Specified by:
      xgetLat 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
    • getLon

      public BigDecimal getLon()
      Gets the "lon" attribute
      Specified by:
      getLon in interface WptType
    • xgetLon

      public LongitudeType xgetLon()
      Gets (as xml) the "lon" attribute
      Specified by:
      xgetLon in interface WptType
    • setLon

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

      public void xsetLon(LongitudeType lon)
      Sets (as xml) the "lon" attribute
      Specified by:
      xsetLon in interface WptType