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 org.apache.xmlbeans.impl.schema.DocumentFactory<RteType> 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
      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
      WptType addNewRtept()
      Appends and returns a new empty value (as xml) as the last "rtept" element
      String getCmt()
      Gets the "cmt" element
      String getDesc()
      Gets the "desc" element
      ExtensionsType getExtensions()
      Gets the "extensions" element
      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
      String getName()
      Gets the "name" element
      BigInteger getNumber()
      Gets the "number" element
      WptType[] getRteptArray()
      Gets array of all "rtept" elements
      WptType getRteptArray​(int i)
      Gets ith "rtept" element
      List<WptType> getRteptList()
      Gets a List of "rtept" elements
      String getSrc()
      Gets the "src" element
      String getType()
      Gets the "type" element
      LinkType insertNewLink​(int i)
      Inserts and returns a new empty value (as xml) as the ith "link" element
      WptType insertNewRtept​(int i)
      Inserts and returns a new empty value (as xml) as the ith "rtept" element
      boolean isSetCmt()
      True if has "cmt" element
      boolean isSetDesc()
      True if has "desc" element
      boolean isSetExtensions()
      True if has "extensions" element
      boolean isSetName()
      True if has "name" element
      boolean isSetNumber()
      True if has "number" element
      boolean isSetSrc()
      True if has "src" element
      boolean isSetType()
      True if has "type" element
      void removeLink​(int i)
      Removes the ith "link" element
      void removeRtept​(int i)
      Removes the ith "rtept" element
      void setCmt​(String cmt)
      Sets the "cmt" element
      void setDesc​(String desc)
      Sets the "desc" element
      void setExtensions​(ExtensionsType extensions)
      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 setName​(String name)
      Sets the "name" element
      void setNumber​(BigInteger number)
      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 setSrc​(String src)
      Sets the "src" element
      void setType​(String type)
      Sets the "type" element
      int sizeOfLinkArray()
      Returns number of "link" element
      int sizeOfRteptArray()
      Returns number of "rtept" element
      void unsetCmt()
      Unsets the "cmt" element
      void unsetDesc()
      Unsets the "desc" element
      void unsetExtensions()
      Unsets the "extensions" element
      void unsetName()
      Unsets the "name" element
      void unsetNumber()
      Unsets the "number" element
      void unsetSrc()
      Unsets the "src" element
      void unsetType()
      Unsets the "type" element
      org.apache.xmlbeans.XmlString xgetCmt()
      Gets (as xml) the "cmt" element
      org.apache.xmlbeans.XmlString xgetDesc()
      Gets (as xml) the "desc" element
      org.apache.xmlbeans.XmlString xgetName()
      Gets (as xml) the "name" element
      org.apache.xmlbeans.XmlNonNegativeInteger xgetNumber()
      Gets (as xml) the "number" element
      org.apache.xmlbeans.XmlString xgetSrc()
      Gets (as xml) the "src" element
      org.apache.xmlbeans.XmlString xgetType()
      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 Detail

      • Factory

        static final org.apache.xmlbeans.impl.schema.DocumentFactory<RteType> Factory
      • type

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

      • 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