Package info.oais.interfaces.oaisif
Interface PackagedInformation
- All Superinterfaces:
InformationObject
public interface PackagedInformation extends InformationObject
An InformationObject which consists of an InformationPackage (as theDataObject)
together with its ReprepresentationInformation.
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
-
Field Summary
Fields Modifier and Type Field Description static InformationPackage
m_InformationPackage
Internal value for InformationPackage. -
Method Summary
Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Field Details
-
m_InformationPackage
Internal value for InformationPackage.
-