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