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