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