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
$country
Stát původu.
private
string|null
$country
= null
$description
Popis zboží (pouze SK verze).
private
string|null
$description
= null
$goodsCode
Kód zboží.
private
string|null
$goodsCode
= 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
floatgetCountry()
Gets as country.
public
getCountry() : string
Stát původu.
Return values
stringgetDescription()
Gets as description.
public
getDescription() : string
Popis zboží (pouze SK verze).
Return values
stringgetGoodsCode()
Gets as goodsCode.
public
getGoodsCode() : string
Kód zboží.
Return values
stringgetStatistic()
Gets as statistic.
public
getStatistic() : string
Statistický znak (pouze CZ verze).
Return values
stringgetUnit()
Gets as unit.
public
getUnit() : string
Kód doplňkové měrné jednotky.
Return values
stringsetCoefficient()
Sets a new coefficient.
public
setCoefficient(float $coefficient) : self
Koeficient pro přepočet měrné jednotky.
Parameters
- $coefficient : float
Return values
selfsetCountry()
Sets a new country.
public
setCountry(string $country) : self
Stát původu.
Parameters
- $country : string
Return values
selfsetDescription()
Sets a new description.
public
setDescription(string $description) : self
Popis zboží (pouze SK verze).
Parameters
- $description : string
Return values
selfsetGoodsCode()
Sets a new goodsCode.
public
setGoodsCode(string $goodsCode) : self
Kód zboží.
Parameters
- $goodsCode : string
Return values
selfsetStatistic()
Sets a new statistic.
public
setStatistic(string $statistic) : self
Statistický znak (pouze CZ verze).
Parameters
- $statistic : string
Return values
selfsetUnit()
Sets a new unit.
public
setUnit(string $unit) : self
Kód doplňkové měrné jednotky.
Parameters
- $unit : string