public function &getXPath()
 {
     $str = $this->owner->getServiceGroupStoreXPath() . "/entry[@name='" . $this->name . "']";
     return $str;
 }