Package info.oais.interfaces.infomodel
Interface CollectionDescription
- All Superinterfaces:
- InformationObject,- PackageDescription
public interface CollectionDescription extends PackageDescription
A type of Package Description that is specialized to provide information about an Archival Information Collection 
 (or an Access Collection) for use by Access Aids [OAIS].
- Author:
- David
- 
Method SummaryMethods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
- 
Method Details- 
getStringString getString()Get the CollectionDescription as a String.- Specified by:
- getStringin interface- PackageDescription
- Returns:
- CollectionDescription as a String.
 
- 
setStringSet the String value for the CollectionDescription.- Specified by:
- setStringin interface- PackageDescription
- Parameters:
- desc- Set the String for the CollectionDescription.
 
 
-