Interface LinkType

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

    public interface LinkType
    extends org.apache.xmlbeans.XmlObject
    An XML linkType(@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<LinkType> 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
      String getHref()
      Gets the "href" attribute
      String getText()
      Gets the "text" element
      String getType()
      Gets the "type" element
      boolean isSetText()
      True if has "text" element
      boolean isSetType()
      True if has "type" element
      void setHref​(String href)
      Sets the "href" attribute
      void setText​(String text)
      Sets the "text" element
      void setType​(String type)
      Sets the "type" element
      void unsetText()
      Unsets the "text" element
      void unsetType()
      Unsets the "type" element
      org.apache.xmlbeans.XmlAnyURI xgetHref()
      Gets (as xml) the "href" attribute
      org.apache.xmlbeans.XmlString xgetText()
      Gets (as xml) the "text" element
      org.apache.xmlbeans.XmlString xgetType()
      Gets (as xml) the "type" element
      void xsetHref​(org.apache.xmlbeans.XmlAnyURI href)
      Sets (as xml) the "href" attribute
      void xsetText​(org.apache.xmlbeans.XmlString text)
      Sets (as xml) the "text" 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<LinkType> Factory
      • type

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

      • getText

        String getText()
        Gets the "text" element
      • xgetText

        org.apache.xmlbeans.XmlString xgetText()
        Gets (as xml) the "text" element
      • isSetText

        boolean isSetText()
        True if has "text" element
      • setText

        void setText​(String text)
        Sets the "text" element
      • xsetText

        void xsetText​(org.apache.xmlbeans.XmlString text)
        Sets (as xml) the "text" element
      • unsetText

        void unsetText()
        Unsets the "text" 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
      • getHref

        String getHref()
        Gets the "href" attribute
      • xgetHref

        org.apache.xmlbeans.XmlAnyURI xgetHref()
        Gets (as xml) the "href" attribute
      • setHref

        void setHref​(String href)
        Sets the "href" attribute
      • xsetHref

        void xsetHref​(org.apache.xmlbeans.XmlAnyURI href)
        Sets (as xml) the "href" attribute