Class FileDescImpl

All Implemented Interfaces:
Serializable, TypeStoreUser, FileDesc, SimpleValue, XmlObject, XmlTokenSource

public class FileDescImpl extends XmlComplexContentImpl implements FileDesc
An XML file-desc(@http://www.bea.com/2003/05/xmlbean/ltgfmt). This is a complex type.
See Also:
  • Constructor Details

    • FileDescImpl

      public FileDescImpl(SchemaType sType)
  • Method Details

    • getCode

      public Code getCode()
      Gets the "code" element
      Specified by:
      getCode in interface FileDesc
    • isSetCode

      public boolean isSetCode()
      True if has "code" element
      Specified by:
      isSetCode in interface FileDesc
    • setCode

      public void setCode(Code code)
      Sets the "code" element
      Specified by:
      setCode in interface FileDesc
    • addNewCode

      public Code addNewCode()
      Appends and returns a new empty "code" element
      Specified by:
      addNewCode in interface FileDesc
    • unsetCode

      public void unsetCode()
      Unsets the "code" element
      Specified by:
      unsetCode in interface FileDesc
    • getTsDir

      public String getTsDir()
      Gets the "tsDir" attribute
      Specified by:
      getTsDir in interface FileDesc
    • xgetTsDir

      public XmlToken xgetTsDir()
      Gets (as xml) the "tsDir" attribute
      Specified by:
      xgetTsDir in interface FileDesc
    • isSetTsDir

      public boolean isSetTsDir()
      True if has "tsDir" attribute
      Specified by:
      isSetTsDir in interface FileDesc
    • setTsDir

      public void setTsDir(String tsDir)
      Sets the "tsDir" attribute
      Specified by:
      setTsDir in interface FileDesc
    • xsetTsDir

      public void xsetTsDir(XmlToken tsDir)
      Sets (as xml) the "tsDir" attribute
      Specified by:
      xsetTsDir in interface FileDesc
    • unsetTsDir

      public void unsetTsDir()
      Unsets the "tsDir" attribute
      Specified by:
      unsetTsDir in interface FileDesc
    • getFolder

      public String getFolder()
      Gets the "folder" attribute
      Specified by:
      getFolder in interface FileDesc
    • xgetFolder

      public XmlToken xgetFolder()
      Gets (as xml) the "folder" attribute
      Specified by:
      xgetFolder in interface FileDesc
    • isSetFolder

      public boolean isSetFolder()
      True if has "folder" attribute
      Specified by:
      isSetFolder in interface FileDesc
    • setFolder

      public void setFolder(String folder)
      Sets the "folder" attribute
      Specified by:
      setFolder in interface FileDesc
    • xsetFolder

      public void xsetFolder(XmlToken folder)
      Sets (as xml) the "folder" attribute
      Specified by:
      xsetFolder in interface FileDesc
    • unsetFolder

      public void unsetFolder()
      Unsets the "folder" attribute
      Specified by:
      unsetFolder in interface FileDesc
    • getFileName

      public String getFileName()
      Gets the "fileName" attribute
      Specified by:
      getFileName in interface FileDesc
    • xgetFileName

      public XmlToken xgetFileName()
      Gets (as xml) the "fileName" attribute
      Specified by:
      xgetFileName in interface FileDesc
    • isSetFileName

      public boolean isSetFileName()
      True if has "fileName" attribute
      Specified by:
      isSetFileName in interface FileDesc
    • setFileName

      public void setFileName(String fileName)
      Sets the "fileName" attribute
      Specified by:
      setFileName in interface FileDesc
    • xsetFileName

      public void xsetFileName(XmlToken fileName)
      Sets (as xml) the "fileName" attribute
      Specified by:
      xsetFileName in interface FileDesc
    • unsetFileName

      public void unsetFileName()
      Unsets the "fileName" attribute
      Specified by:
      unsetFileName in interface FileDesc
    • getRole

      public FileDesc.Role.Enum getRole()
      Gets the "role" attribute
      Specified by:
      getRole in interface FileDesc
    • xgetRole

      public FileDesc.Role xgetRole()
      Gets (as xml) the "role" attribute
      Specified by:
      xgetRole in interface FileDesc
    • isSetRole

      public boolean isSetRole()
      True if has "role" attribute
      Specified by:
      isSetRole in interface FileDesc
    • setRole

      public void setRole(FileDesc.Role.Enum role)
      Sets the "role" attribute
      Specified by:
      setRole in interface FileDesc
    • xsetRole

      public void xsetRole(FileDesc.Role role)
      Sets (as xml) the "role" attribute
      Specified by:
      xsetRole in interface FileDesc
    • unsetRole

      public void unsetRole()
      Unsets the "role" attribute
      Specified by:
      unsetRole in interface FileDesc
    • getValidity

      public boolean getValidity()
      Gets the "validity" attribute
      Specified by:
      getValidity in interface FileDesc
    • xgetValidity

      public XmlBoolean xgetValidity()
      Gets (as xml) the "validity" attribute
      Specified by:
      xgetValidity in interface FileDesc
    • isSetValidity

      public boolean isSetValidity()
      True if has "validity" attribute
      Specified by:
      isSetValidity in interface FileDesc
    • setValidity

      public void setValidity(boolean validity)
      Sets the "validity" attribute
      Specified by:
      setValidity in interface FileDesc
    • xsetValidity

      public void xsetValidity(XmlBoolean validity)
      Sets (as xml) the "validity" attribute
      Specified by:
      xsetValidity in interface FileDesc
    • unsetValidity

      public void unsetValidity()
      Unsets the "validity" attribute
      Specified by:
      unsetValidity in interface FileDesc