Interface DownloadedSchemaEntry

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
DownloadedSchemaEntryImpl

public interface DownloadedSchemaEntry extends XmlObject
An XML downloaded-schema-entry(@http://www.bea.com/2003/01/xmlbean/xsdownload). This is a complex type.
  • Field Details

  • Method Details

    • getFilename

      String getFilename()
      Gets the "filename" element
    • xgetFilename

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

      void setFilename(String filename)
      Sets the "filename" element
    • xsetFilename

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

      String getSha1()
      Gets the "sha1" element
    • xgetSha1

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

      void setSha1(String sha1)
      Sets the "sha1" element
    • xsetSha1

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

      List<String> getSchemaLocationList()
      Gets a List of "schemaLocation" elements
    • getSchemaLocationArray

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

      String getSchemaLocationArray(int i)
      Gets ith "schemaLocation" element
    • xgetSchemaLocationList

      List<XmlAnyURI> xgetSchemaLocationList()
      Gets (as xml) a List of "schemaLocation" elements
    • 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(String[] schemaLocationArray)
      Sets array of all "schemaLocation" element
    • setSchemaLocationArray

      void setSchemaLocationArray(int i, 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, String schemaLocation)
      Inserts the value as the ith "schemaLocation" element
    • addSchemaLocation

      void addSchemaLocation(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

      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(String namespace)
      Sets the "namespace" element
    • xsetNamespace

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

      void unsetNamespace()
      Unsets the "namespace" element