Package info.oais.interfaces.infomodel
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 Summary
Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation 
- 
Method Details
- 
getString
String getString()Get the DescriptiveInformation as a String.- Returns:
 - DescriptiveInformation as a String.
 
 - 
setString
Set the String value for the DescriptiveInformation.- Parameters:
 desc- Set the String for the DescriptiveInformation.
 
 -