Package io.adminshell.aas.v3.model
Interface SubjectAttributes
-
- All Known Implementing Classes:
DefaultSubjectAttributes
public interface SubjectAttributesA set of data elements that further classifies a specific subject.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DataElement>getSubjectAttributes()A data element that further classifies a specific subject.voidsetSubjectAttributes(java.util.List<DataElement> subjectAttributes)A data element that further classifies a specific subject.
-
-
-
Method Detail
-
getSubjectAttributes
java.util.List<DataElement> getSubjectAttributes()
A data element that further classifies a specific subject. Constraint AASs-015: The data element SubjectAttributes/subjectAttribute shall be part of the submodel that is referenced within the 'selectableSubjectAttributes' attribute of 'AccessControl'. More information under https://admin-shell.io/aas/3/0/RC01/SubjectAttributes/subjectAttribute- Returns:
- Returns the List of DataElements for the property subjectAttributes.
-
setSubjectAttributes
void setSubjectAttributes(java.util.List<DataElement> subjectAttributes)
A data element that further classifies a specific subject. Constraint AASs-015: The data element SubjectAttributes/subjectAttribute shall be part of the submodel that is referenced within the 'selectableSubjectAttributes' attribute of 'AccessControl'. More information under https://admin-shell.io/aas/3/0/RC01/SubjectAttributes/subjectAttribute- Parameters:
subjectAttributes- desired value for the property subjectAttributes.
-
-