/**
  * Method called when an object has been exported with var_export() functions
  * It allows to return an object instantiated with the values
  * @see EzPedidosWsdlClass::__set_state()
  * @uses EzPedidosWsdlClass::__set_state()
  * @param array $_array the exported values
  * @return EzPedidosStructRemoverProdutoPacoteEntregaResponse
  */
 public static function __set_state(array $_array, $_className = __CLASS__)
 {
     return parent::__set_state($_array, $_className);
 }
 /**
  * Returns the result
  * @see EzPedidosWsdlClass::getResult()
  * @return EzPedidosStructConfirmaRecebimentoPedidoAtualizadoLstResponse|EzPedidosStructConfirmaRecebimentoPedidoAtualizadoResponse|EzPedidosStructConfirmaRecebimentoPedidoLstResponse|EzPedidosStructConfirmaRecebimentoPedidoResponse
  */
 public function getResult()
 {
     return parent::getResult();
 }
 /**
  * Static method setting current SoapClient
  * @param SoapClient $_soapClient
  * @return SoapClient
  */
 protected static function setSoapClient(SoapClient $_soapClient)
 {
     return self::$soapClient = $_soapClient;
 }