These are the accessors generated by Cxx Designer when the "Create accessors" command is activated. These accessors are created in the model. They are automatically decorated for Cxx generation.

Note:  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.