Interface RteType

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

public interface RteType extends org.apache.xmlbeans.XmlObject
An XML rteType(@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<RteType>
     
    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
    Appends and returns a new empty "extensions" element
    Appends and returns a new empty value (as xml) as the last "link" element
    Appends and returns a new empty value (as xml) as the last "rtept" element
    Gets the "cmt" element
    Gets the "desc" element
    Gets the "extensions" element
    Gets array of all "link" elements
    getLinkArray(int i)
    Gets ith "link" element
    Gets a List of "link" elements
    Gets the "name" element
    Gets the "number" element
    Gets array of all "rtept" elements
    Gets ith "rtept" element
    Gets a List of "rtept" elements
    Gets the "src" element
    Gets the "type" element
    Inserts and returns a new empty value (as xml) as the ith "link" element
    Inserts and returns a new empty value (as xml) as the ith "rtept" element
    boolean
    True if has "cmt" element
    boolean
    True if has "desc" element
    boolean
    True if has "extensions" element
    boolean
    True if has "name" element
    boolean
    True if has "number" element
    boolean
    True if has "src" element
    boolean
    True if has "type" element
    void
    removeLink(int i)
    Removes the ith "link" element
    void
    removeRtept(int i)
    Removes the ith "rtept" element
    void
    Sets the "cmt" element
    void
    Sets the "desc" element
    void
    Sets the "extensions" element
    void
    setLinkArray(int i, LinkType link)
    Sets ith "link" element
    void
    setLinkArray(LinkType[] linkArray)
    Sets array of all "link" element
    void
    Sets the "name" element
    void
    Sets the "number" element
    void
    setRteptArray(int i, WptType rtept)
    Sets ith "rtept" element
    void
    setRteptArray(WptType[] rteptArray)
    Sets array of all "rtept" element
    void
    Sets the "src" element
    void
    Sets the "type" element
    int
    Returns number of "link" element
    int
    Returns number of "rtept" element
    void
    Unsets the "cmt" element
    void
    Unsets the "desc" element
    void
    Unsets the "extensions" element
    void
    Unsets the "name" element
    void
    Unsets the "number" element
    void
    Unsets the "src" element
    void
    Unsets the "type" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "cmt" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "desc" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "name" element
    org.apache.xmlbeans.XmlNonNegativeInteger
    Gets (as xml) the "number" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "src" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "type" 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
    xsetName(org.apache.xmlbeans.XmlString name)
    Sets (as xml) the "name" element
    void
    xsetNumber(org.apache.xmlbeans.XmlNonNegativeInteger number)
    Sets (as xml) the "number" element
    void
    xsetSrc(org.apache.xmlbeans.XmlString src)
    Sets (as xml) the "src" element
    void
    xsetType(org.apache.xmlbeans.XmlString type)
    Sets (as xml) the "type" 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<RteType> Factory
    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • 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
    • getNumber

      BigInteger getNumber()
      Gets the "number" element
    • xgetNumber

      org.apache.xmlbeans.XmlNonNegativeInteger xgetNumber()
      Gets (as xml) the "number" element
    • isSetNumber

      boolean isSetNumber()
      True if has "number" element
    • setNumber

      void setNumber(BigInteger number)
      Sets the "number" element
    • xsetNumber

      void xsetNumber(org.apache.xmlbeans.XmlNonNegativeInteger number)
      Sets (as xml) the "number" element
    • unsetNumber

      void unsetNumber()
      Unsets the "number" 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
    • 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
    • getRteptList

      List<WptType> getRteptList()
      Gets a List of "rtept" elements
    • getRteptArray

      WptType[] getRteptArray()
      Gets array of all "rtept" elements
    • getRteptArray

      WptType getRteptArray(int i)
      Gets ith "rtept" element
    • sizeOfRteptArray

      int sizeOfRteptArray()
      Returns number of "rtept" element
    • setRteptArray

      void setRteptArray(WptType[] rteptArray)
      Sets array of all "rtept" element
    • setRteptArray

      void setRteptArray(int i, WptType rtept)
      Sets ith "rtept" element
    • insertNewRtept

      WptType insertNewRtept(int i)
      Inserts and returns a new empty value (as xml) as the ith "rtept" element
    • addNewRtept

      WptType addNewRtept()
      Appends and returns a new empty value (as xml) as the last "rtept" element
    • removeRtept

      void removeRtept(int i)
      Removes the ith "rtept" element