/**
  * @return string The cross-reference of this milestone's underlying artifact.
  */
 public function getXref()
 {
     return $this->milestone->getXref();
 }