Interface PackageDescription

All Superinterfaces:
InformationObject
All Known Subinterfaces:
CollectionDescription
All Known Implementing Classes:
PackageDescriptionImpl1

public interface PackageDescription
extends InformationObject
The information intended for use by Access Aids. It is a type of Information Object. [OAIS]
Since:
06-Sep-2021 15:59:46
Version:
1.0
Author:
David
  • Method Details

    • getString

      String getString()
      Get the PackageDescription as a String.
      Returns:
      PackageDescription as a String.
    • setString

      void setString​(String desc)
      Set the String value for the PackageDescription.
      Parameters:
      desc - Set the String for the PackageDescription.