/**
  * Parse title
  *
  * @access protected
  * @param  SimpleXMLElement $xml
  */
 protected function parseTitle(SimpleXMLElement $xml)
 {
     $this->subscriptionList->setTitle((string) $xml->title);
 }