class TransportaAType

Class representing TransportaAType

Methods

string
getCNPJ()

Gets as cNPJ

setCNPJ(string $cNPJ)

Sets a new cNPJ

string
getCPF()

Gets as cPF

setCPF(string $cPF)

Sets a new cPF

string
getXNome()

Gets as xNome

setXNome(string $xNome)

Sets a new xNome

string
getIE()

Gets as iE

setIE(string $iE)

Sets a new iE

string
getXEnder()

Gets as xEnder

setXEnder(string $xEnder)

Sets a new xEnder

string
getXMun()

Gets as xMun

setXMun(string $xMun)

Sets a new xMun

string
getUF()

Gets as uF

setUF(string $uF)

Sets a new uF

Details

at line 67
string getCNPJ()

Gets as cNPJ

CNPJ do transportador

Return Value

string

at line 80
TransportaAType setCNPJ(string $cNPJ)

Sets a new cNPJ

CNPJ do transportador

Parameters

string $cNPJ

Return Value

TransportaAType

at line 93
string getCPF()

Gets as cPF

CPF do transportador

Return Value

string

at line 106
TransportaAType setCPF(string $cPF)

Sets a new cPF

CPF do transportador

Parameters

string $cPF

Return Value

TransportaAType

at line 119
string getXNome()

Gets as xNome

Razão Social ou nome do transportador

Return Value

string

at line 132
TransportaAType setXNome(string $xNome)

Sets a new xNome

Razão Social ou nome do transportador

Parameters

string $xNome

Return Value

TransportaAType

at line 145
string getIE()

Gets as iE

Inscrição Estadual (v2.0)

Return Value

string

at line 158
TransportaAType setIE(string $iE)

Sets a new iE

Inscrição Estadual (v2.0)

Parameters

string $iE

Return Value

TransportaAType

at line 171
string getXEnder()

Gets as xEnder

Endereço completo

Return Value

string

at line 184
TransportaAType setXEnder(string $xEnder)

Sets a new xEnder

Endereço completo

Parameters

string $xEnder

Return Value

TransportaAType

at line 197
string getXMun()

Gets as xMun

Nome do munícipio

Return Value

string

at line 210
TransportaAType setXMun(string $xMun)

Sets a new xMun

Nome do munícipio

Parameters

string $xMun

Return Value

TransportaAType

at line 223
string getUF()

Gets as uF

Sigla da UF

Return Value

string

at line 236
TransportaAType setUF(string $uF)

Sets a new uF

Sigla da UF

Parameters

string $uF

Return Value

TransportaAType