Interface AccessRightsPoss1
- All Superinterfaces:
AccessRightsInformation
,InformationObject
public interface AccessRightsPoss1 extends AccessRightsInformation
This is a simple way to provide interfaces methods for AccessRightsInformation.
It has the encoding for the rights e.g. the Rights language, as well as the text which holds the rights.
- Since:
- 06-Sep-2021 15:59:45
- Version:
- 1.0
- Author:
- David
-
Method Summary
Modifier and Type Method Description String
getRightsEncodingPoss1()
Method to get the RightsEncoding.String
getRightsTextPoss1()
Method to get the RightsTextPoss1.void
setRightsEncodingInt1(String rightsEncoding)
Set the RightsEncodingPoss1.void
setRightsTextPoss1(String rightsText)
Set the RightsTextInt1.Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Method Details
-
getRightsEncodingPoss1
String getRightsEncodingPoss1()Method to get the RightsEncoding.- Returns:
- The RightsEncoding of the AccessRights.
-
getRightsTextPoss1
String getRightsTextPoss1()Method to get the RightsTextPoss1.- Returns:
- The RightsText.
-
setRightsEncodingInt1
Set the RightsEncodingPoss1.- Parameters:
rightsEncoding
- The RightsEncodingPoss1
-
setRightsTextPoss1
Set the RightsTextInt1.- Parameters:
rightsText
- The RightsTextInt1.
-