These are the accessors generated by Cxx Designer when the "Create accessors" command is activated.  These accessors are created in the model, meaning they are created in the form of modeled methods.  They are automatically decorated for subsequent Cxx generation.

Note 1: Where the table states integer, this can be any basic type (integer, char, float, boolean).

Note 2: Accessors with maximum cardinality "*" return a reference to the internal collection, so the user can directly manipulate the container contents using the accessors specific to the container type.  There are no "set" accessors for these cases and we recommend that you use the "get" accessor and the proper container API on the returned value.