/**
  * Returns the element at the offset
  * @see EzCatalogoWsdlClass::last()
  * @param int $_offset
  * @return EzCatalogoStructProduto
  */
 public function offsetGet($_offset)
 {
     return parent::offsetGet($_offset);
 }