/**
  * Get the SimpleXMLElement containing information about the completed
  * multipart upload.  Elements of interest are:
  * Location, Bucket, Key, and ETag
  * 
  * @return SimpleXMLElement
  */
 public function getResult()
 {
     return parent::getResult();
 }