/**
  * Sets the arr time of this hyy coord.
  *
  * @param arrTime the arr time of this hyy coord
  */
 @Override
 public void setArrTime(java.util.Date arrTime) {
   _hyyCoord.setArrTime(arrTime);
 }