The get accessors generated by OIO ignore any args sent to them. That's a very standard behavior. Either name the accessor with the 'get_' prefix, or documented that it is 'get only'.
If you want something to be done with args (or to generate an error), you'll need to write your own accessors.
(2)
]
