// CursorActivation - CursorResultSet getTargetResultSet()
MethodBuilder getter = cb.newMethodBuilder(Modifier.PUBLIC,
ClassName.CursorResultSet, "getTargetResultSet");
getter.getField(targetResultSetField);
getter.methodReturn();
getter.complete();
// This method is an implementation of the interface method
// CursorActivation - CursorResultSet getCursorResultSet()