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 SummaryModifier 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.IdentifiergetURI, setURI
- 
Method Details- 
getRepInfoRepresentationInformationNetwork getRepInfo()Get the RepInfo.- Returns:
- the RepInfoNetwork
 
- 
setRepresentationInformationNetworkSet the ID for the RepInfo.- Parameters:
- rin- the RepInfo
 
 
-