public void clear() {
   super.clear();
   this.clear = true;
 }
 public void setList(List<Type> newValue) {
   super.setList(newValue);
 }