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 final org.apache.xmlbeans.impl.schema.DocumentFactory<LinkType>
     
    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
    Gets the "href" attribute
    Gets the "text" element
    Gets the "type" element
    boolean
    True if has "text" element
    boolean
    True if has "type" element
    void
    Sets the "href" attribute
    void
    Sets the "text" element
    void
    Sets the "type" element
    void
    Unsets the "text" element
    void
    Unsets the "type" element
    org.apache.xmlbeans.XmlAnyURI
    Gets (as xml) the "href" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "text" element
    org.apache.xmlbeans.XmlString
    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 Details

    • Factory

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

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

    • 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