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 SummaryModifier and Type Method Description StringgetRightsEncodingPoss1()Method to get the RightsEncoding.StringgetRightsTextPoss1()Method to get the RightsTextPoss1.voidsetRightsEncodingInt1(String rightsEncoding)Set the RightsEncodingPoss1.voidsetRightsTextPoss1(String rightsText)Set the RightsTextInt1.Methods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
- 
Method Details- 
getRightsEncodingPoss1String getRightsEncodingPoss1()Method to get the RightsEncoding.- Returns:
- The RightsEncoding of the AccessRights.
 
- 
getRightsTextPoss1String getRightsTextPoss1()Method to get the RightsTextPoss1.- Returns:
- The RightsText.
 
- 
setRightsEncodingInt1Set the RightsEncodingPoss1.- Parameters:
- rightsEncoding- The RightsEncodingPoss1
 
- 
setRightsTextPoss1Set the RightsTextInt1.- Parameters:
- rightsText- The RightsTextInt1.
 
 
-