public void forget(boolean forgetSubObjects) {
   ((ICFBamSchemaObj) schema)
       .getDataScopeTableObj()
       .forgetDataScope((ICFBamDataScopeObj) this, forgetSubObjects);
 }