Interface RepInfoId
- All Superinterfaces:
Identifier
- All Known Implementing Classes:
RepInfoIdImpl1
public interface RepInfoId extends Identifier
An Identifier which points to a RepresentationInformation Object.
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
-
Method Summary
Modifier and Type Method Description RepresentationInformation
getRepInfo()
Get the RepInfo.void
setRepresentationInformation(RepresentationInformation ri)
Set the ID for the RepInfo.Methods inherited from interface info.oais.interfaces.infomodel.Identifier
getURI, setURI
-
Method Details
-
getRepInfo
RepresentationInformation getRepInfo()Get the RepInfo.- Returns:
- the RepInfo
-
setRepresentationInformation
Set the ID for the RepInfo.- Parameters:
ri
- the RepInfo
-