class TRetEventoType

Class representing TRetEventoType

Tipo retorno do Evento XSD Type: TRetEvento

Methods

string
getVersao()

Gets as versao

setVersao(string $versao)

Sets a new versao

getInfEvento()

Gets as infEvento

setInfEvento(InfEventoAType $infEvento)

Sets a new infEvento

getSignature()

Gets as signature

setSignature(Signature $signature)

Sets a new signature

Details

at line 35
string getVersao()

Gets as versao

Return Value

string

at line 46
TRetEventoType setVersao(string $versao)

Sets a new versao

Parameters

string $versao

Return Value

TRetEventoType

at line 57
InfEventoAType getInfEvento()

Gets as infEvento

Return Value

InfEventoAType

at line 69
TRetEventoType setInfEvento(InfEventoAType $infEvento)

Sets a new infEvento

Parameters

InfEventoAType $infEvento

Return Value

TRetEventoType

at line 80
Signature getSignature()

Gets as signature

Return Value

Signature

at line 91
TRetEventoType setSignature(Signature $signature)

Sets a new signature

Parameters

Signature $signature

Return Value

TRetEventoType