Documentation

InstrastatType
in package

Class representing InstrastatType.

XSD Type: instrastatType

Table of Contents

Properties

$coefficient  : float|null
Koeficient pro přepočet měrné jednotky.
$country  : string|null
Stát původu.
$description  : string|null
Popis zboží (pouze SK verze).
$goodsCode  : string|null
Kód zboží.
$statistic  : string|null
Statistický znak (pouze CZ verze).
$unit  : string|null
Kód doplňkové měrné jednotky.

Methods

getCoefficient()  : float
Gets as coefficient.
getCountry()  : string
Gets as country.
getDescription()  : string
Gets as description.
getGoodsCode()  : string
Gets as goodsCode.
getStatistic()  : string
Gets as statistic.
getUnit()  : string
Gets as unit.
setCoefficient()  : self
Sets a new coefficient.
setCountry()  : self
Sets a new country.
setDescription()  : self
Sets a new description.
setGoodsCode()  : self
Sets a new goodsCode.
setStatistic()  : self
Sets a new statistic.
setUnit()  : self
Sets a new unit.

Properties

$coefficient

Koeficient pro přepočet měrné jednotky.

private float|null $coefficient = null

$description

Popis zboží (pouze SK verze).

private string|null $description = null

$statistic

Statistický znak (pouze CZ verze).

private string|null $statistic = null

$unit

Kód doplňkové měrné jednotky.

private string|null $unit = null

Methods

getCoefficient()

Gets as coefficient.

public getCoefficient() : float

Koeficient pro přepočet měrné jednotky.

Return values
float

getCountry()

Gets as country.

public getCountry() : string

Stát původu.

Return values
string

getDescription()

Gets as description.

public getDescription() : string

Popis zboží (pouze SK verze).

Return values
string

getGoodsCode()

Gets as goodsCode.

public getGoodsCode() : string

Kód zboží.

Return values
string

getStatistic()

Gets as statistic.

public getStatistic() : string

Statistický znak (pouze CZ verze).

Return values
string

getUnit()

Gets as unit.

public getUnit() : string

Kód doplňkové měrné jednotky.

Return values
string

setCoefficient()

Sets a new coefficient.

public setCoefficient(float $coefficient) : self

Koeficient pro přepočet měrné jednotky.

Parameters
$coefficient : float
Return values
self

setCountry()

Sets a new country.

public setCountry(string $country) : self

Stát původu.

Parameters
$country : string
Return values
self

setDescription()

Sets a new description.

public setDescription(string $description) : self

Popis zboží (pouze SK verze).

Parameters
$description : string
Return values
self

setGoodsCode()

Sets a new goodsCode.

public setGoodsCode(string $goodsCode) : self

Kód zboží.

Parameters
$goodsCode : string
Return values
self

setStatistic()

Sets a new statistic.

public setStatistic(string $statistic) : self

Statistický znak (pouze CZ verze).

Parameters
$statistic : string
Return values
self

setUnit()

Sets a new unit.

public setUnit(string $unit) : self

Kód doplňkové měrné jednotky.

Parameters
$unit : string
Return values
self

        
On this page

Search results