setD method

Implementation

Pointer<RectangleC> setD(RectangleD o) {
  ref.setD(o);
  return this;
}