Uses of Interface
info.oais.interfaces.infomodel.PackagingInformation
| Package | Description | 
|---|---|
| info.oais.implementation.infomodel | This package contains classes for an implementation for the OAIS Information Model. | 
| info.oais.interfaces.infomodel | This package contains iinterfaces for the OAIS Information Model. | 
- 
Uses of PackagingInformation in info.oais.implementation.infomodelClasses in info.oais.implementation.infomodel that implement PackagingInformation Modifier and Type Class Description classPackagingInformationImpl1An implementation of PackagingInformation as a type of RepInfo.Fields in info.oais.implementation.infomodel declared as PackagingInformation Modifier and Type Field Description (package private) PackagingInformationArchivalInformationPackageImpl1. m_PackagingInformationThe internal value for the PackagingInformation.(package private) PackagingInformationInformationPackageImpl1. m_PackagingInformationThe internal value for the PackagingInformation of the InfoPackage - only used when the package will be serialised..Methods in info.oais.implementation.infomodel that return PackagingInformation Modifier and Type Method Description PackagingInformationArchivalInformationPackageImpl1. getPackagingInformation()PackagingInformationInformationPackageImpl1. getPackagingInformation()Return the PackagingInformation associated with the InformationPackageMethods in info.oais.implementation.infomodel with parameters of type PackagingInformation Modifier and Type Method Description voidArchivalInformationPackageImpl1. setPackagingInformation(PackagingInformation pi)voidInformationPackageImpl1. setPackagingInformation(PackagingInformation pi)Set the PackagingInformation to associate with the InformationPackage.
- 
Uses of PackagingInformation in info.oais.interfaces.infomodelMethods in info.oais.interfaces.infomodel that return PackagingInformation Modifier and Type Method Description PackagingInformationInformationPackage. getPackagingInformation()Return the PackagingInformation associated with the InformationPackageMethods in info.oais.interfaces.infomodel with parameters of type PackagingInformation Modifier and Type Method Description voidInformationPackage. setPackagingInformation(PackagingInformation pi)Set the PackagingInformation to associate with the InformationPackage.