Interface DescriptiveInformation

All Superinterfaces:
InformationObject
All Known Implementing Classes:
DescriptiveInformationImpl1

public interface DescriptiveInformation
extends InformationObject
An Information Object which is a set of information, consisting primarily of Package Descriptions, which is provided to Data Management to support the finding, ordering, and retrieving of OAIS information holdings by Consumers.
Since:
06-Sep-2021 15:59:45
Version:
1.0
Author:
David
  • Method Details

    • getString

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

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