PHP Class Eduardokum\LaravelBoleto\Cnab\Retorno\Cnab240\Detalhe

Inheritance: implements Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\Detalhe
Show file Open project: eduardokum/laravel-boleto Class Usage Examples

Public Methods

Method Description
__get ( $name ) Fast get method.
__isset ( string $key ) : boolean Determine if an attribute exists on the detalhe.
__set ( $name, $value ) Fast set method.
getCodigoOcorrencia ( ) : mixed
getCodigoOcorrencia ( ) : string
getError ( ) : string
getErrorCode ( ) : string
getOcorrencia ( ) : mixed
getOcorrencia ( ) : string
getOcorrenciaDescricao ( ) : string
getOcorrenciaTipo ( ) : string
getSegmentoT ( ) : DetalheSegmentoT
getSegmentoT ( ) : Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoT
getSegmentoU ( ) : DetalheSegmentoU
getSegmentoU ( ) : Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoU
getSegmentoY ( ) : DetalheSegmentoY
getSegmentoY ( ) : Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoY
getValorPagoSacado ( ) : mixed
getValorPagoSacado ( ) : string
hasError ( ) : boolean Retorna se tem erro.
hasOcorrencia ( ) : boolean
setCodigoOcorrencia ( mixed $codigoOcorrencia )
setError ( string $error ) : Detalhe
setErrorCode ( string $errorCode )
setOcorrencia ( mixed $ocorrencia ) : Detalhe
setOcorrencia ( string $ocorrencia ) : Detalhe
setOcorrenciaDescricao ( string $ocorrenciaDescricao ) : Detalhe
setOcorrenciaTipo ( string $ocorrenciaTipo ) : Detalhe
setSegmentoT ( DetalheSegmentoT $segmentoT )
setSegmentoT ( Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoT $segmentoT )
setSegmentoU ( DetalheSegmentoU $segmentoU )
setSegmentoU ( Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoU $segmentoU )
setSegmentoY ( DetalheSegmentoY $segmentoY )
setSegmentoY ( Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoY $segmentoY )
setValorPagoSacado ( mixed $valorPagoSacado )
toArray ( ) : array

Method Details

__get() public method

Fast get method.
public __get ( $name )
$name

__isset() public method

Determine if an attribute exists on the detalhe.
public __isset ( string $key ) : boolean
$key string
return boolean

__set() public method

Fast set method.
public __set ( $name, $value )
$name
$value

getCodigoOcorrencia() public method

public getCodigoOcorrencia ( ) : mixed
return mixed

getCodigoOcorrencia() public method

public getCodigoOcorrencia ( ) : string
return string

getError() public method

public getError ( ) : string
return string

getErrorCode() public method

public getErrorCode ( ) : string
return string

getOcorrencia() public method

public getOcorrencia ( ) : mixed
return mixed

getOcorrencia() public method

public getOcorrencia ( ) : string
return string

getOcorrenciaDescricao() public method

public getOcorrenciaDescricao ( ) : string
return string

getOcorrenciaTipo() public method

public getOcorrenciaTipo ( ) : string
return string

getSegmentoT() public method

public getSegmentoT ( ) : DetalheSegmentoT
return DetalheSegmentoT

getSegmentoT() public method

public getSegmentoT ( ) : Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoT
return Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoT

getSegmentoU() public method

public getSegmentoU ( ) : DetalheSegmentoU
return DetalheSegmentoU

getSegmentoU() public method

public getSegmentoU ( ) : Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoU
return Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoU

getSegmentoY() public method

public getSegmentoY ( ) : DetalheSegmentoY
return DetalheSegmentoY

getSegmentoY() public method

public getSegmentoY ( ) : Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoY
return Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoY

getValorPagoSacado() public method

public getValorPagoSacado ( ) : mixed
return mixed

getValorPagoSacado() public method

public getValorPagoSacado ( ) : string
return string

hasError() public method

Retorna se tem erro.
public hasError ( ) : boolean
return boolean

hasOcorrencia() public method

public hasOcorrencia ( ) : boolean
return boolean

setCodigoOcorrencia() public method

public setCodigoOcorrencia ( mixed $codigoOcorrencia )
$codigoOcorrencia mixed

setError() public method

public setError ( string $error ) : Detalhe
$error string
return Detalhe

setErrorCode() public method

public setErrorCode ( string $errorCode )
$errorCode string

setOcorrencia() public method

public setOcorrencia ( mixed $ocorrencia ) : Detalhe
$ocorrencia mixed
return Detalhe

setOcorrencia() public method

public setOcorrencia ( string $ocorrencia ) : Detalhe
$ocorrencia string
return Detalhe

setOcorrenciaDescricao() public method

public setOcorrenciaDescricao ( string $ocorrenciaDescricao ) : Detalhe
$ocorrenciaDescricao string
return Detalhe

setOcorrenciaTipo() public method

public setOcorrenciaTipo ( string $ocorrenciaTipo ) : Detalhe
$ocorrenciaTipo string
return Detalhe

setSegmentoT() public method

public setSegmentoT ( DetalheSegmentoT $segmentoT )
$segmentoT DetalheSegmentoT

setSegmentoT() public method

public setSegmentoT ( Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoT $segmentoT )
$segmentoT Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoT

setSegmentoU() public method

public setSegmentoU ( DetalheSegmentoU $segmentoU )
$segmentoU DetalheSegmentoU

setSegmentoU() public method

public setSegmentoU ( Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoU $segmentoU )
$segmentoU Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoU

setSegmentoY() public method

public setSegmentoY ( DetalheSegmentoY $segmentoY )
$segmentoY DetalheSegmentoY

setSegmentoY() public method

public setSegmentoY ( Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoY $segmentoY )
$segmentoY Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\DetalheSegmentoY

setValorPagoSacado() public method

public setValorPagoSacado ( mixed $valorPagoSacado )
$valorPagoSacado mixed

toArray() public method

public toArray ( ) : array
return array