Interface FileDesc

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

public interface FileDesc extends XmlObject
An XML file-desc(@http://www.bea.com/2003/05/xmlbean/ltgfmt). This is a complex type.
  • Field Details

  • Method Details

    • getCode

      Code getCode()
      Gets the "code" element
    • isSetCode

      boolean isSetCode()
      True if has "code" element
    • setCode

      void setCode(Code code)
      Sets the "code" element
    • addNewCode

      Code addNewCode()
      Appends and returns a new empty "code" element
    • unsetCode

      void unsetCode()
      Unsets the "code" element
    • getTsDir

      String getTsDir()
      Gets the "tsDir" attribute
    • xgetTsDir

      XmlToken xgetTsDir()
      Gets (as xml) the "tsDir" attribute
    • isSetTsDir

      boolean isSetTsDir()
      True if has "tsDir" attribute
    • setTsDir

      void setTsDir(String tsDir)
      Sets the "tsDir" attribute
    • xsetTsDir

      void xsetTsDir(XmlToken tsDir)
      Sets (as xml) the "tsDir" attribute
    • unsetTsDir

      void unsetTsDir()
      Unsets the "tsDir" attribute
    • getFolder

      String getFolder()
      Gets the "folder" attribute
    • xgetFolder

      XmlToken xgetFolder()
      Gets (as xml) the "folder" attribute
    • isSetFolder

      boolean isSetFolder()
      True if has "folder" attribute
    • setFolder

      void setFolder(String folder)
      Sets the "folder" attribute
    • xsetFolder

      void xsetFolder(XmlToken folder)
      Sets (as xml) the "folder" attribute
    • unsetFolder

      void unsetFolder()
      Unsets the "folder" attribute
    • getFileName

      String getFileName()
      Gets the "fileName" attribute
    • xgetFileName

      XmlToken xgetFileName()
      Gets (as xml) the "fileName" attribute
    • isSetFileName

      boolean isSetFileName()
      True if has "fileName" attribute
    • setFileName

      void setFileName(String fileName)
      Sets the "fileName" attribute
    • xsetFileName

      void xsetFileName(XmlToken fileName)
      Sets (as xml) the "fileName" attribute
    • unsetFileName

      void unsetFileName()
      Unsets the "fileName" attribute
    • getRole

      Gets the "role" attribute
    • xgetRole

      FileDesc.Role xgetRole()
      Gets (as xml) the "role" attribute
    • isSetRole

      boolean isSetRole()
      True if has "role" attribute
    • setRole

      void setRole(FileDesc.Role.Enum role)
      Sets the "role" attribute
    • xsetRole

      void xsetRole(FileDesc.Role role)
      Sets (as xml) the "role" attribute
    • unsetRole

      void unsetRole()
      Unsets the "role" attribute
    • getValidity

      boolean getValidity()
      Gets the "validity" attribute
    • xgetValidity

      XmlBoolean xgetValidity()
      Gets (as xml) the "validity" attribute
    • isSetValidity

      boolean isSetValidity()
      True if has "validity" attribute
    • setValidity

      void setValidity(boolean validity)
      Sets the "validity" attribute
    • xsetValidity

      void xsetValidity(XmlBoolean validity)
      Sets (as xml) the "validity" attribute
    • unsetValidity

      void unsetValidity()
      Unsets the "validity" attribute