Interface ObjectAttributes

  • All Known Implementing Classes:
    DefaultObjectAttributes

    public interface ObjectAttributes
    A set of data elements that describe object attributes. These attributes need to refer to a data element within an existing submodel.
    • Method Detail

      • getObjectAttributes

        java.util.List<Reference> getObjectAttributes()
        A data elements that further classifies an object. More information under https://admin-shell.io/aas/3/0/RC01/ObjectAttributes/objectAttribute
        Returns:
        Returns the List of References for the property objectAttributes.
      • setObjectAttributes

        void setObjectAttributes​(java.util.List<Reference> objectAttributes)
        A data elements that further classifies an object. More information under https://admin-shell.io/aas/3/0/RC01/ObjectAttributes/objectAttribute
        Parameters:
        objectAttributes - desired value for the property objectAttributes.