Interface CopyrightType

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

    public interface CopyrightType
    extends org.apache.xmlbeans.XmlObject
    An XML copyrightType(@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<CopyrightType> 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 getAuthor()
      Gets the "author" attribute
      String getLicense()
      Gets the "license" element
      Calendar getYear()
      Gets the "year" element
      boolean isSetLicense()
      True if has "license" element
      boolean isSetYear()
      True if has "year" element
      void setAuthor​(String author)
      Sets the "author" attribute
      void setLicense​(String license)
      Sets the "license" element
      void setYear​(Calendar year)
      Sets the "year" element
      void unsetLicense()
      Unsets the "license" element
      void unsetYear()
      Unsets the "year" element
      org.apache.xmlbeans.XmlString xgetAuthor()
      Gets (as xml) the "author" attribute
      org.apache.xmlbeans.XmlAnyURI xgetLicense()
      Gets (as xml) the "license" element
      org.apache.xmlbeans.XmlGYear xgetYear()
      Gets (as xml) the "year" element
      void xsetAuthor​(org.apache.xmlbeans.XmlString author)
      Sets (as xml) the "author" attribute
      void xsetLicense​(org.apache.xmlbeans.XmlAnyURI license)
      Sets (as xml) the "license" element
      void xsetYear​(org.apache.xmlbeans.XmlGYear year)
      Sets (as xml) the "year" 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<CopyrightType> Factory
      • type

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

      • getYear

        Calendar getYear()
        Gets the "year" element
      • xgetYear

        org.apache.xmlbeans.XmlGYear xgetYear()
        Gets (as xml) the "year" element
      • isSetYear

        boolean isSetYear()
        True if has "year" element
      • setYear

        void setYear​(Calendar year)
        Sets the "year" element
      • xsetYear

        void xsetYear​(org.apache.xmlbeans.XmlGYear year)
        Sets (as xml) the "year" element
      • unsetYear

        void unsetYear()
        Unsets the "year" element
      • getLicense

        String getLicense()
        Gets the "license" element
      • xgetLicense

        org.apache.xmlbeans.XmlAnyURI xgetLicense()
        Gets (as xml) the "license" element
      • isSetLicense

        boolean isSetLicense()
        True if has "license" element
      • setLicense

        void setLicense​(String license)
        Sets the "license" element
      • xsetLicense

        void xsetLicense​(org.apache.xmlbeans.XmlAnyURI license)
        Sets (as xml) the "license" element
      • unsetLicense

        void unsetLicense()
        Unsets the "license" element
      • getAuthor

        String getAuthor()
        Gets the "author" attribute
      • xgetAuthor

        org.apache.xmlbeans.XmlString xgetAuthor()
        Gets (as xml) the "author" attribute
      • setAuthor

        void setAuthor​(String author)
        Sets the "author" attribute
      • xsetAuthor

        void xsetAuthor​(org.apache.xmlbeans.XmlString author)
        Sets (as xml) the "author" attribute