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