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 SummaryModifier and Type Method Description RepresentationInformationgetRepInfo()Get the RepInfo.voidsetRepresentationInformation(RepresentationInformation ri)Set the ID for the RepInfo.Methods inherited from interface info.oais.interfaces.infomodel.IdentifiergetURI, setURI
- 
Method Details- 
getRepInfoRepresentationInformation getRepInfo()Get the RepInfo.- Returns:
- the RepInfo
 
- 
setRepresentationInformationSet the ID for the RepInfo.- Parameters:
- ri- the RepInfo
 
 
-