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.
    • Method Detail

      • 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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.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

        java.lang.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​(java.lang.String fileName)
        Sets the "fileName" attribute
      • xsetFileName

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

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

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

        boolean isSetRole()
        True if has "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