Interface DownloadedSchemaEntry

    • Method Detail

      • getFilename

        java.lang.String getFilename()
        Gets the "filename" element
      • xgetFilename

        XmlToken xgetFilename()
        Gets (as xml) the "filename" element
      • setFilename

        void setFilename​(java.lang.String filename)
        Sets the "filename" element
      • xsetFilename

        void xsetFilename​(XmlToken filename)
        Sets (as xml) the "filename" element
      • getSha1

        java.lang.String getSha1()
        Gets the "sha1" element
      • xgetSha1

        XmlToken xgetSha1()
        Gets (as xml) the "sha1" element
      • setSha1

        void setSha1​(java.lang.String sha1)
        Sets the "sha1" element
      • xsetSha1

        void xsetSha1​(XmlToken sha1)
        Sets (as xml) the "sha1" element
      • getSchemaLocationArray

        java.lang.String[] getSchemaLocationArray()
        Gets array of all "schemaLocation" elements
      • getSchemaLocationArray

        java.lang.String getSchemaLocationArray​(int i)
        Gets ith "schemaLocation" element
      • xgetSchemaLocationArray

        XmlAnyURI[] xgetSchemaLocationArray()
        Gets (as xml) array of all "schemaLocation" elements
      • xgetSchemaLocationArray

        XmlAnyURI xgetSchemaLocationArray​(int i)
        Gets (as xml) ith "schemaLocation" element
      • sizeOfSchemaLocationArray

        int sizeOfSchemaLocationArray()
        Returns number of "schemaLocation" element
      • setSchemaLocationArray

        void setSchemaLocationArray​(java.lang.String[] schemaLocationArray)
        Sets array of all "schemaLocation" element
      • setSchemaLocationArray

        void setSchemaLocationArray​(int i,
                                    java.lang.String schemaLocation)
        Sets ith "schemaLocation" element
      • xsetSchemaLocationArray

        void xsetSchemaLocationArray​(XmlAnyURI[] schemaLocationArray)
        Sets (as xml) array of all "schemaLocation" element
      • xsetSchemaLocationArray

        void xsetSchemaLocationArray​(int i,
                                     XmlAnyURI schemaLocation)
        Sets (as xml) ith "schemaLocation" element
      • insertSchemaLocation

        void insertSchemaLocation​(int i,
                                  java.lang.String schemaLocation)
        Inserts the value as the ith "schemaLocation" element
      • addSchemaLocation

        void addSchemaLocation​(java.lang.String schemaLocation)
        Appends the value as the last "schemaLocation" element
      • insertNewSchemaLocation

        XmlAnyURI insertNewSchemaLocation​(int i)
        Inserts and returns a new empty value (as xml) as the ith "schemaLocation" element
      • addNewSchemaLocation

        XmlAnyURI addNewSchemaLocation()
        Appends and returns a new empty value (as xml) as the last "schemaLocation" element
      • removeSchemaLocation

        void removeSchemaLocation​(int i)
        Removes the ith "schemaLocation" element
      • getNamespace

        java.lang.String getNamespace()
        Gets the "namespace" element
      • xgetNamespace

        XmlAnyURI xgetNamespace()
        Gets (as xml) the "namespace" element
      • isSetNamespace

        boolean isSetNamespace()
        True if has "namespace" element
      • setNamespace

        void setNamespace​(java.lang.String namespace)
        Sets the "namespace" element
      • xsetNamespace

        void xsetNamespace​(XmlAnyURI namespace)
        Sets (as xml) the "namespace" element
      • unsetNamespace

        void unsetNamespace()
        Unsets the "namespace" element