Interface RepInfoNetworkId
- All Superinterfaces:
 Identifier
public interface RepInfoNetworkId extends Identifier
An Identifier which points to a RepresentationInformationNetwork Object.
- Since:
 - 06-Sep-2021 15:59:46
 - Version:
 - 1.0
 - Author:
 - David
 
- 
Method Summary
Modifier and Type Method Description RepresentationInformationNetworkgetRepInfo()Get the RepInfo.voidsetRepresentationInformationNetwork(RepresentationInformationNetwork rin)Set the ID for the RepInfo.Methods inherited from interface info.oais.interfaces.infomodel.Identifier
getURI, setURI 
- 
Method Details
- 
getRepInfo
RepresentationInformationNetwork getRepInfo()Get the RepInfo.- Returns:
 - the RepInfoNetwork
 
 - 
setRepresentationInformationNetwork
Set the ID for the RepInfo.- Parameters:
 rin- the RepInfo
 
 -